1. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · Thu Mar 05 17:56:33 2020 +0100
  2. 241e29e MINOR: ist: Add `IST_NULL` macro by Tim Duesterhus · Thu Mar 05 17:56:30 2020 +0100
  3. 077d366 CLEANUP: hpack: remove a redundant test in the decoder by Willy Tarreau · Wed Feb 05 15:28:55 2020 +0100
  4. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · Fri Mar 29 17:26:33 2019 +0100
  5. 1e7d444 BUG/MINOR: hpack: return a compression error on invalid table size updates by Willy Tarreau · Thu Jan 24 10:47:10 2019 +0100
  6. 7f2a44d BUG/CRITICAL: hpack: fix improper sign check on the header index value by Willy Tarreau · Mon Sep 17 14:07:33 2018 +0200
  7. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  8. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  9. c775f83 DEBUG: hpack: add more traces to the hpack decoder by Willy Tarreau · Sat Dec 30 13:17:37 2017 +0100
  10. bb39b49 BUG/MAJOR: hpack: don't return direct references to the dynamic headers table by Willy Tarreau · Sat Dec 30 16:56:28 2017 +0100
  11. c611e66 BUG/MINOR: hpack: dynamic table size updates are only allowed before headers by Willy Tarreau · Sun Dec 03 18:09:21 2017 +0100
  12. d85ba4e BUG/MINOR: hpack: reject invalid header index by Willy Tarreau · Sun Dec 03 12:12:17 2017 +0100
  13. 9e28f45 BUG/MINOR: hpack: fix debugging output of pseudo header names by Willy Tarreau · Sun Dec 03 09:43:38 2017 +0100
  14. 59a10fb MEDIUM: h2: change hpack_decode_headers() to only provide a list of headers by Willy Tarreau · Tue Nov 21 20:03:02 2017 +0100
  15. 679790b MINOR: hpack: implement the decoder by Willy Tarreau · Tue May 30 19:09:44 2017 +0200