summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* chrome.experimental.downloads.download() implementationbenjhayden@chromium.org2011-09-163-0/+123
* Don't leak SSPILibraryDefault objectsasanka@chromium.org2011-09-132-11/+9
* Don't interpret embeded NULLs in a response header line as a line terminator.eroman@chromium.org2011-09-135-10/+46
* Change AuthChallengeInfo to better represent underlying encodings.cbentzel@chromium.org2011-09-128-226/+195
* Exposing CloseIdleConnections in HttpCache, and close idle spdy sessionskristianm@chromium.org2011-09-083-0/+12
* Move test utilities into test_file_util.*.ahendrickson@chromium.org2011-09-021-0/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+2
* Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job rch@chromium.org2011-09-0210-57/+87
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+2
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-011-1/+1
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-011-3/+3
* Don't try to use explicit credentials with schemes that don't support it.asanka@chromium.org2011-08-3113-57/+249
* Fix a linking error with -Dlinux_link_kerberos on Gentoo.phajdan.jr@chromium.org2011-08-301-2/+0