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
*
Ignore cookie where both name and value are empty in SPDY header block
xunjieli@chromium.org
2014-07-31
2
-4
/
+59
*
Disable SPDY and QUIC session pooling.
rch@chromium.org
2014-07-30
2
-2
/
+8
*
Remove LOG(INFO)'s from spdy_network_transaction_unittest.cc - Revert r244946
rch@chromium.org
2014-07-25
1
-14
/
+0
*
Rename ServerBoundCert => ChannelID to reflect the current name
rch@chromium.org
2014-07-25
3
-10
/
+5
*
Different SPDY Hpack constant table for startup time and footprint (60KB).
bratell@opera.com
2014-07-22
1
-278
/
+263
*
Add AssertNoURLRequests() to URLRequestContext subclass destructors.
jgraettinger@chromium.org
2014-07-22
1
-0
/
+1
*
fix narrowing conversion warning in SpdyFramerTest.CreatePriority
mostynb@opera.com
2014-07-16
1
-1
/
+1
*
Reland "Separate client and server pushed streams limits."
baranovich@yandex-team.ru
2014-07-14
5
-3
/
+421
*
Fixes for re-enabling more MSVC level 4 warnings: net/spdy/ edition
pkasting@chromium.org
2014-07-08
6
-7
/
+7
*
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
*
Revert of Separate client and server pushed streams limits. (https://coderevi...
machenbach@chromium.org
2014-07-08
3
-304
/
+3
*
Separate client and server pushed streams limits.
baranovich@yandex-team.ru
2014-07-08
3
-3
/
+304
*
Fragment headers payloads at smaller boundaries.
jgraettinger@chromium.org
2014-07-07
3
-6
/
+12
*
Update SPDY4 SpdyFramerDebugVisitorInterface payload lengths for HEADERS/PUSH...
jgraettinger@chromium.org
2014-07-07
4
-13
/
+79
*
QuicServer: Use Chrome's header parsing rather than Balsa
dmziegler@chromium.org
2014-07-01
5
-20
/
+59
*
Land recent SPDY changes (through 70021377)
jgraettinger@chromium.org
2014-06-27
33
-1443
/
+2147
*
Implement PUSH_PROMISE handling in spdy_session
baranovich@yandex-team.ru
2014-06-20
7
-235
/
+342
*
Cancel posted write callbacks in Disconnect().
wtc@chromium.org
2014-06-14
2
-7
/
+25
*
Add URLRequestJobFactories to URLRequestContexts without one.
mmenke@chromium.org
2014-06-13
1
-0
/
+2
*
Introduce STATE_RESERVED_REMOTE. No behavioral changes
baranovich@yandex-team.ru
2014-06-12
8
-42
/
+118
*
Ensure SpdySession::StartGoingAway is always called with an error.
jgraettinger@chromium.org
2014-06-11
3
-4
/
+24
*
SpdySession sends GOAWAY frame when closing on an error.
jgraettinger@chromium.org
2014-06-10
9
-70
/
+299
*
SpdySession go-away on network change
jgraettinger@chromium.org
2014-06-07
4
-72
/
+85
*
SPDY4 shouldn't emit RST_STREAM payloads.
jgraettinger@chromium.org
2014-06-06
2
-2
/
+4
*
Defer SpdySession destruction to support closing writes
jgraettinger@chromium.org
2014-06-05
8
-348
/
+439
*
Cleanup: Use base::CommandLine in net/
thestig@chromium.org
2014-06-03
3
-6
/
+9
*
Get rid of websocket_over_spdy_enabled global.
mmenke@chromium.org
2014-06-02
2
-0
/
+4
*
Remove CRLFs in spdy_test_util_common.h, as this makes the CQ sad.
mmenke@chromium.org
2014-06-02
1
-4
/
+4
*
Revert 273680 "Defer SpdySession destruction to support closing ..."
dxie@chromium.org
2014-06-01
8
-286
/
+347
*
Add headers argument to
baranovich@yandex-team.ru
2014-05-30
6
-13
/
+87
*
Defer SpdySession destruction to support closing writes
jgraettinger@chromium.org
2014-05-30
8
-347
/
+286
*
Remove HttpStream::GetResponseInfo, which is not currently used.
mmenke@chromium.org
2014-05-29
2
-5
/
+0
*
Fix WeakPtrFactory member order
n.bansal@samsung.com
2014-05-27
10
-27
/
+29
*
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
[next]