aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_hpack.erl
AgeCommit message (Expand)Author
2024-03-26Initial HTTP/3 and QPACK implementationHEADqpackmasterLoïc Hoguin
2023-01-16Cowlib 2.12.0Loïc Hoguin
2020-10-07Minor optimization in cow_hpack:update_table_size/2Viktor Söderqvist
2020-10-07Make HPACK encode respect new configured max sizeViktor Söderqvist
2020-03-30Fix some HPACK Huffman decoding failure casesLoïc Hoguin
2019-12-29HPACK: Fix inline integer decodingsLoïc Hoguin
2019-12-27HPACK: Turn off Dialyzer warning about improper listsLoïc Hoguin
2019-12-27HPACK decode: decode integers directly to avoid copying binariesLoïc Hoguin
2019-12-27HPACK decode: don't try to drop entries when increasing sizeLoïc Hoguin
2019-12-27HPACK encoding now produces a more compact resultLoïc Hoguin
2019-12-26Fix Proper tests following cow_hpack changesLoïc Hoguin
2019-12-26HPACK encode shouldn't maps:get(huffman...) for every stringLoïc Hoguin
2019-12-26Use binary append instead of lists:reverseLoïc Hoguin
2019-12-26Remove unused cow_hpack:decode/3 Opts argumentLoïc Hoguin
2019-12-26HPACK encode: conditionally call an iolist_to_binaryLoïc Hoguin
2019-12-25Fix typo in commentLoïc Hoguin
2019-12-25Optimize HPACK Huffman decodingLoïc Hoguin
2018-04-25Prevent the HPACK configured_max_size from being droppedLoïc Hoguin
2018-04-23Add proper support for table size updatesLoïc Hoguin
2017-07-10Switch from Triq to ProperLoïc Hoguin
2016-10-09Fix HPACK table size tracking when table is prunedPablo Polvorin
2016-10-04Fix Dialyzer warningsLoïc Hoguin
2016-06-08Fix #39: Prefer crypto:strong_rand_bytes/1Leo Liu
2016-05-24HPACK: Fix an issue with header values as iolistsLoïc Hoguin
2015-03-19Add HPACK decoding and encoding functionsLoïc Hoguin