aboutsummaryrefslogtreecommitdiff
path: root/src/capi.c
AgeCommit message (Expand)Author
2012-12-30a_Capi_open_url(): warn when ignoring an uncached/undownloadable download req...Jeremy Henty
2012-11-26MSG_ERR when https query truncatedcorvid
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
2011-11-08Allow "view source" to reload upon user requestJorge Arellano Cid
2011-09-18rename fncorvid
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
2011-09-02Cancel the expected URL after offering a download, part 2 (BUG#982)Jorge Arellano Cid
2011-07-29Workaround: request to only check the root URL's certificate (https).Jorge Arellano Cid
2011-07-19Cancel the expected URL after offering a download (BUG#982)Jorge Arellano Cid
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
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
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
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
2008-09-30- s/todo:/TODO:/gjcid
2008-09-29- Removed the remaining DEBUG_MSG in src/jcid
2008-06-02- Moved charset decoding into cache.jcid