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
*
Go away on odd push and already seen push stream ids
baranovich
2014-09-02
1
-0
/
+61
*
Allow URLRequests from one context to have different NetworkDelegates.
mmenke@chromium.org
2014-08-21
1
-19
/
+23
*
Move the rest of test_file_util to base namespace.
brettw@chromium.org
2014-08-07
1
-1
/
+1
*
Remove LOG(INFO)'s from spdy_network_transaction_unittest.cc - Revert r244946
rch@chromium.org
2014-07-25
1
-14
/
+0
*
Add a probability to Alternate-Protocol support. Can be enabled either via a ...
rch@chromium.org
2014-07-08
1
-1
/
+1
*
Revert of Add a probability to Alternate-Protocol support. (https://coderevie...
samuong@chromium.org
2014-07-08
1
-1
/
+1
*
Add a probability to Alternate-Protocol support. Can be enabled either via a ...
rch@chromium.org
2014-07-08
1
-1
/
+1
*
Land recent SPDY changes (through 70021377)
jgraettinger@chromium.org
2014-06-27
1
-183
/
+42
*
Implement PUSH_PROMISE handling in spdy_session
baranovich@yandex-team.ru
2014-06-20
1
-51
/
+15
*
Introduce STATE_RESERVED_REMOTE. No behavioral changes
baranovich@yandex-team.ru
2014-06-12
1
-18
/
+4
*
SpdySession sends GOAWAY frame when closing on an error.
jgraettinger@chromium.org
2014-06-10
1
-24
/
+68
*
Defer SpdySession destruction to support closing writes
jgraettinger@chromium.org
2014-06-05
1
-1
/
+3
*
Revert 273680 "Defer SpdySession destruction to support closing ..."
dxie@chromium.org
2014-06-01
1
-3
/
+1
*
Defer SpdySession destruction to support closing writes
jgraettinger@chromium.org
2014-05-30
1
-1
/
+3
*
Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled.
mmenke@chromium.org
2014-05-24
1
-37
/
+43
*
Fail the SPDY transaction if it does not meet TLS base requirements.
willchan@chromium.org
2014-05-23
1
-8
/
+136
*
SPDY4: SpdySession should send SETTINGS acknowledgements.
jgraettinger@chromium.org
2014-05-15
1
-11
/
+27
*
Rename http_transaction_unittest to http_transaction_test_util.
eustas@chromium.org
2014-05-14
1
-1
/
+1
*
Update SPDY4/HTTP2 identifiers/flags/NPN tokens.
jgraettinger@chromium.org
2014-04-14
1
-7
/
+4
*
SPDY4/HTTP2 header handling: :version & :authority
jgraettinger@chromium.org
2014-04-06
1
-8
/
+22
*
Rename PrivateMode enum values:
rch@chromium.org
2014-04-01
1
-3
/
+3
*
Add settings IDs to SpdyConstants.
jgraettinger@chromium.org
2014-03-31
1
-6
/
+6
*
Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21...
rch@chromium.org
2014-03-28
1
-3
/
+3
*
Rename PrivateMode enum values:
rch@chromium.org
2014-03-28
1
-3
/
+3
*
Fix "unreachable code" warnings (MSVC warning 4702) in net/.
pkasting@chromium.org
2014-03-19
1
-15
/
+10
*
Change the SPDY4 maximum frame size to 16K-1
jgraettinger@chromium.org
2014-03-19
1
-37
/
+35
*
SpdyFramer now uses HPACK for SPDY4 headers (re-apply)
jgraettinger@chromium.org
2014-03-19
1
-0
/
+49
*
Revert 257227 "SpdyFramer now uses HPACK for SPDY4 headers"
jam@chromium.org
2014-03-14
1
-49
/
+0
*
SpdyFramer now uses HPACK for SPDY4 headers
jgraettinger@chromium.org
2014-03-14
1
-0
/
+49
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
1
-3
/
+3
*
Implement SPDY4 CONTINUATION frame in SpdyFramer.
jgraettinger@chromium.org
2014-03-03
1
-22
/
+24
*
Processing for new SPDY4/HTTP2 SETTINGS frame payload format.
jgraettinger@chromium.org
2014-02-28
1
-0
/
+5
*
Enable SpdyStream's HALF_CLOSED_REMOTE state.
jgraettinger@chromium.org
2014-02-15
1
-38
/
+31
*
SPDY4: Turn SYN_STREAM and SYN_REPLY into HEADERS.
jgraettinger@chromium.org
2014-01-16
1
-3
/
+26
*
Attempt to debug SpdyNetworkTransactionTest slowness on Vista.
rch@chromium.org
2014-01-15
1
-0
/
+14
*
Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...
avi@chromium.org
2013-12-25
1
-1
/
+2
*
Move temp file functions to base namespace.
brettw@chromium.org
2013-12-03
1
-3
/
+3
*
[Net] Fix error handling on wrong file in UploadData
tzik@chromium.org
2013-11-12
1
-0
/
+50
*
[Net] Add a priority parameter to URLRequest's constructor
akalin@chromium.org
2013-10-31
1
-6
/
+12
*
[Net] Separate out NUM_PRIORITIES from RequestPriority enum
akalin@chromium.org
2013-10-19
1
-1
/
+1
*
[SPDY] Fix flaky SpdyNetworkTransactionTest.WriteError unit test
akalin@chromium.org
2013-10-17
1
-6
/
+17
*
[SPDY] Do not advertise SPDY/2 by default
akalin@chromium.org
2013-10-06
1
-4
/
+4
*
net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ...
hashimoto@chromium.org
2013-09-24
1
-10
/
+13
*
Plug a shutdown leak in SpdyNetworkTransaction tests.
earthdok@chromium.org
2013-08-14
1
-30
/
+33
*
[SPDY] Send HTTP/2 connection prefix for HTTP/2 connections
akalin@chromium.org
2013-08-01
1
-6
/
+32
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-27
/
+8
*
Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"
akalin@chromium.org
2013-07-30
1
-8
/
+27
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-27
/
+8
*
Remove QUIC from NPN strings so as to save space in ALPN
rch@chromium.org
2013-07-22
1
-1
/
+1
*
[SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool
akalin@chromium.org
2013-07-22
1
-1
/
+1
[next]