summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Added support for raw headers.caseq@google.com2010-10-061-0/+8
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-052-1/+3
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-042-6/+19
* clang/mac: Fix almost all problems when building all.xcodeproj.thakis@chromium.org2010-10-043-31/+2
* Stop refcounting HostResolver.willchan@chromium.org2010-10-0112-36/+64
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-012-19/+6
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-012-6/+19
* Fixes the tests written for http://codereview.chromium.org/3432009/showrch@chromium.org2010-10-013-31/+69
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-302-0/+14
* Call GetSSLInfo late, after we have received the responsewtc@chromium.org2010-09-302-9/+5
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...willchan@chromium.org2010-09-306-72/+98
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-3013-247/+434
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-306-98/+72
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-306-72/+98
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-299-328/+148
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-296-11/+28
* FBTF: Moves code to the headers.erg@google.com2010-09-282-0/+8
* Kill all HttpResponseBodyDrainers when HttpNetworkSession goes away.willchan@chromium.org2010-09-286-14/+63
* Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...cbentzel@chromium.org2010-09-286-28/+11
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-286-11/+28
* Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...rch@chromium.org2010-09-283-69/+31
* Add a new class SpdyProxyClientSocket which implements ClientSocketrch@chromium.org2010-09-283-31/+69
* Remove commented out expression in http_network_transaction_unittest.ccrch@chromium.org2010-09-271-2/+2
* Skip CNAME lookup if resolver_ is NULL in the Negotiate handler.cbentzel@chromium.org2010-09-271-1/+1
* Immediately reject empty cookie headers.jochen@chromium.org2010-09-271-4/+6
* Remove the references to HttpNetworkSession in SpdySessionrch@chromium.org2010-09-252-6/+9
* Remove SpdySession::Connect(). This methods was onlyrch@chromium.org2010-09-251-7/+33
* Even more status reporting for SSPI functions.cbentzel@chromium.org2010-09-251-71/+89
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-2514-86/+107
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-242-0/+2
* Take out additional dependency from http_util as a short-term fix to get the ...jam@chromium.org2010-09-233-15/+5
* Support net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH.willchan@chromium.org2010-09-233-10/+71
* net: refactor SSLNonSensitiveHostInfoagl@chromium.org2010-09-222-116/+114
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+1
* net: Fix incorrect style used in some enumerations.tfarina@chromium.org2010-09-225-33/+33
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-2112-199/+47
* Fix a bunch of clang warnings/errors.thakis@chromium.org2010-09-211-36/+0
* Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...willchan@chromium.org2010-09-217-99/+583
* Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...willchan@chromium.org2010-09-207-575/+99
* Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.willchan@chromium.org2010-09-197-99/+575
* Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...willchan@chromium.org2010-09-179-50/+93
* Fix case where we close a stream due to socket errors when it is currentlymbelshe@chromium.org2010-09-171-1/+4
* Flush all nested pools.willchan@chromium.org2010-09-161-0/+4
* Add a new net error code for when the load failure was due to connecting to a...eroman@chromium.org2010-09-164-3/+10
* Don't evict username/password when handling "stale" digest authentication cha...cbentzel@chromium.org2010-09-167-11/+113
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-153-5/+4
* Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...tfarina@chromium.org2010-09-153-10/+10
* Trying to green up the tree, lots of mac and win red around this cl.thomasvl@chromium.org2010-09-143-10/+10
* net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.tfarina@chromium.org2010-09-143-10/+10
* Fix a crash when we preconnect to a host that we already have a SPDY session ...willchan@chromium.org2010-09-132-1/+57