summaryrefslogtreecommitdiffstats
path: root/net/spdy/hpack_encoder.cc
Commit message (Expand)AuthorAgeFilesLines
* Fully qualify std::make_pair.bnc2015-03-071-8/+5
* Do not emit indexed header fields first in HpackEncoder.bnc2014-12-181-12/+2
* Make HPACK static table static and immutable.bnc2014-09-081-3/+5
* HPACK: Split header fields in encoder.bnc2014-09-051-4/+15
* HPACK: encode :pseudo and indexed headers first.bnc2014-09-041-14/+46
* HTTP2 draft 14 supportbnc@chromium.org2014-08-211-141/+21
* Land recent SPDY changes (through 67282679) jgraettinger@chromium.org2014-05-181-6/+6
* HPACK Fuzzing support.jgraettinger@chromium.org2014-04-301-4/+8
* HPACK optimal Huffman code instrumentation and UMA collection.jgraettinger@chromium.org2014-04-301-1/+21
* SPDY & HPACK: Land recent internal changes (through 65328503)jgraettinger@chromium.org2014-04-291-28/+229
* Refactor HpackDecoder's public API to ease integration into SpdyFramer.jgraettinger@chromium.org2014-03-111-8/+38
* Implement a minimal encoder for HPACK (HTTP/2 compression)jgraettinger@chromium.org2014-01-211-0/+36