summaryrefslogtreecommitdiffstats
path: root/net/http/http_proxy_client_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-181-0/+1
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-2/+2
* Fixes the tests written for http://codereview.chromium.org/3432009/showrch@chromium.org2010-10-011-31/+2
* Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...rch@chromium.org2010-09-281-2/+31
* Add a new class SpdyProxyClientSocket which implements ClientSocketrch@chromium.org2010-09-281-31/+2
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-1/+2
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-13/+16
* Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...willchan@chromium.org2010-09-171-4/+10
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-0/+8
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-011-2/+9
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-2/+2
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-0/+16
* Fix a crash where we are checking IsConnected(). If you look into the mbelshe@chromium.org2010-08-251-1/+0
* Send user agent with CONNECT requests.vandebo@chromium.org2010-08-181-1/+5
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-031-16/+36
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-021-36/+16
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-301-16/+36
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-3/+3
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-7/+7
* Remove |net_log_| as a class member and pass it in where needed and a little ...vandebo@chromium.org2010-07-131-6/+4
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-8/+9
* Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...vandebo@chromium.org2010-07-121-0/+421