1. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · 5 years ago
  2. 0dc1b84 BUG/MAJOR: hpack: fix length check for short names encoding by Willy Tarreau · 6 years ago
  3. bad0a38 MINOR: hpack: move the length computation and encoding functions to .h by Willy Tarreau · 6 years ago
  4. 2c31394 MEDIUM: hpack: make it possible to encode any static header name by Willy Tarreau · 6 years ago
  5. 19ed92b MINOR: hpack: optimize header encoding for short names by Willy Tarreau · 6 years ago
  6. ac73ae0 MINOR: hpack: use ist2bin() to copy header names in hpack_encode_header() by Willy Tarreau · 6 years ago
  7. 1526f19 MINOR: hpack: simplify the len to bytes conversion by Willy Tarreau · 6 years ago
  8. 7571015 BUG/MINOR: hpack: fix off-by-one in header name encoding length calculation by Willy Tarreau · 6 years ago
  9. a40782b MINOR: hpack: add ":path" to the list of common header fields by Willy Tarreau · 6 years ago
  10. 4bf194c BUG/MEDIUM: hpack: fix encoding of "accept-ranges" field by Willy Tarreau · 6 years ago
  11. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  12. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  13. 1be4f3d MEDIUM: hpack: implement basic hpack encoding by Willy Tarreau · 7 years ago