summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove svn:mergeinfo props from many files.pkasting@chromium.org2011-04-083-3/+3
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-0711-124/+139
* Linux: recognize Heimdal on Gentoo Linux for Kerberos HTTP authentication.phajdan.jr@chromium.org2011-04-061-0/+1
* Move BuildRequestHeaders back to http_network_transaction.cc now that it's no...abarth@chromium.org2011-04-064-119/+73
* net: remove forced renegotiation checksagl@chromium.org2011-04-052-7/+1
* Fix line endingsabarth@chromium.org2011-04-041-3/+3
* Http cache: Make sure that the we only transition torvargas@chromium.org2011-04-042-1/+24
* Fix crash in layout tests due to my previous network delegate change (r79905).mpcomplete@chromium.org2011-04-011-1/+1
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-306-44/+128
* Disable HTTP auth schemes on permanent errors.asanka@chromium.org2011-03-303-13/+158
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-304-5/+11
* Moved the logic to initialize a ClientSocketHandle with the relevant socket p...sanjeevr@chromium.org2011-03-292-168/+46
* Move some files from base to base/memory.levin@chromium.org2011-03-2835-76/+76
* Enable IP pooling for SPDY.mbelshe@chromium.org2011-03-252-7/+13
* Fix flakiness in Alternate-Protocol tests.willchan@chromium.org2011-03-181-55/+21
* The SPDY Exclusions were broken; the intent of the exclusion is so that ourmbelshe@chromium.org2011-03-164-19/+20
* Revert 78061 - Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-151-2/+2
* Code cleanup related to allowed_bad_certs.wtc@chromium.org2011-03-141-1/+1
* Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-141-2/+2
* Removing a TODO and cleaning up code.kristianm@google.com2011-03-141-2/+2
* Reland rest of r77399.willchan@chromium.org2011-03-1211-360/+595
* Don't drain response bodies for SpdyHttpStreams.willchan@chromium.org2011-03-115-0/+15
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-1115-610/+360
* Reland r77075,r77077.willchan@chromium.org2011-03-0915-360/+610
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-0715-610/+360
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-0615-360/+610
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-042-9/+63
* Mention that HttpAuthCache::Entry::HasEnclosingPath() can return 0 as a path ...asanka@chromium.org2011-03-041-1/+5
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-042-63/+9
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-042-9/+63