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
*
QuicServer: Use Chrome's header parsing rather than Balsa
dmziegler@chromium.org
2014-07-01
1
-2
/
+3
*
Cancel posted write callbacks in Disconnect().
wtc@chromium.org
2014-06-14
1
-7
/
+16
*
Defer SpdySession destruction to support closing writes
jgraettinger@chromium.org
2014-06-05
1
-0
/
+1
*
Revert 273680 "Defer SpdySession destruction to support closing ..."
dxie@chromium.org
2014-06-01
1
-1
/
+0
*
Defer SpdySession destruction to support closing writes
jgraettinger@chromium.org
2014-05-30
1
-0
/
+1
*
Fix WeakPtrFactory member order
n.bansal@samsung.com
2014-05-27
1
-2
/
+2
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-09
1
-6
/
+6
*
Post SpdyProxyClientSocket write callbacks.
jgraettinger@chromium.org
2014-04-06
1
-1
/
+6
*
Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."
jschuh@chromium.org
2014-04-05
1
-6
/
+6
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-05
1
-6
/
+6
*
Refactor SpdyStream to model HTTP/2 stream states
jgraettinger@chromium.org
2014-02-12
1
-1
/
+1
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
1
-1
/
+1
*
[SPDY] Add tests for speculative crash fix in r206851
akalin@chromium.org
2013-06-24
1
-1
/
+1
*
[SPDY] Refactor SpdyStream's handling of response headers
akalin@chromium.org
2013-06-24
1
-11
/
+8
*
Use a dummy HttpStream for proxy redirects
akalin@chromium.org
2013-06-24
1
-10
/
+8
*
Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-02
1
-6
/
+6
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-3
/
+3
*
[SPDY] Refactor SpdyStream::Delegate
akalin@chromium.org
2013-05-29
1
-15
/
+3
*
[SPDY] Add a SpdyStreamType enum and use it for SpdyStream
akalin@chromium.org
2013-05-27
1
-5
/
+1
*
[SPDY] Keep track of whether we have no more data to send in SpdyStream
akalin@chromium.org
2013-05-25
1
-5
/
+4
*
[SPDY] Remove {,set_}spdy_headers() and make SendRequest() take the headers
akalin@chromium.org
2013-05-24
1
-2
/
+1
*
[SPDY] Remove more code related to sending HEADERS frames
akalin@chromium.org
2013-05-24
1
-5
/
+0
*
[SPDY] Change SpdyStream::QueueStreamData() To SendStreamData()
akalin@chromium.org
2013-05-23
1
-44
/
+12
*
[SPDY] Remove SpdyStream::Delegate::OnSendBody()'s return value
akalin@chromium.org
2013-05-22
1
-6
/
+5
*
[SPDY] Make sure final SpdyStream references are held by SpdySession
akalin@chromium.org
2013-05-13
1
-6
/
+5
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
[SPDY] Avoid leaking bytes from the session flow control receive window
akalin@chromium.org
2013-04-17
1
-6
/
+1
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-40
/
+26
*
Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."
akalin@chromium.org
2013-04-17
1
-26
/
+40
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-40
/
+26
*
[SPDY] Plumb SPDY frame type through write queue
akalin@chromium.org
2013-04-15
1
-9
/
+9
*
Remove experimental code to pick the "warmest" socket
mmenke@chromium.org
2013-03-30
1
-8
/
+0
*
[SPDY] Audit delegates of SpdyStream
akalin@chromium.org
2013-03-09
1
-2
/
+5
*
[SPDY] Rename SpdyStream::Write{Headers,StreamData} to Queue{...}
akalin@chromium.org
2013-03-08
1
-31
/
+9
*
LoadTiming in net part 5:
mmenke@chromium.org
2013-02-02
1
-3
/
+40
*
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
[next]