index
:
cowlib.git
1.0.x
faster-http2
master
qpack
struct-hd-15
Support library for manipulating Web protocols.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cow_hpack.erl
Age
Commit message (
Expand
)
Author
2019-12-29
HPACK: Fix inline integer decodings
Loïc Hoguin
2019-12-27
HPACK: Turn off Dialyzer warning about improper lists
Loïc Hoguin
2019-12-27
HPACK decode: decode integers directly to avoid copying binaries
Loïc Hoguin
2019-12-27
HPACK decode: don't try to drop entries when increasing size
Loïc Hoguin
2019-12-27
HPACK encoding now produces a more compact result
Loïc Hoguin
2019-12-26
Fix Proper tests following cow_hpack changes
Loïc Hoguin
2019-12-26
HPACK encode shouldn't maps:get(huffman...) for every string
Loïc Hoguin
2019-12-26
Use binary append instead of lists:reverse
Loïc Hoguin
2019-12-26
Remove unused cow_hpack:decode/3 Opts argument
Loïc Hoguin
2019-12-26
HPACK encode: conditionally call an iolist_to_binary
Loïc Hoguin
2019-12-25
Fix typo in comment
Loïc Hoguin
2019-12-25
Optimize HPACK Huffman decoding
Loïc Hoguin
2018-04-25
Prevent the HPACK configured_max_size from being dropped
Loïc Hoguin
2018-04-23
Add proper support for table size updates
Loïc Hoguin
2017-07-10
Switch from Triq to Proper
Loïc Hoguin
2016-10-09
Fix HPACK table size tracking when table is pruned
Pablo Polvorin
2016-10-04
Fix Dialyzer warnings
Loïc Hoguin
2016-06-08
Fix #39: Prefer crypto:strong_rand_bytes/1
Leo Liu
2016-05-24
HPACK: Fix an issue with header values as iolists
Loïc Hoguin
2015-03-19
Add HPACK decoding and encoding functions
Loïc Hoguin