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 the "snionly" concept from the HSTS preload.
Adam Langley
2014-09-25
1
-1
/
+0
*
Add space to Accept-Encoding header values.
jgraettinger
2014-09-24
1
-4
/
+4
*
Add data reduction functionality to all platforms.
kundaji
2014-09-23
1
-5
/
+0
*
Log SPDY protocol specific setting IDs (alternate).
bnc
2014-09-16
1
-14
/
+38
*
Introduce new SPDY Version UMA histogram.
bnc
2014-09-16
2
-4
/
+10
*
Plumbing for TCP FastOpen for SSL sockets.
jri
2014-09-12
2
-8
/
+11
*
use OVERRIDE macro consistently in spdy_framer_test.cc
mostynb
2014-09-12
1
-2
/
+2
*
Make HPACK static table static and immutable.
bnc
2014-09-08
13
-229
/
+389
*
HPACK: Split header fields in encoder.
bnc
2014-09-05
4
-6
/
+79
*
HPACK: Check pseudo-header order in decoder.
bnc
2014-09-05
3
-5
/
+40
*
HPACK: encode :pseudo and indexed headers first.
bnc
2014-09-04
5
-26
/
+86
*
Change base/file_utils.h includes to base/files/file_utils.h in net/
thestig
2014-09-04
5
-5
/
+5
*
Go away on odd push and already seen push stream ids
baranovich
2014-09-02
4
-4
/
+93
*
Ignore persisent settings on SPDY4.
bnc
2014-09-02
2
-19
/
+23
*
Remove implicit conversions from scoped_refptr to T* in net/
dcheng
2014-08-27
1
-2
/
+2
*
Allow chunked SPDY POSTs to be terminated by an empty FIN data frame.
mmenke@chromium.org
2014-08-21
4
-9
/
+183
*
Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTes...
mlerman@chromium.org
2014-08-21
1
-10
/
+11
*
HTTP2 draft 14 support
bnc@chromium.org
2014-08-21
30
-967
/
+903
*
Allow URLRequests from one context to have different NetworkDelegates.
mmenke@chromium.org
2014-08-21
1
-19
/
+23
*
Refactor pooling logic into a helper method
rch@chromium.org
2014-08-19
7
-15
/
+219
*
Revert 290320 "Refactor pooling logic into a helper method"
viettrungluu@chromium.org
2014-08-18
7
-219
/
+15
*
Revert 290384 "Revert 289433 "Refactor pooling logic into a help..."
viettrungluu@chromium.org
2014-08-18
7
-15
/
+219
*
Revert 289433 "Refactor pooling logic into a helper method"
viettrungluu@chromium.org
2014-08-18
7
-219
/
+15
*
Refactor pooling logic into a helper method
rch@chromium.org
2014-08-18
7
-15
/
+219
*
Revert 289433 "Refactor pooling logic into a helper method"
rch@chromium.org
2014-08-15
7
-219
/
+15
*
Refactor pooling logic into a helper method
rch@chromium.org
2014-08-14
7
-15
/
+219
*
Move the rest of test_file_util to base namespace.
brettw@chromium.org
2014-08-07
1
-1
/
+1
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
2
-3
/
+3
*
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
[next]