summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct typo so that statistics appear for speculative activitiesjar@chromium.org2010-09-121-3/+1
* Fix multi-round authentication.cbentzel@chromium.org2010-09-1129-280/+687
* Crashes net_unittests.jhawkins@chromium.org2010-09-111-1/+1
* Correct typo so that statistics appear for speculative activitiesjar@chromium.org2010-09-101-1/+1
* net: add SSLNonSensitiveHostInfoagl@chromium.org2010-09-092-0/+324
* Improved error reporting for GSSAPI statuses.cbentzel@chromium.org2010-09-084-48/+112
* Add missing nested socket pools to socket pool info page. Each socket pool s...mmenke@chromium.org2010-09-083-12/+51
* Demote LOG(WARNING) about unable to handle an auth scheme to LOG(INFO).cbentzel@chromium.org2010-09-081-2/+2
* Flush SSL pools after SSL config changes.csilv@chromium.org2010-09-044-8/+8
* Update the Preconnect logic to use the new HttpStreamFactory formbelshe@chromium.org2010-09-033-1/+34
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-022-0/+9
* Summary of changes:cbentzel@chromium.org2010-09-021-9/+14
* base: Move SplitStringUsingSubstr functions from string_util.h to string_split.htfarina@chromium.org2010-09-021-1/+3
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-016-10/+124
* Unit tests for CanDelegate on URLSecurityManager.cbentzel@chromium.org2010-09-011-1/+32
* Migrate spdy_session from using LOG() to NetLog. In the process, I'mmbelshe@chromium.org2010-09-011-0/+7
* Change the API from passing refptr<>s through the interfaces.mbelshe@chromium.org2010-09-015-32/+26
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-312-4/+4
* FBTF: A giant cleanup to net/erg@google.com2010-08-319-55/+115
* Map SECURITY_STATUS from InitializeSecurityContext to net error codes.cbentzel@chromium.org2010-08-311-8/+46
* Sockets page on net-internals now displays some information about the current...mmenke@chromium.org2010-08-303-0/+39
* Rename the following SSLClientSocket methods to match the style guide:rch@chromium.org2010-08-271-2/+2
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-272-2/+0
* Add support for delegated kerberos tickets to Negotiate authentication.cbentzel@chromium.org2010-08-2714-57/+157
* Add a new SSLClientSocket::wasSpdyNegotiated method,rch@chromium.org2010-08-271-10/+1
* Ignore certificate errors when connecting to an HTTPS Proxyrch@chromium.org2010-08-261-0/+4