index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
spdy
/
spdy_proxy_client_socket.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPDY: WriteHeaders should invoke OnDataSent callback
toyoshim@chromium.org
2012-08-15
1
-0
/
+5
*
Fix proxy CONNECT response handling
ttuttle@chromium.org
2012-08-09
1
-16
/
+40
*
SPDY - Handle incomplete headers during server push.
rtenneti@chromium.org
2012-08-06
1
-1
/
+2
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
1
-0
/
+11
*
Remove linked_ptr from SpdyStream.
rch@chromium.org
2012-07-18
1
-2
/
+2
*
SPDY - chunked upload - cleanup of spdy_http_stream to read the data
rtenneti@chromium.org
2012-07-12
1
-3
/
+0
*
NetLogEventParameter to Callback refactoring 3.
mmenke@chromium.org
2012-06-13
1
-1
/
+1
*
Make NetLog take in callbacks that return Values rather
mmenke@chromium.org
2012-06-10
1
-12
/
+9
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
1
-1
/
+1
*
Properly handle spdy3 responses.
rch@chromium.org
2012-04-03
1
-3
/
+3
*
Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...
rch@chromium.org
2012-04-03
1
-0
/
+4
*
Move NextProto enum to a new file net/socket/next_proto.h
rch@chromium.org
2012-03-31
1
-3
/
+2
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
1
-4
/
+4
*
Send correct request headers when using spdy 3.
rch@chromium.org
2012-03-15
1
-3
/
+8
*
Change SpdyProxyClientSocket::RestartWithAuth to return OK. This enables cor...
rch@chromium.org
2012-02-28
1
-1
/
+1
*
Modify SpdyProxyClientSocket to respond to a 407 Proxy Auth Require
rch@chromium.org
2012-02-27
1
-1
/
+1
*
Minor refactor of ProxyClientSocket.
rch@chromium.org
2012-02-25
1
-1
/
+28
*
SPDY Proxy - Bug fix to handle flow control (spdy/2.1)
rtenneti@google.com
2012-02-16
1
-1
/
+6
*
Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-02-03
1
-27
/
+13
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-01-25
1
-13
/
+27
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-4
/
+7
*
Revert 110965 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-12-14
1
-23
/
+0
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-80
/
+22
*
Revert 113699 - base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-09
1
-62
/
+11
*
base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-08
1
-11
/
+62
*
base::Bind: Convert Socket::Read.
jhawkins@chromium.org
2011-12-07
1
-0
/
+24
*
base::Bind: Convert StreamSocket::Connect.
jhawkins@chromium.org
2011-12-06
1
-16
/
+48
*
Fix crash bug in SpdyProxyClientSocket.GetPeerAddress where
rch@chromium.org
2011-12-03
1
-12
/
+5
*
Change SpdyProxyClientSocket::OnClose to not call the write callback if this ...
rch@chromium.org
2011-11-29
1
-2
/
+5
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-21
1
-0
/
+23
*
Revert 110879 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-21
1
-23
/
+0
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-21
1
-0
/
+23
*
Revert 110529 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-17
1
-23
/
+0
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-17
1
-0
/
+23
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-8
/
+8
*
Change HttpProxyClientSocket and SpdyProxyClient socket to look
rch@chromium.org
2011-07-08
1
-1
/
+1
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
1
-0
/
+8
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
1
-8
/
+0
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
1
-0
/
+8
*
Fix crash bug with SpdyProxyClientSocket where IsConnectedAndIdle
rch@chromium.org
2011-05-16
1
-2
/
+3
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-2
/
+2
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+6
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-2
/
+5
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
1
-5
/
+2
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-2
/
+5
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
1
-6
/
+6
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
1
-0
/
+4
*
Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy
rch@chromium.org
2010-12-17
1
-2
/
+19
*
Deinline even more destructors.
erg@google.com
2010-12-14
1
-0
/
+4
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
1
-4
/
+9
[next]