summaryrefslogtreecommitdiffstats
path: root/net/http/http_proxy_client_socket_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-34/+44
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-301-1/+5
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-4/+2
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-2/+4
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-4/+2
* More net/ reordering.erg@google.com2011-01-211-37/+37
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-2/+5
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+12
* Change HttpProxyClientSocketPool so that when a new SpdyStream isrch@chromium.org2010-12-031-1/+2
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-10/+18
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-131-15/+99
* Add ClientSocketPoolBaseHelper support for preconnect.willchan@chromium.org2010-10-131-0/+11
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-2/+2
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-14/+11
* net: Fix incorrect style used in some enumerations.tfarina@chromium.org2010-09-221-22/+22
* Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...willchan@chromium.org2010-09-171-3/+7
* 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-161-1/+3
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-2/+1
* Add missing nested socket pools to socket pool info page. Each socket pool s...mmenke@chromium.org2010-09-081-1/+26
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-011-2/+9
* Ignore certificate errors when connecting to an HTTPS Proxyrch@chromium.org2010-08-261-0/+4
* Attempting to re-land CL 3110006 which turned out to have rch@chromium.org2010-08-251-27/+94
* Revert 57333 - Add support for speaking SSL to an HTTP Proxy, todhollowa@chromium.org2010-08-251-94/+27
* Add support for speaking SSL to an HTTP Proxy, torch@chromium.org2010-08-251-27/+94
* Send user agent with CONNECT requests.vandebo@chromium.org2010-08-181-0/+3
* Remove a bunch of extra includes.vandebo@chromium.org2010-08-111-0/+1
* Mange ciricular reference to HttpNetworkTransaction in HttpProxyClientSocktPool.vandebo@chromium.org2010-08-031-2/+9
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-031-5/+9
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-021-9/+5
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-301-5/+9
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-151-1/+1
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-10/+26
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-0/+213