summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop refcounting ProxyService.willchan@chromium.org2011-04-276-17/+17
* Revert r83048 "Removed wchar_t from Time::FromString."maruel@chromium.org2011-04-262-6/+7
* Removed wchar_t from Time::FromString.shinyak@google.com2011-04-262-7/+6
* InitFromPickle should return false on any deserializationwtc@chromium.org2011-04-221-4/+9
* Address post-review feedback for r82214. In addition, no longer attempt to gr...rsleevi@chromium.org2011-04-221-2/+2
* Implementation of chrome.experimental.webRequest.onRequestSentbattre@chromium.org2011-04-201-0/+5
* Added raw headers support to DevTools.vsevik@chromium.org2011-04-202-0/+18
* Change the HTTP cache to cache the entire certificate chain for SSL sitesrsleevi@chromium.org2011-04-201-5/+13
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-192-0/+5
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-181-2/+2
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-152-2/+2
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-8/+8
* Revert "Allow extensions to redirect requests in onBeforeRequest."mpcomplete@chromium.org2011-04-132-2/+2
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-132-2/+2
* Http Cache: Only cache range requests when the server providesrvargas@google.com2011-04-134-23/+131
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-121-3/+3
* Revert r61181.agl@chromium.org2011-04-122-60/+0
* Turn off backup sockets for most tests in net_unittests.willchan@chromium.org2011-04-081-20/+0