summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Ignore certificate errors when connecting to an HTTPS Proxyrch@chromium.org2010-08-261-0/+4
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-263-1/+4
* Remove the reused_socket_ member because we don't really need it.mbelshe@chromium.org2010-08-252-8/+4
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-252-0/+18
* Attempting to re-land CL 3110006 which turned out to have rch@chromium.org2010-08-259-103/+580
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-258-50/+83
* Revert 57333 - Add support for speaking SSL to an HTTP Proxy, todhollowa@chromium.org2010-08-259-578/+102
* Add support for speaking SSL to an HTTP Proxy, torch@chromium.org2010-08-259-102/+578
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-252-4/+4
* Fix a crash where we are checking IsConnected(). If you look into the mbelshe@chromium.org2010-08-253-3/+321
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-251-2/+3
* Remove two CHECKs that were added to help track down the crashwtc@chromium.org2010-08-241-5/+2
* Fail rather than crash if username+password are unspecified for NTLM on Linux...cbentzel@chromium.org2010-08-241-0/+5
* Http cache: Make sure that the memory used to receive thervargas@google.com2010-08-243-11/+22
* --auth-schemes specifies which authentication schemes are supported on the co...cbentzel@chromium.org2010-08-232-0/+71
* Address post-review comments on r56727.agl@chromium.org2010-08-231-1/+3
* Add option to simulate alternate protocol always being present.mbelshe@chromium.org2010-08-224-3/+84
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-219-21/+2
* Reintegrate certificate selection in HttpNetworkTransaction DoLoopdavidben@chromium.org2010-08-211-4/+7
* HTTP cache: Move DeleteCacheCompletionCallback to the anonymous namespacervargas@google.com2010-08-211-14/+14
* Http cache: It turns out that the cache destructorrvargas@google.com2010-08-212-17/+90
* net: expect MITM attacks with HTTP proxies and command line flag.agl@chromium.org2010-08-191-0/+3
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-191-0/+1
* Make sure we flush ssl pool when CloseCurrentConnections is called.lzheng@chromium.org2010-08-191-0/+1
* SpdySessionPool closes down sessions accurately now.erikchen@google.com2010-08-191-1/+1
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-195-8/+1
* A WebKit layout test failed with the HttpNetworkTransaction refactoring.mbelshe@chromium.org2010-08-191-1/+6
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-1919-1101/+2131
* Send user agent with CONNECT requests.vandebo@chromium.org2010-08-187-5/+60
* Remove CRLF.cbentzel@chromium.org2010-08-181-1/+1
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-171-1/+1
* Initialize all data members in HTTPResponseInfo's new ctor and remove the rel...michaeln@chromium.org2010-08-131-0/+2
* Uninitialized member vars and inlined constructors.finnur@chromium.org2010-08-125-5/+22
* FBTF: Start cleaning up net/erg@google.com2010-08-1113-19/+83
* Add a field trial for the cache WRT prefetchinggavinp@chromium.org2010-08-111-2/+14
* Remove a bunch of extra includes.vandebo@chromium.org2010-08-112-3/+4
* Removed spdy_network_transaction.h file.erikchen@google.com2010-08-091-1/+0
* More metrics for proxy connections impact A/B test.ziadh@chromium.org2010-08-091-0/+1
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-0/+2
* Bad interaction between 2 A/B experimentsziadh@chromium.org2010-08-062-1/+9
* Remove the following States from HttpProxyClientSocket:rch@chromium.org2010-08-061-2/+0
* Change some EXPECT's to ASSERT's in http_auth_handler_factory_unittest.cccbentzel@chromium.org2010-08-061-3/+3
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-051-0/+3
* Leftovers from wstring->string16 conversion in authentication code.cbentzel@chromium.org2010-08-051-2/+3
* Implement server push protocol 2.erikchen@google.com2010-08-052-0/+33
* Modify the SPDY v1 hack to only advertise v1 and not v2 over NPN.mbelshe@chromium.org2010-08-051-1/+1
* Minor change to: http://codereview.chromium.org/3064033rch@chromium.org2010-08-052-221/+114
* Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDYdhollowa@chromium.org2010-08-042-114/+221
* Refactor HttpNetworkTransaction to eliminate the SPDYrch@chromium.org2010-08-042-221/+114
* Cleaning up flakiness of a URLSecurityManager unit test.ahendrickson@chromium.org2010-08-041-23/+0