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_network_transaction_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor HttpNetworkSession construction.
willchan@chromium.org
2011-02-03
1
-0
/
+3
*
Fix the crash in SpdyNetworkTransactionTest.CorruptFrameSessionError.
wtc@chromium.org
2011-01-27
1
-6
/
+5
*
Clean up net unit testing code.
erg@google.com
2011-01-26
1
-1
/
+1
*
Revert "Clean up net unit testing code." since it breaks the shlib builder.
erg@google.com
2011-01-25
1
-1
/
+1
*
Clean up net unit testing code.
erg@google.com
2011-01-25
1
-1
/
+1
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-3
/
+3
*
Linux build fix.
mbelshe@chromium.org
2010-12-08
1
-1
/
+1
*
Add origin checking for server pushed resources.
mbelshe@chromium.org
2010-12-08
1
-5
/
+114
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
1
-55
/
+681
*
Update NetLog to be threadsafe.
mmenke@chromium.org
2010-12-01
1
-9
/
+12
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-5
/
+5
*
Change the way request headers are logged to the NetLog to ensure
rch@chromium.org
2010-11-11
1
-2
/
+43
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-4
/
+4
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-13
/
+13
*
Add unit test for Basic authentication over SPDY.
cbentzel@chromium.org
2010-10-29
1
-1
/
+93
*
Add an off switch for SPDY:
mbelshe@chromium.org
2010-10-16
1
-4
/
+62
*
Clean up DeterministicSocketData class. Add unit tests to document
rch@chromium.org
2010-10-05
1
-4
/
+4
*
Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...
willchan@chromium.org
2010-09-30
1
-7
/
+7
*
Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
1
-7
/
+7
*
Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
1
-7
/
+7
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
1
-2
/
+2
*
Remove the references to HttpNetworkSession in SpdySession
rch@chromium.org
2010-09-25
1
-1
/
+2
*
Eliminate HttpStreamHandle. The name confused me.
willchan@chromium.org
2010-09-21
1
-6
/
+3
*
Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...
willchan@chromium.org
2010-09-21
1
-4
/
+1
*
Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...
willchan@chromium.org
2010-09-20
1
-1
/
+4
*
Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.
willchan@chromium.org
2010-09-19
1
-4
/
+1
*
Fix case where we close a stream due to socket errors when it is currently
mbelshe@chromium.org
2010-09-17
1
-7
/
+114
*
Not sure how to disable TEST_P tests :-/
jhawkins@chromium.org
2010-09-10
1
-8
/
+1
*
Disable SpdyNetworkTransactionTest.WriteError on Mac as it's crashing.
jhawkins@chromium.org
2010-09-10
1
-1
/
+8
*
Rename the ridiculously long and redundant 'SpdyNetworkingTest' prefix
mbelshe@chromium.org
2010-09-03
1
-1
/
+1
*
Fix Server Push bug; we properly detected the duplicate SYN, but we forgot to
mbelshe@chromium.org
2010-09-03
1
-1
/
+51
*
SPDY flow control: add support for receive window size
agayev@chromium.org
2010-08-26
1
-11
/
+94
*
Move the stream initialization out of the HttpStreamRequest and back
mbelshe@chromium.org
2010-08-25
1
-7
/
+48
*
Refactor: change the spdy session pool key to take a ProxyServer instead of a...
eroman@chromium.org
2010-08-25
1
-3
/
+6
*
Make sure the key into the spdy session pool identifies the actual proxy used...
eroman@chromium.org
2010-08-25
1
-7
/
+17
*
Fix bug where pushed SPDY streams were never actually closed.
mbelshe@chromium.org
2010-08-23
1
-117
/
+235
*
SpdySessionPool closes down sessions accurately now.
erikchen@google.com
2010-08-19
1
-2
/
+2
*
Extract connection logic from HttpNetworkTransaction into a new
mbelshe@chromium.org
2010-08-19
1
-24
/
+23
*
Added a new MockSocket that enforces ordering of reads/writes.
erikchen@google.com
2010-08-18
1
-29
/
+66
*
SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.
agayev@chromium.org
2010-08-17
1
-41
/
+70
*
SpdySession now closes all streams on receiving GoAway stream.
erikchen@google.com
2010-08-10
1
-47
/
+1
*
Removed spdy_network_transaction.h file.
erikchen@google.com
2010-08-09
1
-222
/
+230
*
Clean up SpdyStream.
erikchen@google.com
2010-08-06
1
-0
/
+3
*
Review URL: http://codereview.chromium.org/3068015
lzheng@google.com
2010-08-06
1
-0
/
+143
*
SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...
agayev@chromium.org
2010-08-05
1
-97
/
+197
*
Disable two SPDY tests, as they sometimes crash net_unittest.
erikchen@google.com
2010-08-05
1
-2
/
+2
*
Implement server push protocol 2.
erikchen@google.com
2010-08-05
1
-18
/
+651
*
Minor change to: http://codereview.chromium.org/3064033
rch@chromium.org
2010-08-05
1
-6
/
+7
*
Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDY
dhollowa@chromium.org
2010-08-04
1
-7
/
+6
*
Refactor HttpNetworkTransaction to eliminate the SPDY
rch@chromium.org
2010-08-04
1
-6
/
+7
[next]