1. 591d445 MINOR: buffer: use b_orig() to replace most references to b->data by Willy Tarreau · Fri Jun 15 17:21:00 2018 +0200
  2. f40e682 MINOR: h1: make h1_measure_trailers() use an offset and a count by Willy Tarreau · Thu Jun 14 16:52:02 2018 +0200
  3. 84d6b7a MINOR: h1: make h1_parse_chunk_size() not depend on b_ptr() anymore by Willy Tarreau · Thu Jun 14 15:59:05 2018 +0200
  4. c0973c6 MINOR: h1: make h1_skip_chunk_crlf() not depend on b_ptr() anymore by Willy Tarreau · Thu Jun 14 15:53:21 2018 +0200
  5. 7314be8 MINOR: h1: make h1_measure_trailers() take the byte count in argument by Willy Tarreau · Thu Jun 14 13:32:50 2018 +0200
  6. b15e3fe BUG/MEDIUM: h1: ensure the chunk size parser can deal with full buffers by Willy Tarreau · Fri Nov 10 11:17:08 2017 +0100
  7. 1b4cf9b BUG/MINOR: h1: the HTTP/1 make status code parser check for digits by Willy Tarreau · Thu Nov 09 11:15:45 2017 +0100
  8. 2510f70 MINOR: h1: add a function to measure the trailers length by Willy Tarreau · Tue Oct 31 17:14:16 2017 +0100
  9. d22e83a MINOR: h1: store the status code in the H1 message by Willy Tarreau · Tue Oct 31 08:02:24 2017 +0100
  10. 794f9af MEDIUM: h1: reimplement the http/1 response parser for the gateway by Willy Tarreau · Wed Jul 26 09:07:47 2017 +0200
  11. 4093a4d MINOR: h1: add struct h1m for basic HTTP/1 messages by Willy Tarreau · Thu Sep 21 11:46:43 2017 +0200
  12. b289256 MEDIUM: http: make the chunk crlf parser only depend on the buffer by Willy Tarreau · Thu Sep 21 11:33:54 2017 +0200
  13. e56cdd3 MEDIUM: http: make the chunk size parser only depend on the buffer by Willy Tarreau · Thu Sep 21 08:36:33 2017 +0200
  14. 8740c8b REORG: http: move the HTTP/1 header block parser to h1.c by Willy Tarreau · Thu Sep 21 10:22:25 2017 +0200
  15. db4893d REORG: http: move the HTTP/1 chunk parser to h1.{c,h} by Willy Tarreau · Thu Sep 21 08:40:02 2017 +0200
  16. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · Thu Sep 21 09:30:46 2017 +0200