summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-018-76/+76
* Allow duplicate Content-Length headers.willchan@chromium.org2010-10-292-5/+73
* Add unit test for Basic authentication over SPDY.cbentzel@chromium.org2010-10-291-1/+2
* Clean up some HttpAuth nits.cbentzel@chromium.org2010-10-292-7/+8
* Modify HttpNetworkTransation to handle ERR_SSL_CLIENT_AUTH_CERT_NEEDEDrch@chromium.org2010-10-291-3/+2
* Report the SSL protocol version in ssl_info.connection_status.wtc@chromium.org2010-10-271-0/+1
* HttpStream::SendRequestrch@chromium.org2010-10-278-42/+54
* Do not include "net/socket/ssl_client_socket.h" twice.wtc@chromium.org2010-10-261-5/+4
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-262-0/+9
* net: always save certs and trigger verify in SSLHostInfo.agl@chromium.org2010-10-263-6/+13
* net: Remove key argument from ActivateEntry function.tfarina@chromium.org2010-10-232-8/+5
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-222-12/+14
* Refactor net::HttpUtil::NameValuePairsIterator to relieve clients of the need...erikwright@chromium.org2010-10-226-81/+135
* Make USE_OPENSSL and USE_NSS mutually exclusivejoth@chromium.org2010-10-221-1/+8
* Use scoped objects to simplify crypto routines. Also do lots of other simpli...pkasting@chromium.org2010-10-211-62/+46
* Add more tests cases for HttpAuth::HandleChallengeResponse.cbentzel@chromium.org2010-10-203-48/+124
* net: move SSL host info serialisation into SSLHostInfoagl@chromium.org2010-10-204-12/+8
* Move BuildRequestHeaders from HttpNetworkTransaction to rch@chromium.org2010-10-203-88/+119
* 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