summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Revert 110879 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-218-486/+87
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-218-87/+486
* HTTP Cache: Implement StopCaching(), to avoid cachingrvargas@google.com2011-11-182-4/+98
* Cleanup: Remove forward declarations in various directories.thestig@chromium.org2011-11-181-1/+0
* Revert 110529 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-178-486/+87
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-178-87/+486
* Make ClientSocketPoolManager into an interface.willchan@chromium.org2011-11-177-116/+95
* Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes received doesn't m...cbentzel@chromium.org2011-11-172-7/+33
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-163-25/+30
* Add OVERRIDE to net/.avi@chromium.org2011-11-1623-174/+194
* Remove referrer from TransportSocketParams and SOCKSSocketParams.szym@chromium.org2011-11-152-3/+3
* Refactor state machines in HttpPipelinedConnectionImpl.simonjam@chromium.org2011-11-152-216/+304
* Persist dynamically learned SPDY settings (like CWND).rtenneti@chromium.org2011-11-155-7/+215
* Remove unused HostResolver::Observer.szym@chromium.org2011-11-151-87/+0
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-117-16/+9
* Integration tests for HTTP pipelining.simonjam@chromium.org2011-11-102-1/+470
* Remove HostResolverImpl from Mock*HostResolver. szym@chromium.org2011-11-082-1/+3
* Add new text for indicating we are resolving hosts during proxy resolution.willchan@chromium.org2011-11-082-1/+12
* Revert 108910 - Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-072-3/+1
* Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-072-1/+3
* Remove 13 exit time constructors and 3 static initializersthakis@chromium.org2011-11-071-1/+1
* Correctly create a new stream when the server requires authentication.simonjam@chromium.org2011-11-011-2/+4
* Histogram how often IDENT_SRC_URL is used.tsepez@chromium.org2011-11-011-0/+1
* Make X509Certificate::GetDEREncoded a static function taking an OSCertHandlersleevi@chromium.org2011-11-011-1/+3
* Fix pipelining crash on canceled user callbacks.simonjam@chromium.org2011-10-283-10/+80
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-2844-388/+315
* base::Bind conversion for net/http/...adamk@chromium.org2011-10-2010-46/+58
* net: disable revocation checking for connections to HTTPS proxies.agl@chromium.org2011-10-191-0/+3
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-1926-80/+3052
* Reset static HttpStreamFactory settings before each test in a NetTestSuite.szym@chromium.org2011-10-182-0/+23
* net: rework the NPN patch.agl@chromium.org2011-10-185-51/+81
* Send PING to check the status of the SPDY connection.rtenneti@chromium.org2011-10-162-0/+4
* Add --use-spdy option to control initial max concurrent streams.willchan@chromium.org2011-10-131-0/+6
* Support SPDY RST_STREAM with REFUSED_STREAM status properly.willchan@chromium.org2011-10-131-0/+4
* Expose some network configurations for performance tuning.wangxianzhu@chromium.org2011-10-121-3/+2
* Persist Alternate-Protocol.willchan@chromium.org2011-10-124-9/+53
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-1022-454/+418
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-099-1/+418
* Fix regression where Chrome is unable to NPN negotiate SPDY to an HTTPS proxy.rch@chromium.org2011-10-061-1/+4
* Return an error when multiple Location or Content-Dispositionmmenke@chromium.org2011-10-042-19/+151
* Support selection of SPDY on port other than 443jar@chromium.org2011-10-042-18/+229
* [cros] Transfer proxy HTTP authentication from login screen into new session.ivankr@chromium.org2011-10-033-0/+105
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-0149-387/+387
* Fix build with Heimdal.phajdan.jr@chromium.org2011-09-291-0/+10
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-233-6/+6
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-223-5/+5
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-223-5/+5
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-212-0/+2
* Add a gyp flag to enable dcheck by default in release withoutnsylvain@chromium.org2011-09-201-1/+1
* Consistently use ASSERT_TRUE(response != NULL) in http_network_transaction_un...cbentzel@chromium.org2011-09-201-80/+83