summaryrefslogtreecommitdiffstats
path: root/net/http/http_proxy_client_socket.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-02-041-4/+17
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-01-251-17/+4
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-2/+2
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-0/+8
* Revert 110965 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-12-141-2/+15
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-6/+1
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-3/+0
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-0/+3
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-2/+5
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-2/+4
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-15/+2
* Revert 110879 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-2/+15
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-15/+2
* Revert 110529 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-171-2/+15
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-171-15/+2
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-19/+21
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-2/+3
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-6/+6
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+2
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-2/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+2
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-10/+4
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-5/+10
* Even more virtual method deinlining.erg@google.com2010-12-131-1/+1
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-111-1/+2
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-0/+1
* net: Fix incorrect style used in some enumerations.tfarina@chromium.org2010-09-221-1/+1
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-1/+4
* Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...willchan@chromium.org2010-09-171-1/+4
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-0/+1
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-011-1/+8
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-0/+2
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-1/+1
* Send user agent with CONNECT requests.vandebo@chromium.org2010-08-181-1/+3
* Remove the following States from HttpProxyClientSocket:rch@chromium.org2010-08-061-2/+0
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-031-6/+11
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-021-11/+6
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-301-6/+11
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-0/+4
* Remove |net_log_| as a class member and pass it in where needed and a little ...vandebo@chromium.org2010-07-131-12/+11
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-13/+9
* Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...vandebo@chromium.org2010-07-121-0/+146