1. 7b5777d CLEANUP: Use isttest(const struct ist) whenever possible by Tim Duesterhus · Tue Mar 02 18:57:28 2021 +0100
  2. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  3. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  4. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  5. bf07314 REORG: include: move common/h2.h to haproxy/h2.h by Willy Tarreau · Wed Jun 03 12:04:01 2020 +0200
  6. be327fa REORG: include: move hpack*.h to haproxy/ and split hpack-tbl by Willy Tarreau · Wed Jun 03 09:09:57 2020 +0200
  7. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · Tue Jun 02 10:22:45 2020 +0200
  8. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · Wed May 27 16:21:26 2020 +0200
  9. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · Thu Mar 05 17:56:33 2020 +0100
  10. 241e29e MINOR: ist: Add `IST_NULL` macro by Tim Duesterhus · Thu Mar 05 17:56:30 2020 +0100
  11. 077d366 CLEANUP: hpack: remove a redundant test in the decoder by Willy Tarreau · Wed Feb 05 15:28:55 2020 +0100
  12. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · Fri Mar 29 17:26:33 2019 +0100
  13. 1e7d444 BUG/MINOR: hpack: return a compression error on invalid table size updates by Willy Tarreau · Thu Jan 24 10:47:10 2019 +0100
  14. 7f2a44d BUG/CRITICAL: hpack: fix improper sign check on the header index value by Willy Tarreau · Mon Sep 17 14:07:33 2018 +0200
  15. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  16. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  17. c775f83 DEBUG: hpack: add more traces to the hpack decoder by Willy Tarreau · Sat Dec 30 13:17:37 2017 +0100
  18. 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
  19. c611e66 BUG/MINOR: hpack: dynamic table size updates are only allowed before headers by Willy Tarreau · Sun Dec 03 18:09:21 2017 +0100
  20. d85ba4e BUG/MINOR: hpack: reject invalid header index by Willy Tarreau · Sun Dec 03 12:12:17 2017 +0100
  21. 9e28f45 BUG/MINOR: hpack: fix debugging output of pseudo header names by Willy Tarreau · Sun Dec 03 09:43:38 2017 +0100
  22. 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
  23. 679790b MINOR: hpack: implement the decoder by Willy Tarreau · Tue May 30 19:09:44 2017 +0200