aboutsummaryrefslogtreecommitdiff
path: root/src/capi.c
AgeCommit message (Collapse)Author
2014-03-16Separate 'Accept:' values for images and the restcorvid
2012-12-30a_Capi_open_url(): warn when ignoring an uncached/undownloadable download ↵Jeremy Henty
request.
2012-11-26MSG_ERR when https query truncatedcorvid
e.g., uploading image data via file input
2012-10-03introduce domainrc mechanismp37sitdu, corvid
2012-10-02rm filter_auto_requestscorvid
2011-11-17never treat URI schemes case-sensitivelycorvid
2011-11-11locale-independent ASCII character case handlingcorvid
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII.
2011-11-08Allow "view source" to reload upon user requestJorge Arellano Cid
2011-09-18rename fncorvid
Trying to make it a little clearer. It's surprising how there isn't a good, brief, clear term for this. Discussion of the concept tends to start using words like "administration" and "control".
2011-09-16don't print ALLOW MSGs in Capi_filters_testcorvid
2011-09-16put public suffix comparison directly in url.ccorvid
2011-09-14privacy: never send cookies in third-party requestscorvid
as mentioned in section 7.1 of RFC 6265
2011-09-02Cancel the expected URL after offering a download, part 2 (BUG#982)Jorge Arellano Cid
There was a convoluted way of using an already freed bw: first, one bw asks for a page, and that becomes conn->bw, and then another bw starts also asking for the page, and the first bw closes, invalidating the conn->bw, and then the second bw closes and the cancel expect code tries to use the old bw. Fixed now.
2011-07-29Workaround: request to only check the root URL's certificate (https).Jorge Arellano Cid
This avoids the dialog bombing that stems from loading multiple https images/resources in a single page. A proper fix would take either to implement the https-dpi as a server (with state), or to move back https handling into dillo.
2011-07-19Cancel the expected URL after offering a download (BUG#982)Jorge Arellano Cid
After showing the download dialog, the original link remained unresponsive.
2010-11-24trim some spacescorvid
2010-11-24spellingcorvid
2010-08-24filter msg (grows increasingly similar to Jeremy's proposal)corvid
2010-08-24Capi_filters_allow msgcorvid
2010-07-30clearer Capi_filters_allow msgJeremy Henty, corvid
2010-04-27const qualifiercorvid
2010-04-27filter allow if nohost -> nohostcorvid
2010-04-20no-host is "", not NULLcorvid
2010-04-20filter allow data: uricorvid
2010-04-06filter automatic requestscorvid
same_domain option in preference so that spying on users isn't so easy.
2010-03-04Fix "view source" for POST URLsJorge Arellano Cid
2010-03-01free send_source cmdcorvid
2010-02-27trim some spacescorvid
2010-02-26Allow view source for GET URLsJorge Arellano Cid
2010-02-23Handle vsource dpi inside a_Capi_open_url(); more orthogonality.Jorge Arellano Cid
Also added better error handling.
2010-02-20Interim patch for view sourceJorge Arellano Cid
2010-02-17Implement the view source functionality as a dpiJorge Arellano Cid
2010-02-17Add the a_Capi_dpi_send_data() functionJorge Arellano Cid
2009-11-01ftp dpi: fixed download offer, streamed transfer, added HTML feedback.Jorge Arellano Cid
Now it behaves as HTTP. Also fixed a bug in dillo with lingering cache entries (when the file transfer was already done at abort time).
2009-08-23Bugfix for a race condition SEGFAULT in capiJorge Arellano Cid
2009-08-18Remove empty cache entries on Stop-button press and new link request!Jorge Arellano Cid
2009-08-12Switched capi to use dlib's Dlist instead of a_List_* methodsJorge Arellano Cid
2009-08-12Bugfix: remove the empty cache entry lingering after connection abortJorge Arellano Cid
2009-08-06Interim bugfix patch for the new CCC OpAbortJorge Arellano Cid
2009-08-05Changed the CCCs to build in one step (for both HTTP and DPI)Jorge Arellano Cid
2009-07-16Verify dpi URLs for instant redirects.Jorge Arellano Cid
2009-06-24segfault on NULL URL when dpis not foundcorvid
2009-06-01proxy support for HTTPScorvid
2009-05-06separate a_Capi_get_flags and a_Capi_get_flags_with_redirectioncorvid, Jorge Arellano Cid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-01-28Added a warning message when a file can't be opened for savingcorvid
2009-01-23Cleanup and logic change in a_Cache_set_content_type().Jorge Arellano Cid
2009-01-07Cleanup of cache.c WRT charset decoders.Jorge Arellano Cid
This patch gets rid of a series of valgrind complains with this page: http://selenic.com/pipermail/mercurial/
2008-09-30- s/todo:/TODO:/gjcid
2008-09-29- Removed the remaining DEBUG_MSG in src/jcid