aboutsummaryrefslogtreecommitdiff
path: root/src/IO/http.c
AgeCommit message (Expand)Author
2014-03-16query string, more of following firefox's patterncorvid
2014-03-16Separate 'Accept:' value for stylesheetscorvid
2014-03-16Separate 'Accept:' values for images and the restcorvid
2014-03-16query string, more of following firefox's patterncorvid
2014-03-16rm Accept-Charsetcorvid
2014-03-16http query: resemble firefox somewhat to be less conspicuous for the sake of ...corvid
2014-03-15Accept-Encoding: deflatecorvid
2013-09-15DNT will at least do no harmcorvid
2013-04-26turn off a msgcorvid
2013-01-09Refactored FD close calls into a single new dClose() dlib function [p37sitdu]Jorge Arellano Cid
2011-11-11locale-independent ASCII character case handlingcorvid
2011-10-01Minor changes in use-after-free patch to match the CCC handling styleJorge Arellano Cid
2011-09-29rest of digest authenticationJustus Winter, corvid
2011-09-29rename variablecorvid
2011-09-25brace positioncorvid
2011-09-25use-after-freecorvid
2011-09-14privacy: never send cookies in third-party requestscorvid
2011-07-15Eliminated a pack of compiler warnings (gcc-4.6.1 amd64)Jorge Arellano Cid
2010-02-27trim some spacescorvid
2010-02-11send Accept headercorvid
2010-02-11add http_user_agent preferenceAlexander Voigt, corvid
2010-02-02fix HostConnection_t leakJohannes Hofmann
2010-01-24limit the number of simultaneous connectionsJohannes Hofmann
2009-10-17suppress an unused parameter warningcorvid
2009-09-20trim some spacescorvid
2009-08-30change no_proxy test from substring to suffixcorvid
2009-08-07Added a_Chain_bfcb() to the CCC API (fixed three bugs with it)Jorge Arellano Cid
2009-08-06Interim bugfix patch for the new CCC OpAbortJorge Arellano Cid
2009-08-05mergeJorge Arellano Cid
2009-08-05Changed the CCCs to build in one step (for both HTTP and DPI)Jorge Arellano Cid
2009-08-04tiny cleanup of query stringcorvid
2009-06-22remove system includescorvid
2009-06-01proxy support for HTTPScorvid
2009-05-31Bound at-exit memory deallocationcorvid
2009-04-04static for Http_make_content_typecorvid
2009-03-25fix POST form submission for 64-bitcorvid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-01-15Added the "http_language" dillorc option for setting HTTP's Accept-Language.2.1-noCsscorvid
2008-12-20Minor fixes in auth.cJorge Arellano Cid
2008-12-20Added basic authentication!Jorge Arellano Cid
2008-11-11- Allowed the rc parser to skip whitespace around the equal sign.jcid
2008-11-10- Fixed the proxy URL parameter for Http_must_use_proxy().jcid
2008-10-22- Added ipv6 addresses iteration and ipv4 fallback.jcid
2008-10-14- Used the URL authority part instead of stripped default port in HTTP query.jcid
2008-09-28- Switched from DEBUG_MSG to MSG.jcid
2008-09-14- Forbid dpi GET and POST from non dpi-generated urls.jcid
2008-05-26- Enabled proxy_user in preferences.jcid
2008-05-22- s/strdup/dStrdup/jcid
2008-05-17- CCC: added reentrancy control to the OpEnd and OpAbort operations.jcid
2008-05-10+ Fixed a bug in the code that remembers the scrolling position.jcid