summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_http_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't add default Accept-Language and Accept-Charset headers if specific ones...dimich@google.com2009-09-241-6/+21
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-241-7/+4
* Strict transport security: come out from behind the flag.agl@chromium.org2009-09-101-13/+1
* Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.mirandac@chromium.org2009-09-091-47/+1
* Rename X-Force-TLS to Strict-Transport-Security.abarth@chromium.org2009-09-051-14/+16
* ForceTLS: generate internal redirect when mistakenly using http.agl@chromium.org2009-09-041-2/+10
* Sanitizing the referrer header before starting the automation request.TEST=Ru...tommi@chromium.org2009-08-311-9/+1
* Adding command-line option to override bans on certain port numbers through a...mirandac@chromium.org2009-08-311-1/+47
* Add the ability to not send cookies or send user name/password.levin@chromium.org2009-08-261-0/+3
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-1/+1
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+2
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-14/+0
* Navigation and cookies for Automationamit@chromium.org2009-07-281-5/+4
* Start to disable bzip2 support. First step: Stop advertising support.jar@chromium.org2009-06-241-2/+2
* Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...idanan@chromium.org2009-06-231-2/+4
* Reorder members in URLRequestHttpJob to get correct destruction order.willchan@chromium.org2009-06-171-2/+2
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-121-1/+25
* Reduce probability of SDCH holdback to 1%jar@chromium.org2009-06-051-2/+2
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-231-4/+4
* More progress on ForceHTTPS.abarth@chromium.org2009-05-201-4/+53
* Cleanup code to keep flag showing "was cached" only in URLRequestHttpJobjar@chromium.org2009-05-191-0/+3
* Adjust histograms to only collect non-cache stats for SDCH.jar@chromium.org2009-05-151-5/+12
* Hand craft an A/B test of SDCH compressionjar@chromium.org2009-04-301-14/+48
* Use HTTP status return code to make SDCH handling more robust.jar@chromium.org2009-03-301-1/+1
* Facilitate SDCH content decoding after a proxy removes ALL content infojar@chromium.org2009-03-281-3/+6
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-8/+43
* Reverting 12479 which reverted 12470.willchan@chromium.org2009-03-251-0/+1
* Reverting 12470.willchan@chromium.org2009-03-251-1/+0
* Prioritize which HTTP requests get a socket first by adding a priority level ...willchan@chromium.org2009-03-251-0/+1
* wtc: please look at URL related code, and hooks and nitsjar@chromium.org2009-03-131-4/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-1/+2
* 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