summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_http_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Provide error reporting and recovery for SDCH responses not market as HTMLjar@chromium.org2009-02-211-2/+9
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+2
* Improve modularity of recent SDCH dictionary load checkinjar@chromium.org2009-02-171-5/+10
* Add a unit test for ERR_UNEXPECTED_SERVER_AUTH.wtc@chromium.org2009-02-141-6/+0
* Fetch SDCH dictionary as soon as current URL fetch completesjar@chromium.org2009-02-111-2/+6
* Sanitize proxy response codes to CONNECT requests. Forwtc@chromium.org2009-02-111-0/+6
* Add a null pointer check for transaction_ inwtc@chromium.org2009-02-061-1/+4
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-1/+2
* Add support for UA spoofing, and spoof Safari's UA string when loading URLsdarin@chromium.org2009-01-271-2/+4
* revert r8603rvargas@google.com2009-01-241-2/+1
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-1/+2
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-2/+3
* I fail at reading code review comments. Second try at getting the white spac...abarth@chromium.org2008-12-161-2/+2
* Comments and white space changes requested by Wan-Teh.abarth@chromium.org2008-12-161-1/+1
* Command line switch for the ultra security concious: --force-https!abarth@chromium.org2008-12-151-1/+11
* Remove unused x-SDCH header from get requestsjar@google.com2008-12-031-7/+0
* Enforce httponly on cookies coming from the renderer. This prevents javascri...deanm@chromium.org2008-11-191-3/+8
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-14/+0
* Clean up filter and content encoding handling jar@google.com2008-10-271-80/+41
* Remove HttpTransaction::Destroy(), and do automatic memory management with sc...ericroman@google.com2008-10-211-26/+24
* Add a lot of robustness to SDCH filter decodingjar@google.com2008-10-151-2/+58
* Fix tree bustagejar@google.com2008-09-231-2/+4
* Re-land SDCH filter support experimentjar@google.com2008-09-231-5/+54
* Rollback 2444 and 2443 to get linux and mac prepjar@google.com2008-09-221-54/+5
* Experimental integration of delta compression content encodingjar@google.com2008-09-221-5/+54
* Don't set any cookies as a result of the Google URL Tracker update check. Th...pkasting@chromium.org2008-09-171-8/+10
* Remove the pre-launch bzip2 hack.ericroman@google.com2008-09-101-23/+0
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Enable -Werror on the Mac. Fix two more warnings just added to our build. N...mmentovai@google.com2008-08-221-4/+5
* More of net compiling on the Mac.avi@google.com2008-08-201-2/+2
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-2/+2
* Rename URLRequestHttpCacheJob to URLRequestHttpJob.darin@google.com2008-07-301-0/+538