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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix case where we close a stream due to socket errors when it is currently
mbelshe@chromium.org
2010-09-17
1
-6
/
+6
*
Linux: More gcc 4.5 NULL versus 0 fixes.
craig.schlenter@chromium.org
2010-09-14
1
-1
/
+1
*
Remove the small read buffer size for windows; we landed the async IO
mbelshe@chromium.org
2010-09-07
1
-6
/
+0
*
I investigated the TODO, and decided that the current logic is right.
mbelshe@chromium.org
2010-09-05
1
-4
/
+6
*
Fix Server Push bug; we properly detected the duplicate SYN, but we forgot to
mbelshe@chromium.org
2010-09-03
1
-14
/
+17
*
Migrate spdy_session from using LOG() to NetLog. In the process, I'm
mbelshe@chromium.org
2010-09-01
1
-86
/
+149
*
Fix a regression whereby full-granularity network events were being captured ...
eroman@chromium.org
2010-08-31
1
-3
/
+3
*
Don't write SPDY headers to the log file; they're redundant with
mbelshe@chromium.org
2010-08-30
1
-34
/
+0
*
Add logging to the spdy session pool.
mbelshe@chromium.org
2010-08-30
1
-2
/
+16
*
Rename the following SSLClientSocket methods to match the style guide:
rch@chromium.org
2010-08-27
1
-1
/
+1
*
SPDY flow control: add support for receive window size
agayev@chromium.org
2010-08-26
1
-0
/
+16
*
Fix bug where pushed SPDY streams were never actually closed.
mbelshe@chromium.org
2010-08-23
1
-8
/
+18
*
SpdySessionPool closes down sessions accurately now.
erikchen@google.com
2010-08-19
1
-9
/
+10
*
Extract connection logic from HttpNetworkTransaction into a new
mbelshe@chromium.org
2010-08-19
1
-0
/
+11
*
SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.
agayev@chromium.org
2010-08-17
1
-1
/
+3
*
SpdySession now closes all streams on receiving GoAway stream.
erikchen@google.com
2010-08-10
1
-1
/
+18
*
Removed spdy_network_transaction.h file.
erikchen@google.com
2010-08-09
1
-0
/
+1
*
Clean up SpdyStream.
erikchen@google.com
2010-08-06
1
-5
/
+5
*
SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...
agayev@chromium.org
2010-08-05
1
-2
/
+6
*
Implement server push protocol 2.
erikchen@google.com
2010-08-05
1
-123
/
+70
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
1
-1
/
+0
*
Adds an option, enabled by default, to net-internals to
cbentzel@chromium.org
2010-08-04
1
-3
/
+5
*
SPDY correctly handles socket writes of zero length.
erikchen@google.com
2010-08-03
1
-1
/
+0
*
SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...
erikchen@google.com
2010-08-02
1
-6
/
+7
*
When we get a silent TCP RST, SPDY connections need to retry.
mbelshe@chromium.org
2010-07-31
1
-0
/
+3
*
Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it
brettw@chromium.org
2010-07-31
1
-0
/
+1
*
Convert src/net to use std::string/char* for DictionaryValue keys.
viettrungluu@chromium.org
2010-07-31
1
-5
/
+5
*
Implement prefetching in chrome
gavinp@google.com
2010-07-31
1
-5
/
+6
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-1
/
+2
*
SPDY sends RST_STREAM upon cancelling request, or bad header parse data.
erikchen@google.com
2010-07-27
1
-2
/
+10
*
SPDY: turn off flow-control by default
agayev@chromium.org
2010-07-27
1
-1
/
+1
*
TBR:
erikchen@google.com
2010-07-26
1
-10
/
+2
*
SPDY sends RST_STREAM upon cancelling request, or bad header parse data.
erikchen@google.com
2010-07-26
1
-2
/
+10
*
SPDY now always uses http_network_transaction instead of spdy_network_transac...
erikchen@google.com
2010-07-23
1
-2
/
+3
*
SPDY flow control: enforce obeying send window size via a command-line switch...
agayev@chromium.org
2010-07-22
1
-11
/
+15
*
Remove SpdyHttpStream dependency in SpdySession
ukai@chromium.org
2010-07-21
1
-5
/
+4
*
Initial SPDY flow control support
agayev@chromium.org
2010-07-20
1
-0
/
+49
*
Refactor SpdyStream state for WebSocket support
ukai@chromium.org
2010-07-20
1
-6
/
+2
*
Implement MAX_CONCURRENT_STREAMS SETTINGS header
gavinp@google.com
2010-07-17
1
-6
/
+86
*
Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...
cbentzel@chromium.org
2010-07-14
1
-48
/
+0
*
SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.
cbentzel@chromium.org
2010-07-14
1
-0
/
+48
*
TBR: reverting broken commit
erikchen@google.com
2010-07-12
1
-48
/
+24
*
Make the various SocketParams reference counted.
vandebo@chromium.org
2010-07-12
1
-3
/
+4
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-07-12
1
-24
/
+48
*
Client attempts to start a new spdy transaction with a session that is closin...
erikchen@google.com
2010-07-09
1
-1
/
+3
*
Revert "Streams send a Rst frame upon being closed by client. Some minor edit...
oshima@chromium.org
2010-06-28
1
-48
/
+24
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-06-28
1
-24
/
+48
*
SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...
willchan@chromium.org
2010-06-28
1
-14
/
+41
*
Cleanup: Remove svn:executable from a bunch of files.
thestig@chromium.org
2010-06-25
1
-0
/
+0
*
Ignore duplicate SYN_REPLYs on the same stream. Added a unit test.
mlloyd@chromium.org
2010-06-24
1
-4
/
+11
[next]