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_session.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Temporary fix to reduce the spdy concurrent streams to 6.
mbelshe@chromium.org
2010-10-25
1
-1
/
+10
*
Render SpdySessionPools on the Data tab and on a new
mmenke@chromium.org
2010-10-12
1
-0
/
+4
*
Speculative fix for SpdySettingsStorage crasher.
willchan@chromium.org
2010-10-07
1
-1
/
+5
*
Fixes the tests written for http://codereview.chromium.org/3432009/show
rch@chromium.org
2010-10-01
1
-0
/
+10
*
Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...
willchan@chromium.org
2010-09-30
1
-4
/
+8
*
Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
1
-8
/
+4
*
Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
1
-4
/
+8
*
Use ScopedRunnableMethodFactory for SpdySession to better control lifetime.
willchan@chromium.org
2010-09-29
1
-0
/
+7
*
Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...
rch@chromium.org
2010-09-28
1
-10
/
+0
*
Add a new class SpdyProxyClientSocket which implements ClientSocket
rch@chromium.org
2010-09-28
1
-0
/
+10
*
Remove the references to HttpNetworkSession in SpdySession
rch@chromium.org
2010-09-25
1
-4
/
+6
*
Remove SpdySession::Connect(). This methods was only
rch@chromium.org
2010-09-25
1
-14
/
+0
*
Add logging to the spdy session pool.
mbelshe@chromium.org
2010-08-30
1
-0
/
+2
*
SPDY flow control: add support for receive window size
agayev@chromium.org
2010-08-26
1
-1
/
+12
*
Fix bug where pushed SPDY streams were never actually closed.
mbelshe@chromium.org
2010-08-23
1
-0
/
+7
*
SpdySessionPool closes down sessions accurately now.
erikchen@google.com
2010-08-19
1
-1
/
+5
*
Extract connection logic from HttpNetworkTransaction into a new
mbelshe@chromium.org
2010-08-19
1
-6
/
+7
*
Clean up SpdyStream.
erikchen@google.com
2010-08-06
1
-4
/
+0
*
Implement server push protocol 2.
erikchen@google.com
2010-08-05
1
-9
/
+4
*
SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...
erikchen@google.com
2010-08-02
1
-4
/
+11
*
When we get a silent TCP RST, SPDY connections need to retry.
mbelshe@chromium.org
2010-07-31
1
-0
/
+10
*
More FRIEND_TEST_ALL_PREFIXES.
phajdan.jr@chromium.org
2010-07-30
1
-2
/
+2
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
SPDY now always uses http_network_transaction instead of spdy_network_transac...
erikchen@google.com
2010-07-23
1
-3
/
+6
*
SPDY flow control: enforce obeying send window size via a command-line switch...
agayev@chromium.org
2010-07-22
1
-4
/
+15
*
Remove SpdyHttpStream dependency in SpdySession
ukai@chromium.org
2010-07-21
1
-10
/
+4
*
Initial SPDY flow control support
agayev@chromium.org
2010-07-20
1
-1
/
+12
*
Refactor SpdyStream state for WebSocket support
ukai@chromium.org
2010-07-20
1
-1
/
+2
*
Implement MAX_CONCURRENT_STREAMS SETTINGS header
gavinp@google.com
2010-07-17
1
-2
/
+48
*
Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...
cbentzel@chromium.org
2010-07-14
1
-14
/
+0
*
SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.
cbentzel@chromium.org
2010-07-14
1
-0
/
+14
*
TBR: reverting broken commit
erikchen@google.com
2010-07-12
1
-12
/
+5
*
Make the various SocketParams reference counted.
vandebo@chromium.org
2010-07-12
1
-1
/
+1
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-07-12
1
-5
/
+12
*
Client attempts to start a new spdy transaction with a session that is closin...
erikchen@google.com
2010-07-09
1
-9
/
+12
*
Revert "Streams send a Rst frame upon being closed by client. Some minor edit...
oshima@chromium.org
2010-06-28
1
-12
/
+5
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-06-28
1
-5
/
+12
*
SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...
willchan@chromium.org
2010-06-28
1
-7
/
+13
*
Fixed bug where streams do not shutdown properly after the user callback dele...
erikchen@google.com
2010-06-24
1
-20
/
+29
*
Fix crash in GetSpdySessionFromSSLSocket in the case where the
mbelshe@chromium.org
2010-06-24
1
-2
/
+4
*
Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...
willchan@chromium.org
2010-06-18
1
-29
/
+20
*
Refactor SpdyStream to get HTTP specific out of the interface and members.
ukai@chromium.org
2010-06-18
1
-20
/
+29
*
cleaned up the way that streams close so that all of them use DeleteStream
erikchen@google.com
2010-06-15
1
-5
/
+5
*
Refactor SpdyStream.
ukai@chromium.org
2010-06-14
1
-5
/
+8
*
Add more histograms for SPDY and settings.
mbelshe@chromium.org
2010-05-21
1
-0
/
+5
*
Reland 47342.
willchan@chromium.org
2010-05-16
1
-1
/
+1
*
Revert 47342 - Support SpdySession as a new NetLog source type. Start logging...
willchan@chromium.org
2010-05-15
1
-1
/
+1
*
Support SpdySession as a new NetLog source type. Start logging some more SPDY...
willchan@chromium.org
2010-05-15
1
-1
/
+1
*
Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.
willchan@chromium.org
2010-05-13
1
-4
/
+7
*
Plumb NetLog into SpdySession.
willchan@chromium.org
2010-05-12
1
-5
/
+9
[next]