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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled.
mmenke@chromium.org
2014-05-24
3
-42
/
+68
*
Fail the SPDY transaction if it does not meet TLS base requirements.
willchan@chromium.org
2014-05-23
3
-8
/
+170
*
Initial support for HTTP/2 dependencies and weights.
jgraettinger@chromium.org
2014-05-20
3
-30
/
+94
*
Ensure races between pending and new SPDY streams don't violate session concu...
jgraettinger@chromium.org
2014-05-20
3
-3
/
+80
*
Fix kType narrowing conversion in the `{}`
yusukesuzuki@chromium.org
2014-05-19
1
-3
/
+3
*
Land recent SPDY changes (through 67282679)
jgraettinger@chromium.org
2014-05-18
20
-332
/
+1196
*
Correct SpdySession StreamID exhaustion behavior
jgraettinger@chromium.org
2014-05-17
3
-7
/
+141
*
SPDY4: SpdySession should send SETTINGS acknowledgements.
jgraettinger@chromium.org
2014-05-15
8
-36
/
+99
*
Rename http_transaction_unittest to http_transaction_test_util.
eustas@chromium.org
2014-05-14
1
-1
/
+1
*
Land recent SPDY changes (through 66310528)
jgraettinger@chromium.org
2014-05-14
25
-617
/
+687
*
Hpack fuzzing tweaks to address CHECK failures on ClusterFuzz
jgraettinger@chromium.org
2014-05-13
2
-8
/
+19
*
Guard SpdyWriteQueue::Enqueue, and test all reentrancy points.
jgraettinger@chromium.org
2014-05-09
2
-0
/
+125
*
hpack_fuzz_wrapper: don't deliberately crash if given empty input path.
jgraettinger@chromium.org
2014-05-07
1
-0
/
+6
*
These can post callbacks which re-enter into SpdyWriteQueue.
jgraettinger@chromium.org
2014-05-07
1
-3
/
+16
*
Add hpack_fuzz_wrapper to chromium_builder_asan (re-apply).
jgraettinger@chromium.org
2014-05-05
3
-4
/
+6
*
SPDY: Add a bunch of CHECKs into SpdyWriteQueue to detect re-entrancy.
willchan@chromium.org
2014-05-03
2
-1
/
+13
*
HPACK Fuzzing support.
jgraettinger@chromium.org
2014-04-30
9
-13
/
+642
*
HpackHuffmanAggregator: Implement missing destructor.
jgraettinger@chromium.org
2014-04-30
1
-0
/
+3
*
HPACK optimal Huffman code instrumentation and UMA collection.
jgraettinger@chromium.org
2014-04-30
6
-1
/
+514
*
SPDY & HPACK: Land recent internal changes (through 65328503)
jgraettinger@chromium.org
2014-04-29
36
-1780
/
+3322
*
SPDY: Convert a bunch DCHECKs to CHECKs to track down crashers.
willchan@chromium.org
2014-04-17
1
-34
/
+28
*
Update SPDY4/HTTP2 identifiers/flags/NPN tokens.
jgraettinger@chromium.org
2014-04-14
12
-31
/
+19
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-09
2
-8
/
+8
*
Post SpdyProxyClientSocket write callbacks.
jgraettinger@chromium.org
2014-04-06
1
-1
/
+6
*
SPDY4/HTTP2 header handling: :version & :authority
jgraettinger@chromium.org
2014-04-06
8
-289
/
+197
*
Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."
jschuh@chromium.org
2014-04-05
2
-8
/
+8
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-05
2
-8
/
+8
*
Backout SpdySettingsID implicit renumbering.
jgraettinger@chromium.org
2014-04-02
1
-10
/
+11
*
Rename PrivateMode enum values:
rch@chromium.org
2014-04-01
9
-29
/
+29
*
Add settings IDs to SpdyConstants.
jgraettinger@chromium.org
2014-03-31
12
-406
/
+1118
*
Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21...
rch@chromium.org
2014-03-28
9
-29
/
+29
*
Rename PrivateMode enum values:
rch@chromium.org
2014-03-28
9
-29
/
+29
*
Instrument SpdyStream to catch delegate write handlers closing |this|.
jgraettinger@chromium.org
2014-03-27
2
-1
/
+10
*
Remove failing CHECK(!delegate_) from SpdyStream::OnDataReceived()
jl@opera.com
2014-03-27
1
-1
/
+0
*
Reland 'Fix SPDY error-handling if the connection gets closed just after use.'
davidben@chromium.org
2014-03-25
8
-86
/
+80
*
Revert of Fix SPDY error-handling if the connection gets closed just after us...
vandebo@chromium.org
2014-03-21
7
-76
/
+86
*
Fix SPDY error-handling if the connection gets closed just after use.
davidben@chromium.org
2014-03-21
7
-86
/
+76
*
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
5
-46
/
+67
*
SpdyFramer now uses HPACK for SPDY4 headers (re-apply)
jgraettinger@chromium.org
2014-03-19
7
-501
/
+540
*
Allow removing private data in chrome://net-export.
davidben@chromium.org
2014-03-18
5
-33
/
+17
*
Revert 257227 "SpdyFramer now uses HPACK for SPDY4 headers"
jam@chromium.org
2014-03-14
5
-531
/
+496
*
SpdyFramer now uses HPACK for SPDY4 headers
jgraettinger@chromium.org
2014-03-14
5
-496
/
+531
*
Remove broken closed push logic in SpdyHttpStream::SendRequest()
jgraettinger@chromium.org
2014-03-14
1
-4
/
+1
*
Change DCHECK_IS_ON() to DCHECK_IS_ON
wangxianzhu@chromium.org
2014-03-14
2
-26
/
+27
*
Additional sanity CHECKs on SPDY payloads.
jgraettinger@chromium.org
2014-03-14
2
-2
/
+9
*
Remove NetLog::LOG_BASIC.
davidben@chromium.org
2014-03-12
1
-8
/
+8
*
Refactor HpackDecoder's public API to ease integration into SpdyFramer.
jgraettinger@chromium.org
2014-03-11
10
-144
/
+423
*
Implement HPACK draft '06 maximum size context update
jgraettinger@chromium.org
2014-03-10
15
-153
/
+353
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
1
-3
/
+3
[next]