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
*
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
*
Reland "Add base::TimeDelta::Max()" again.
gavinp@chromium.org
2014-03-05
1
-3
/
+1
*
Update HPACK Huffman code for '06 draft release
jgraettinger@chromium.org
2014-03-04
5
-354
/
+68
*
Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...
apavlov@chromium.org
2014-03-04
1
-1
/
+3
*
Reland "Add base::TimeDelta::Max()"
gavinp@chromium.org
2014-03-04
1
-3
/
+1
*
Enable HPACK Huffman decoding.
jgraettinger@chromium.org
2014-03-04
9
-152
/
+531
*
Implement SPDY4 CONTINUATION frame in SpdyFramer.
jgraettinger@chromium.org
2014-03-03
13
-119
/
+813
*
Remove a bunch of unused network flags.
willchan@chromium.org
2014-03-01
2
-8
/
+1
*
Remove SPDY4 RST_STREAM payload flag remnants.
jgraettinger@chromium.org
2014-02-28
2
-54
/
+6
*
Processing for new SPDY4/HTTP2 SETTINGS frame payload format.
jgraettinger@chromium.org
2014-02-28
5
-101
/
+195
*
HpackHuffmanTable::DecodeString shouldn't presume an output size.
jgraettinger@chromium.org
2014-02-28
3
-53
/
+109
*
Add missing #include of <algorithm> for std::min
scottmg@chromium.org
2014-02-28
1
-0
/
+2
*
Implement HPACK Huffman encoding & decoding.
jgraettinger@chromium.org
2014-02-28
9
-7
/
+1608
*
SPDY4 Settings ACK support
jgraettinger@chromium.org
2014-02-27
10
-26
/
+149
*
Extract buffer management logic from SpdyHeadersBlockParser.
jgraettinger@chromium.org
2014-02-27
9
-326
/
+783
*
Revert 253502 "Add base::TimeDelta::Max()."
waffles@chromium.org
2014-02-27
1
-1
/
+3
*
Add base::TimeDelta::Max().
gavinp@chromium.org
2014-02-26
1
-3
/
+1
*
Implements the ACK flag for SPDY4/HTTP2 PING frames
jgraettinger@chromium.org
2014-02-25
13
-45
/
+88
*
Enable SpdyStream's HALF_CLOSED_REMOTE state.
jgraettinger@chromium.org
2014-02-15
5
-68
/
+133
*
Changes the type for PING id from uint32 to uint64.
jgraettinger@chromium.org
2014-02-12
14
-29
/
+76
*
Refactor SpdyStream to model HTTP/2 stream states
jgraettinger@chromium.org
2014-02-12
4
-46
/
+117
*
Deprecate instead of close SPDY sessions upon network change. This brings our...
pauljensen@chromium.org
2014-02-06
4
-160
/
+134
*
Implement decoding of literal headers with incremental indexing for HPACK
jgraettinger@chromium.org
2014-02-06
3
-7
/
+70
*
Final cleanup of unused methods for SPDY credential frames.
jgraettinger@chromium.org
2014-02-06
2
-3
/
+1
*
Remove SpdyStream::DoLoop().
jgraettinger@chromium.org
2014-02-05
2
-177
/
+63
*
Spdy: Send a RST_STREAM when expiring unclaimed push streams.
jgraettinger@chromium.org
2014-02-05
2
-39
/
+64
*
Implement decoding of indexed headers for HPACK
jgraettinger@chromium.org
2014-01-31
9
-7
/
+168
*
SpdyStream: Rename and update comments on members.
jgraettinger@chromium.org
2014-01-31
2
-35
/
+43
*
Implement a minimal decoder for HPACK (HTTP/2 compression)
jgraettinger@chromium.org
2014-01-30
9
-20
/
+968
*
Update HPACK implementation to draft 05
jgraettinger@chromium.org
2014-01-30
11
-147
/
+172
*
SPDY cleanup: remove credential slot.
jgraettinger@chromium.org
2014-01-30
14
-118
/
+16
*
Added new callbacks to SpdyHeadersHandlerInterface.
jgraettinger@chromium.org
2014-01-29
3
-16
/
+39
*
Use EXPECT_DFATAL instead of EXPECT_DEBUG_DEATH in spdy_protocol_test.cc.
rch@chromium.org
2014-01-25
2
-8
/
+4
*
New incremental SPDY header parser.
jgraettinger@chromium.org
2014-01-24
3
-0
/
+530
*
Additional SpdyFramer::Create*() methods removed.
jgraettinger@chromium.org
2014-01-24
5
-472
/
+244
*
Extracted the mocked spdy framer visitor.
jgraettinger@chromium.org
2014-01-24
3
-59
/
+97
*
Modified SpdyFramer to ignore credential frames.
jgraettinger@chromium.org
2014-01-23
11
-555
/
+54
*
Enable an opaque data field on RST_STREAM frames
jgraettinger@chromium.org
2014-01-23
9
-52
/
+245
*
Removed SpdyFramer::CreateDataFrame()
jgraettinger@chromium.org
2014-01-22
7
-152
/
+159
*
Added a reason field and a description to GOAWAY.
jgraettinger@chromium.org
2014-01-21
10
-116
/
+332
*
Implement a minimal encoder for HPACK (HTTP/2 compression)
jgraettinger@chromium.org
2014-01-21
7
-0
/
+645
*
Added a flow control blocked notification message.
jgraettinger@chromium.org
2014-01-16
3
-4
/
+28
*
SPDY4: Turn SYN_STREAM and SYN_REPLY into HEADERS.
jgraettinger@chromium.org
2014-01-16
6
-112
/
+262
*
Implement basic classes for HPACK (HTTP/2 compression)
jgraettinger@chromium.org
2014-01-16
12
-0
/
+1272
*
Attempt to debug SpdyNetworkTransactionTest slowness on Vista.
rch@chromium.org
2014-01-15
1
-0
/
+14
*
SPDY 4: Remove CREDENTIAL from SPDY 4.
jgraettinger@chromium.org
2014-01-14
2
-52
/
+54
*
Include std vector (include what you use) in spdy_priority_forest.h
alextaran@chromium.org
2013-12-27
1
-0
/
+1
*
Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...
avi@chromium.org
2013-12-25
2
-3
/
+4
[next]