summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-1915-24/+59
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-189-49/+104
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-1814-57/+23
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-1814-23/+57
* Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions.mbelshe@chromium.org2010-10-164-75/+5
* Add an off switch for SPDY:mbelshe@chromium.org2010-10-165-21/+46
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-1611-55/+54
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-169-90/+469
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-142-5/+5
* Cleanup StreamFactory && StreamRequest APIs.willchan@chromium.org2010-10-147-178/+122
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-1411-83/+50
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-147-22/+25
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-142-2/+2
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-136-150/+633
* Add ClientSocketPoolBaseHelper support for preconnect.willchan@chromium.org2010-10-132-0/+16
* Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-125-27/+98
* Render SpdySessionPools on the Data tab and on a newmmenke@chromium.org2010-10-122-0/+8
* Fix miscellaneous cpplint nits.wtc@chromium.org2010-10-121-1/+1
* Rename SSLNonSensitiveHostInfo to SSLHostInfo.agl@chromium.org2010-10-125-13/+12
* Revert 62171 - Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-115-98/+27
* Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-115-27/+98
* Add Net.HttpAuthCount histogram to track failure rate per authentication scheme.cbentzel@chromium.org2010-10-112-1/+61
* Http Cache: Remove checks used to track a crash.rvargas@google.com2010-10-111-16/+12
* net: add --enable-snap-startagl@chromium.org2010-10-114-0/+26
* Http Cache: Add some debug code to track a bug. Basicallyrvargas@google.com2010-10-081-0/+8
* Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-0810-6/+36
* Do not use Alternate-Protocol for establishing new SpdySessions.willchan@chromium.org2010-10-084-5/+75
* Add a hostname parameter to HttpStreamRequest::GenerateSslParamsrch@chromium.org2010-10-072-1/+5
* Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-0710-36/+6
* net: plumb DnsRRResolver from IOThread to HttpNetworkSession.agl@chromium.org2010-10-0710-6/+36
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-0611-11/+81
* 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