1. c2ab9f5 MEDIUM: h1: implement the request parser as well by Willy Tarreau · 6 years ago
  2. 11da567 MINOR: h1: remove the HTTP status from the H1M struct by Willy Tarreau · 6 years ago
  3. 001823c MEDIUM: h1: remove the useless H1_MSG_BODY state by Willy Tarreau · 6 years ago
  4. 4c34c0e MEDIUM: h1: support partial message parsing by Willy Tarreau · 6 years ago
  5. 5384aac MINOR: h1: make the message parser support a null <hdr> argument by Willy Tarreau · 6 years ago
  6. 4433c08 MEDIUM: h1: let the caller pass the initial parser's state by Willy Tarreau · 6 years ago
  7. a41393f MEDIUM: h1: make the parser support a pointer to a start line by Willy Tarreau · 6 years ago
  8. 9aec305 MEDIUM: h1: consider err_pos before deciding to accept a header name or not by Willy Tarreau · 6 years ago
  9. 801250e REORG: h1: create a new h1m_state by Willy Tarreau · 6 years ago
  10. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  11. 950a8a6 BUG/MINOR: h1: fix buffer shift after realignment by Willy Tarreau · 6 years ago
  12. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  13. 72a100b MINOR: buffer: replace bi_fast_delete() with b_del() by Willy Tarreau · 6 years ago
  14. 5e74b0b MEDIUM: h1: port to new buffer API. by Willy Tarreau · 6 years ago
  15. f40e682 MINOR: h1: make h1_measure_trailers() use an offset and a count by Willy Tarreau · 6 years ago
  16. 7314be8 MINOR: h1: make h1_measure_trailers() take the byte count in argument by Willy Tarreau · 6 years ago
  17. 188e230 MINOR: buffer: convert most b_ptr() calls to c_ptr() by Willy Tarreau · 6 years ago
  18. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · 6 years ago
  19. 41e38ac MINOR: buffer: remove bo_end() by Willy Tarreau · 6 years ago
  20. 1b4cf9b BUG/MINOR: h1: the HTTP/1 make status code parser check for digits by Willy Tarreau · 7 years ago
  21. 2510f70 MINOR: h1: add a function to measure the trailers length by Willy Tarreau · 7 years ago
  22. d22e83a MINOR: h1: store the status code in the H1 message by Willy Tarreau · 7 years ago
  23. 8ea0f38 MEDIUM: h1: ensure that 1xx, 204 and 304 don't have a payload body by Willy Tarreau · 7 years ago
  24. 794f9af MEDIUM: h1: reimplement the http/1 response parser for the gateway by Willy Tarreau · 7 years ago
  25. 8740c8b REORG: http: move the HTTP/1 header block parser to h1.c by Willy Tarreau · 7 years ago
  26. db4893d REORG: http: move the HTTP/1 chunk parser to h1.{c,h} by Willy Tarreau · 7 years ago
  27. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · 7 years ago