1. 98f5cf7 MINOR: h1: parse the Connection header field by Willy Tarreau · 6 years ago
  2. ba5fbca MINOR: h1: report in the h1m struct if the HTTP version is 1.1 or above by Willy Tarreau · 6 years ago
  3. eb528db MINOR: h1: add H1_MF_TOLOWER to decide when to turn header names to lower case by Willy Tarreau · 6 years ago
  4. 11da567 MINOR: h1: remove the HTTP status from the H1M struct by Willy Tarreau · 6 years ago
  5. 001823c MEDIUM: h1: remove the useless H1_MSG_BODY state by Willy Tarreau · 6 years ago
  6. a41393f MEDIUM: h1: make the parser support a pointer to a start line by Willy Tarreau · 6 years ago
  7. bbf3823 MINOR: h1: properly pre-initialize err_pos to -2 by Willy Tarreau · 6 years ago
  8. ccaf233 MINOR: h1: add a message flag to indicate that a message carries a response by Willy Tarreau · 6 years ago
  9. acc295c MINOR: h1: remove the unused states from h1m_state by Willy Tarreau · 6 years ago
  10. b3b0152 MINOR: h1: add the restart offsets into struct h1m by Willy Tarreau · 6 years ago
  11. 801250e REORG: h1: create a new h1m_state by Willy Tarreau · 6 years ago
  12. d22e83a MINOR: h1: store the status code in the H1 message by Willy Tarreau · 7 years ago
  13. 4093a4d MINOR: h1: add struct h1m for basic HTTP/1 messages by Willy Tarreau · 7 years ago
  14. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · 7 years ago