1. 486cd73 BUG/CRITICAL: http: properly reject empty http header field names by Willy Tarreau · 1 year, 5 months ago
  2. 18a194c BUILD: hpack: include global.h for the trash that is needed in debug mode by Willy Tarreau · 1 year, 5 months ago
  3. 7b5777d CLEANUP: Use isttest(const struct ist) whenever possible by Tim Duesterhus · 3 years, 4 months ago
  4. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  5. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. bf07314 REORG: include: move common/h2.h to haproxy/h2.h by Willy Tarreau · 4 years, 1 month ago
  8. be327fa REORG: include: move hpack*.h to haproxy/ and split hpack-tbl by Willy Tarreau · 4 years, 1 month ago
  9. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  10. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 1 month ago
  11. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · 4 years, 4 months ago
  12. 241e29e MINOR: ist: Add `IST_NULL` macro by Tim Duesterhus · 4 years, 4 months ago
  13. 077d366 CLEANUP: hpack: remove a redundant test in the decoder by Willy Tarreau · 4 years, 5 months ago
  14. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · 5 years ago
  15. 1e7d444 BUG/MINOR: hpack: return a compression error on invalid table size updates by Willy Tarreau · 5 years ago
  16. 7f2a44d BUG/CRITICAL: hpack: fix improper sign check on the header index value by Willy Tarreau · 6 years ago
  17. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  18. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  19. c775f83 DEBUG: hpack: add more traces to the hpack decoder by Willy Tarreau · 7 years ago
  20. bb39b49 BUG/MAJOR: hpack: don't return direct references to the dynamic headers table by Willy Tarreau · 7 years ago
  21. c611e66 BUG/MINOR: hpack: dynamic table size updates are only allowed before headers by Willy Tarreau · 7 years ago
  22. d85ba4e BUG/MINOR: hpack: reject invalid header index by Willy Tarreau · 7 years ago
  23. 9e28f45 BUG/MINOR: hpack: fix debugging output of pseudo header names by Willy Tarreau · 7 years ago
  24. 59a10fb MEDIUM: h2: change hpack_decode_headers() to only provide a list of headers by Willy Tarreau · 7 years ago
  25. 679790b MINOR: hpack: implement the decoder by Willy Tarreau · 7 years ago