summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-248-107/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-248-1/+107
* Revert 90352 - Move Referer header to extra_headers fieldbattre@chromium.org2011-06-245-7/+33
* Move Referer header to extra_headers fieldbattre@chromium.org2011-06-245-33/+7
* Revert 89837 - Move Referer and Host HTTP headers to extra_headers fieldbattre@chromium.org2011-06-215-7/+33
* Move Referer and Host HTTP headers to extra_headers fieldbattre@chromium.org2011-06-215-33/+7
* Add more CHECKs to track down bug 80095.willchan@chromium.org2011-06-202-31/+67
* Revert 89628 - Revert 89489 - net: don't check revocation when fetching PAC f...cevans@chromium.org2011-06-201-0/+3
* Revert 89489 - net: don't check revocation when fetching PAC files.cevans@chromium.org2011-06-191-3/+0
* net: serialize SSL connection status to disk cache.agl@chromium.org2011-06-171-1/+16
* net: don't check revocation when fetching PAC files.agl@chromium.org2011-06-171-0/+3
* Fix --host-rules command switch.levin@chromium.org2011-06-092-9/+47
* Add unit-tests for SingleRequestHostResolver.eroman@chromium.org2011-06-061-0/+1
* Add local variables to track down a crash.willchan@chromium.org2011-06-041-0/+33
* Add a unit test to verify that an invalid status code (-1)wtc@chromium.org2011-06-011-0/+13
* net: Add NET_API to more code, this time what's used by chrome.dllrvargas@google.com2011-05-312-2/+2
* Fail with ERR_UNSUPPORTED_AUTH_SCHEME instead of ERR_INVALID_RESPONSEwtc@chromium.org2011-05-314-7/+36
* Fix nits related to SSLHostInfo.wtc@chromium.org2011-05-312-9/+9
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-255-5/+5
* Treat ERR_CONNECTION_CLOSED as end-of-data marker for downloads.ahendrickson@chromium.org2011-05-241-0/+25
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-228-19/+16
* net: Add NET_API to a few more files.rvargas@google.com2011-05-211-2/+4
* net: Add NET_API to the auth code.rvargas@google.com2011-05-2013-36/+50
* net: Add NET_API to url_request.rvargas@google.com2011-05-203-6/+10
* Net: Add NET_API to some http code.rvargas@google.com2011-05-1917-33/+50
* net: Add net_api to the proxy code.rvargas@google.com2011-05-191-2/+2
* Reland 85821 - Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-195-8/+79
* Revert 85821 - Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-195-79/+8
* Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-185-8/+79
* MAC Cookies (patch 5 of N)abarth@chromium.org2011-05-163-23/+38
* MAC Cookies (patch 4 of N)abarth@chromium.org2011-05-136-47/+30
* Implemented RequestHeaders field in extraInfoSpec of webRequest APIbattre@chromium.org2011-05-131-1/+1
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-2/+2
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-1/+1
* Use const operator to enable compilation with stlport.jknotten@chromium.org2011-05-111-2/+2
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-102-7/+5
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-104-1/+4
* Add requested documentation.abarth@chromium.org2011-05-061-0/+7
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-062-5/+7
* Http Cache: make sure that if we cancel a request after all datarvargas@google.com2011-05-053-1/+55
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-058-41/+90
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-052-7/+5
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-056-7/+7
* Add a method to HMAC to indicate how large a digest it produces.abarth@chromium.org2011-04-301-20/+12
* MAC Cookies (patch 2 of N)abarth@chromium.org2011-04-303-0/+345
* Revert r83600abarth@chromium.org2011-04-293-345/+0
* MAC Cookies (2 of N)abarth@chromium.org2011-04-293-0/+345
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-298-90/+41
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-298-41/+90
* Flesh out the onBeforeSendHeaders event a bit more. We now send thempcomplete@chromium.org2011-04-275-18/+23