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