1. afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · 6 years ago
  2. 538746a REORG: h1: move legacy http functions to http_msg.c by Willy Tarreau · 6 years ago
  3. 25da9e3 MINOR: h1: Add the flag H1_MF_NO_PHDR to not add pseudo-headers during parsing by Christopher Faulet · 6 years ago
  4. 1dc2b49 MINOR: h1: Change the union h1_sl to use indirect strings to store infos by Christopher Faulet · 6 years ago
  5. ff08a92 MINOR: h1: Add EOH marker during headers parsing by Christopher Faulet · 6 years ago
  6. 2912f87 BUG/MEDIUM: h1: Really skip all updates when incomplete messages are parsed by Christopher Faulet · 6 years ago
  7. 73373ab MEDIUM: h1: deduplicate the content-length header by Willy Tarreau · 6 years ago
  8. 2557f6a MEDIUM: h1: better handle transfer-encoding vs content-length by Willy Tarreau · 6 years ago
  9. 2ea6bb5 MINOR: h1: add headers to the list after controls, not before by Willy Tarreau · 6 years ago
  10. 98f5cf7 MINOR: h1: parse the Connection header field by Willy Tarreau · 6 years ago
  11. ba5fbca MINOR: h1: report in the h1m struct if the HTTP version is 1.1 or above by Willy Tarreau · 6 years ago
  12. db72da0 BUG/MINOR: h1: don't consider the status for each header by Willy Tarreau · 6 years ago
  13. eb528db MINOR: h1: add H1_MF_TOLOWER to decide when to turn header names to lower case by Willy Tarreau · 6 years ago
  14. c2ab9f5 MEDIUM: h1: implement the request parser as well by Willy Tarreau · 6 years ago
  15. 11da567 MINOR: h1: remove the HTTP status from the H1M struct by Willy Tarreau · 6 years ago
  16. 001823c MEDIUM: h1: remove the useless H1_MSG_BODY state by Willy Tarreau · 6 years ago
  17. 4c34c0e MEDIUM: h1: support partial message parsing by Willy Tarreau · 6 years ago
  18. 5384aac MINOR: h1: make the message parser support a null <hdr> argument by Willy Tarreau · 6 years ago
  19. 4433c08 MEDIUM: h1: let the caller pass the initial parser's state by Willy Tarreau · 6 years ago
  20. a41393f MEDIUM: h1: make the parser support a pointer to a start line by Willy Tarreau · 6 years ago
  21. 9aec305 MEDIUM: h1: consider err_pos before deciding to accept a header name or not by Willy Tarreau · 6 years ago
  22. 801250e REORG: h1: create a new h1m_state by Willy Tarreau · 6 years ago
  23. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  24. 950a8a6 BUG/MINOR: h1: fix buffer shift after realignment by Willy Tarreau · 6 years ago
  25. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  26. 72a100b MINOR: buffer: replace bi_fast_delete() with b_del() by Willy Tarreau · 6 years ago
  27. 5e74b0b MEDIUM: h1: port to new buffer API. by Willy Tarreau · 6 years ago
  28. f40e682 MINOR: h1: make h1_measure_trailers() use an offset and a count by Willy Tarreau · 6 years ago
  29. 7314be8 MINOR: h1: make h1_measure_trailers() take the byte count in argument by Willy Tarreau · 6 years ago
  30. 188e230 MINOR: buffer: convert most b_ptr() calls to c_ptr() by Willy Tarreau · 6 years ago
  31. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · 6 years ago
  32. 41e38ac MINOR: buffer: remove bo_end() by Willy Tarreau · 6 years ago
  33. 1b4cf9b BUG/MINOR: h1: the HTTP/1 make status code parser check for digits by Willy Tarreau · 7 years ago
  34. 2510f70 MINOR: h1: add a function to measure the trailers length by Willy Tarreau · 7 years ago
  35. d22e83a MINOR: h1: store the status code in the H1 message by Willy Tarreau · 7 years ago
  36. 8ea0f38 MEDIUM: h1: ensure that 1xx, 204 and 304 don't have a payload body by Willy Tarreau · 7 years ago
  37. 794f9af MEDIUM: h1: reimplement the http/1 response parser for the gateway by Willy Tarreau · 7 years ago
  38. 8740c8b REORG: http: move the HTTP/1 header block parser to h1.c by Willy Tarreau · 7 years ago
  39. db4893d REORG: http: move the HTTP/1 chunk parser to h1.{c,h} by Willy Tarreau · 7 years ago
  40. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · 7 years ago