summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_proxy_client_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* [SPDY] Avoid leaking bytes from the session flow control receive windowakalin@chromium.org2013-04-171-6/+1
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-171-40/+26
* Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."akalin@chromium.org2013-04-171-26/+40
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-171-40/+26
* [SPDY] Plumb SPDY frame type through write queueakalin@chromium.org2013-04-151-9/+9
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-8/+0
* [SPDY] Audit delegates of SpdyStreamakalin@chromium.org2013-03-091-2/+5
* [SPDY] Rename SpdyStream::Write{Headers,StreamData} to Queue{...}akalin@chromium.org2013-03-081-31/+9
* LoadTiming in net part 5:mmenke@chromium.org2013-02-021-3/+40
* SPDY: WriteHeaders should invoke OnDataSent callbacktoyoshim@chromium.org2012-08-151-0/+5
* Fix proxy CONNECT response handlingttuttle@chromium.org2012-08-091-16/+40
* SPDY - Handle incomplete headers during server push.rtenneti@chromium.org2012-08-061-1/+2
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-0/+11
* Remove linked_ptr from SpdyStream.rch@chromium.org2012-07-181-2/+2
* SPDY - chunked upload - cleanup of spdy_http_stream to read the datartenneti@chromium.org2012-07-121-3/+0
* NetLogEventParameter to Callback refactoring 3.mmenke@chromium.org2012-06-131-1/+1
* 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
* Properly handle spdy3 responses.rch@chromium.org2012-04-031-3/+3
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-0/+4
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-3/+2
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-4/+4
* Send correct request headers when using spdy 3.rch@chromium.org2012-03-151-3/+8
* Change SpdyProxyClientSocket::RestartWithAuth to return OK. This enables cor...rch@chromium.org2012-02-281-1/+1
* Modify SpdyProxyClientSocket to respond to a 407 Proxy Auth Requirerch@chromium.org2012-02-271-1/+1
* Minor refactor of ProxyClientSocket.rch@chromium.org2012-02-251-1/+28
* SPDY Proxy - Bug fix to handle flow control (spdy/2.1)rtenneti@google.com2012-02-161-1/+6
* Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-02-031-27/+13
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-01-251-13/+27
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-4/+7
* Revert 110965 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-12-141-23/+0
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-80/+22
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-62/+11
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-11/+62
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-0/+24
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-16/+48
* Fix crash bug in SpdyProxyClientSocket.GetPeerAddress whererch@chromium.org2011-12-031-12/+5
* Change SpdyProxyClientSocket::OnClose to not call the write callback if this ...rch@chromium.org2011-11-291-2/+5
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-0/+23
* Revert 110879 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-23/+0
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-211-0/+23
* Revert 110529 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-171-23/+0
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-171-0/+23
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-8/+8
* Change HttpProxyClientSocket and SpdyProxyClient socket to lookrch@chromium.org2011-07-081-1/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+8
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-8/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+8
* Fix crash bug with SpdyProxyClientSocket where IsConnectedAndIdlerch@chromium.org2011-05-161-2/+3