summaryrefslogtreecommitdiffstats
path: root/net/http/http_proxy_client_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Use a dummy HttpStream for proxy redirectsakalin@chromium.org2013-06-241-3/+12
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-2/+2
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-7/+7
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-3/+2
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-16/+0
* net: Remove UploadDataStream* argument from HttpStream::SendRequesthashimoto@chromium.org2012-11-151-1/+1
* net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...hashimoto@chromium.org2012-11-011-3/+1
* net: Delete special logic for chunked uploadhashimoto@chromium.org2012-10-221-0/+1
* Fix proxy CONNECT response handlingttuttle@chromium.org2012-08-091-10/+22
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-0/+16
* Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...rsleevi@chromium.org2012-06-141-2/+3
* NetLogEventParameter to Callback refactoring 5.mmenke@chromium.org2012-06-131-2/+2
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-101-12/+9
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-1/+1
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-0/+8
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-3/+2
* Minor refactor of ProxyClientSocket.rch@chromium.org2012-02-251-14/+16
* Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-02-031-12/+46
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-01-251-46/+12
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-11/+15
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-0/+2
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-2/+1
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-1/+2
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-2/+1
* Revert 110965 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-12-141-8/+38
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-62/+14
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-8/+1
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-1/+8
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-1/+20
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-12/+43
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-37/+8
* Revert 110879 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-8/+37
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-37/+8
* Revert 110529 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-171-8/+37
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-171-37/+8
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-5/+5
* Change HttpProxyClientSocket and SpdyProxyClient socket to lookrch@chromium.org2011-07-081-1/+2
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-1/+17
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-17/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-1/+17
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+4
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-081-8/+8
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-72/+76
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-2/+14
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+4
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-111-9/+7
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-3/+3
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-0/+8
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-181-0/+1