1. 326e27e REORG: h1: move the h1_state definition to proto_http 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. 30bc509 CLEANUP: Fix typos in the h1 subsystem by Joseph Herlant · 6 years ago
  4. 55d6be7 MINOR: h1: Export some functions parsing the value of some HTTP headers by Christopher Faulet · 6 years ago
  5. c26c72d CLEANUP: h1: Fix debug warnings for h1 headers by Dirkjan Bussink · 6 years ago
  6. 11da567 MINOR: h1: remove the HTTP status from the H1M struct by Willy Tarreau · 6 years ago
  7. 001823c MEDIUM: h1: remove the useless H1_MSG_BODY state by Willy Tarreau · 6 years ago
  8. a41393f MEDIUM: h1: make the parser support a pointer to a start line by Willy Tarreau · 6 years ago
  9. bbf3823 MINOR: h1: properly pre-initialize err_pos to -2 by Willy Tarreau · 6 years ago
  10. ccaf233 MINOR: h1: add a message flag to indicate that a message carries a response by Willy Tarreau · 6 years ago
  11. 7f437ff MINOR: h1: provide a distinct init() function for request and response by Willy Tarreau · 6 years ago
  12. acc295c MINOR: h1: remove the unused states from h1m_state by Willy Tarreau · 6 years ago
  13. b3b0152 MINOR: h1: add the restart offsets into struct h1m by Willy Tarreau · 6 years ago
  14. 801250e REORG: h1: create a new h1m_state by Willy Tarreau · 6 years ago
  15. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  16. 591d445 MINOR: buffer: use b_orig() to replace most references to b->data by Willy Tarreau · 6 years ago
  17. f40e682 MINOR: h1: make h1_measure_trailers() use an offset and a count by Willy Tarreau · 6 years ago
  18. 84d6b7a MINOR: h1: make h1_parse_chunk_size() not depend on b_ptr() anymore by Willy Tarreau · 6 years ago
  19. c0973c6 MINOR: h1: make h1_skip_chunk_crlf() not depend on b_ptr() anymore by Willy Tarreau · 6 years ago
  20. 7314be8 MINOR: h1: make h1_measure_trailers() take the byte count in argument by Willy Tarreau · 6 years ago
  21. b15e3fe BUG/MEDIUM: h1: ensure the chunk size parser can deal with full buffers by Willy Tarreau · 7 years ago
  22. 1b4cf9b BUG/MINOR: h1: the HTTP/1 make status code parser check for digits by Willy Tarreau · 7 years ago
  23. 2510f70 MINOR: h1: add a function to measure the trailers length by Willy Tarreau · 7 years ago
  24. d22e83a MINOR: h1: store the status code in the H1 message by Willy Tarreau · 7 years ago
  25. 794f9af MEDIUM: h1: reimplement the http/1 response parser for the gateway by Willy Tarreau · 7 years ago
  26. 4093a4d MINOR: h1: add struct h1m for basic HTTP/1 messages by Willy Tarreau · 7 years ago
  27. b289256 MEDIUM: http: make the chunk crlf parser only depend on the buffer by Willy Tarreau · 7 years ago
  28. e56cdd3 MEDIUM: http: make the chunk size parser only depend on the buffer by Willy Tarreau · 7 years ago
  29. 8740c8b REORG: http: move the HTTP/1 header block parser to h1.c by Willy Tarreau · 7 years ago
  30. db4893d REORG: http: move the HTTP/1 chunk parser to h1.{c,h} by Willy Tarreau · 7 years ago
  31. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · 7 years ago