1. 25da9e3 MINOR: h1: Add the flag H1_MF_NO_PHDR to not add pseudo-headers during parsing by Christopher Faulet · 6 years ago
  2. 1dc2b49 MINOR: h1: Change the union h1_sl to use indirect strings to store infos by Christopher Faulet · 6 years ago
  3. 2557f6a MEDIUM: h1: better handle transfer-encoding vs content-length by Willy Tarreau · 6 years ago
  4. c4e53f4 MINOR: h1: Add H1_MF_XFER_LEN flag by Christopher Faulet · 6 years ago
  5. 98f5cf7 MINOR: h1: parse the Connection header field by Willy Tarreau · 6 years ago
  6. ba5fbca MINOR: h1: report in the h1m struct if the HTTP version is 1.1 or above by Willy Tarreau · 6 years ago
  7. eb528db MINOR: h1: add H1_MF_TOLOWER to decide when to turn header names to lower case by Willy Tarreau · 6 years ago
  8. 11da567 MINOR: h1: remove the HTTP status from the H1M struct by Willy Tarreau · 6 years ago
  9. 001823c MEDIUM: h1: remove the useless H1_MSG_BODY state by Willy Tarreau · 6 years ago
  10. a41393f MEDIUM: h1: make the parser support a pointer to a start line by Willy Tarreau · 6 years ago
  11. bbf3823 MINOR: h1: properly pre-initialize err_pos to -2 by Willy Tarreau · 6 years ago
  12. ccaf233 MINOR: h1: add a message flag to indicate that a message carries a response by Willy Tarreau · 6 years ago
  13. acc295c MINOR: h1: remove the unused states from h1m_state by Willy Tarreau · 6 years ago
  14. b3b0152 MINOR: h1: add the restart offsets into struct h1m by Willy Tarreau · 6 years ago
  15. 801250e REORG: h1: create a new h1m_state by Willy Tarreau · 6 years ago
  16. d22e83a MINOR: h1: store the status code in the H1 message by Willy Tarreau · 7 years ago
  17. 4093a4d MINOR: h1: add struct h1m for basic HTTP/1 messages by Willy Tarreau · 7 years ago
  18. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · 7 years ago