summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Preliminary support for GSSAPI (Linux and Mac OS X).ahendrickson@google.com2010-06-043-0/+675
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-038-22/+47
* Use arraysize() instead of ARRAYSIZE_UNSAFE() where possible. Remove pointle...pkasting@chromium.org2010-06-011-4/+4
* view-cache: Refactor ViewCacheHelper and ViewHttpCacheJobFactoryrvargas@google.com2010-05-271-2/+2
* Change the proxy waiting-for message to:mbelshe@chromium.org2010-05-271-0/+5
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-2723-48/+81
* net-internals: use the async interface for displaying cache statistics.rvargas@google.com2010-05-272-0/+7
* Increase the socket limit for proxy servers to 32.willchan@chromium.org2010-05-251-3/+3
* Eliminate the establishing_tunnel_ internal state and move to explicitmbelshe@chromium.org2010-05-252-119/+198
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-215-18/+129
* Remove the TRACE_EVENT for network states. This is no longer needed, since mo...eroman@chromium.org2010-05-212-32/+0
* Track whether a resource was loaded via a proxy. I'm going to usembelshe@chromium.org2010-05-213-3/+18
* Make ClientSocketPool histograms static so that they work properly.vandebo@chromium.org2010-05-203-12/+19
* Lazy initialization of URLSecurityManager to reduce start-up time.ahendrickson@chromium.org2010-05-2010-26/+25
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-2023-76/+216
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-206-162/+42
* Create a dedicated cache thread and use it to create thervargas@google.com2010-05-181-3/+3
* Digest Authentication: Test that "nc" is incremented for same "nonce".cbentzel@chromium.org2010-05-183-0/+150
* Trigger SSL fallback based on Bad MAC alert.agl@chromium.org2010-05-181-3/+6
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-176-42/+162
* Add the status line to the NetLogHttpResponseParameter.willchan@chromium.org2010-05-141-0/+1
* Fix --host-rules to work properly with proxies.willchan@chromium.org2010-05-131-7/+19
* Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.willchan@chromium.org2010-05-131-1/+2
* Remove CRLF from three lines in http_auth_handler.hcbentzel@chromium.org2010-05-131-3/+3
* Added authentication scheme as key to HttpAuthCache.cbentzel@chromium.org2010-05-134-77/+126
* Add --host-rules support.willchan@chromium.org2010-05-122-8/+23
* Enable Alternate-Protocol support by default when NPN support is enabled.willchan@chromium.org2010-05-121-0/+1
* Http Cache: Add a backend factory class so that the callerrvargas@google.com2010-05-123-302/+268
* Plumb NetLog into SpdySession.willchan@chromium.org2010-05-122-7/+5
* Bypass the DNS cache when the LOAD_VALIDATE_CACHE load flag is set.eroman@chromium.org2010-05-112-4/+19
* Add the response headers to net-internals.willchan@chromium.org2010-05-112-2/+54
* Add http request headers into about:net-internals.willchan@chromium.org2010-05-102-1/+53
* Http cache: Add a check to MockHttpCache to make surervargas@google.com2010-05-104-81/+151
* Http Cache: Handle the asynchronous instantiation of thervargas@google.com2010-05-075-191/+624
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-062-1/+5
* Get tests working for Alternate-Protocol and proxies.willchan@chromium.org2010-05-052-23/+24
* Added unit tests for URLSecurityManager.ahendrickson@chromium.org2010-05-051-0/+88
* Fix a DCHECK that was hit when trying to log information on an invalid proxy-...eroman@chromium.org2010-05-053-4/+65
* Add ssl into the key for ClientSocketPools.willchan@chromium.org2010-05-042-8/+11
* Auto-format style pass over files.cbentzel@chromium.org2010-05-0425-199/+210
* Fix Alternate-Protocol to work for PAC proxies.willchan@chromium.org2010-04-302-27/+188
* Fix Alternate-Protocol to work with proxies.willchan@chromium.org2010-04-292-29/+26
* Fix HttpAlternateProtocols unit test.cbentzel@chromium.org2010-04-291-1/+1
* Http cache: Add support for a dedicated cache thread.rvargas@google.com2010-04-292-2/+25
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-295-154/+347
* Compile fix.eroman@chromium.org2010-04-281-1/+1
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-284-105/+105
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-283-30/+31
* Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.cbentzel@chromium.org2010-04-282-2/+102
* Remove proxy_mode_ from the HttpNetworkTransaction since itmbelshe@chromium.org2010-04-282-28/+8