1. c48acd1 BUG/MINOR: http: skip leading zeroes in content-length values by Willy Tarreau · 11 months ago
  2. e5a741f BUG/MINOR: h1: do not accept '#' as part of the URI component by Willy Tarreau · 11 months ago
  3. ba9afd2 BUG/MAJOR: http: reject any empty content-length header value by Willy Tarreau · 11 months ago
  4. 486cd73 BUG/CRITICAL: http: properly reject empty http header field names by Willy Tarreau · 1 year, 5 months ago
  5. e21ad30 BUILD: h1: silence an initiialized warning with gcc-4.7 and -Os by Willy Tarreau · 1 year, 9 months ago
  6. 63f95ed BUG/MEDIUM: h1: Improve authority validation for CONNCET request by Christopher Faulet · 2 years ago
  7. aad333a MEDIUM: h1: add a WebSocket key on handshake if needed by Amaury Denoyelle · 3 years, 7 months ago
  8. c193823 MEDIUM: h1: generate WebSocket key on response if needed by Amaury Denoyelle · 3 years, 7 months ago
  9. 18ee5c3 MINOR: h1: reject websocket handshake if missing key by Amaury Denoyelle · 3 years, 7 months ago
  10. f278eec BUILD: tree-wide: cast arguments to tolower/toupper to unsigned char by Willy Tarreau · 4 years ago
  11. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  12. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · 4 years, 1 month ago
  14. 0017be0 REORG: include: split common/http-hdr.h into haproxy/http-hdr{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  16. 7032a3f BUG/MEDIUM: h1: Don't compare host and authority if only h1 headers are parsed by Christopher Faulet · 4 years, 2 months ago
  17. 02ac950 CLEANUP: http/h1: rely on HA_UNALIGNED_LE instead of checking for CPU families by Willy Tarreau · 4 years, 4 months ago
  18. 1703478 BUG/MINOR: h1: Report the right error position when a header value is invalid by Christopher Faulet · 4 years, 6 months ago
  19. bc7c03e BUG/MINOR: h1: Don't test the host header during response parsing by Christopher Faulet · 4 years, 7 months ago
  20. 531b83e MINOR: h1: Reject requests if the authority does not match the header host by Christopher Faulet · 4 years, 9 months ago
  21. 497ab4f MINOR: h1: Reject requests with different occurrences of the header host by Christopher Faulet · 4 years, 9 months ago
  22. 84f0653 BUG/MINOR: h1: Properly reset h1m when parsing is restarted by Christopher Faulet · 4 years, 10 months ago
  23. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  24. a51ebb7 MEDIUM: h1: Add an option to sanitize connection headers during parsing by Christopher Faulet · 5 years ago
  25. 68b1bbd BUG/MEDIUM: h1: Get the h1m state when restarting the headers parsing by Christopher Faulet · 5 years ago
  26. 0f8fb6b MINOR: h1: make the H1 headers block parser able to parse headers only by Willy Tarreau · 5 years ago
  27. afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · 6 years ago
  28. 538746a REORG: h1: move legacy http functions to http_msg.c by Willy Tarreau · 6 years ago
  29. 25da9e3 MINOR: h1: Add the flag H1_MF_NO_PHDR to not add pseudo-headers during parsing by Christopher Faulet · 6 years ago
  30. 1dc2b49 MINOR: h1: Change the union h1_sl to use indirect strings to store infos by Christopher Faulet · 6 years ago
  31. ff08a92 MINOR: h1: Add EOH marker during headers parsing by Christopher Faulet · 6 years ago
  32. 2912f87 BUG/MEDIUM: h1: Really skip all updates when incomplete messages are parsed by Christopher Faulet · 6 years ago
  33. 73373ab MEDIUM: h1: deduplicate the content-length header by Willy Tarreau · 6 years ago
  34. 2557f6a MEDIUM: h1: better handle transfer-encoding vs content-length by Willy Tarreau · 6 years ago
  35. 2ea6bb5 MINOR: h1: add headers to the list after controls, not before by Willy Tarreau · 6 years ago
  36. 98f5cf7 MINOR: h1: parse the Connection header field by Willy Tarreau · 6 years ago
  37. ba5fbca MINOR: h1: report in the h1m struct if the HTTP version is 1.1 or above by Willy Tarreau · 6 years ago
  38. db72da0 BUG/MINOR: h1: don't consider the status for each header by Willy Tarreau · 6 years ago
  39. eb528db MINOR: h1: add H1_MF_TOLOWER to decide when to turn header names to lower case by Willy Tarreau · 6 years ago
  40. c2ab9f5 MEDIUM: h1: implement the request parser as well by Willy Tarreau · 6 years ago
  41. 11da567 MINOR: h1: remove the HTTP status from the H1M struct by Willy Tarreau · 6 years ago
  42. 001823c MEDIUM: h1: remove the useless H1_MSG_BODY state by Willy Tarreau · 6 years ago
  43. 4c34c0e MEDIUM: h1: support partial message parsing by Willy Tarreau · 6 years ago
  44. 5384aac MINOR: h1: make the message parser support a null <hdr> argument by Willy Tarreau · 6 years ago
  45. 4433c08 MEDIUM: h1: let the caller pass the initial parser's state by Willy Tarreau · 6 years ago
  46. a41393f MEDIUM: h1: make the parser support a pointer to a start line by Willy Tarreau · 6 years ago
  47. 9aec305 MEDIUM: h1: consider err_pos before deciding to accept a header name or not by Willy Tarreau · 6 years ago
  48. 801250e REORG: h1: create a new h1m_state by Willy Tarreau · 6 years ago
  49. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  50. 950a8a6 BUG/MINOR: h1: fix buffer shift after realignment by Willy Tarreau · 6 years ago
  51. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  52. 72a100b MINOR: buffer: replace bi_fast_delete() with b_del() by Willy Tarreau · 6 years ago
  53. 5e74b0b MEDIUM: h1: port to new buffer API. by Willy Tarreau · 6 years ago
  54. f40e682 MINOR: h1: make h1_measure_trailers() use an offset and a count by Willy Tarreau · 6 years ago
  55. 7314be8 MINOR: h1: make h1_measure_trailers() take the byte count in argument by Willy Tarreau · 6 years ago
  56. 188e230 MINOR: buffer: convert most b_ptr() calls to c_ptr() by Willy Tarreau · 6 years ago
  57. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · 6 years ago
  58. 41e38ac MINOR: buffer: remove bo_end() by Willy Tarreau · 6 years ago
  59. 1b4cf9b BUG/MINOR: h1: the HTTP/1 make status code parser check for digits by Willy Tarreau · 7 years ago
  60. 2510f70 MINOR: h1: add a function to measure the trailers length by Willy Tarreau · 7 years ago
  61. d22e83a MINOR: h1: store the status code in the H1 message by Willy Tarreau · 7 years ago
  62. 8ea0f38 MEDIUM: h1: ensure that 1xx, 204 and 304 don't have a payload body by Willy Tarreau · 7 years ago
  63. 794f9af MEDIUM: h1: reimplement the http/1 response parser for the gateway by Willy Tarreau · 7 years ago
  64. 8740c8b REORG: http: move the HTTP/1 header block parser to h1.c by Willy Tarreau · 7 years ago
  65. db4893d REORG: http: move the HTTP/1 chunk parser to h1.{c,h} by Willy Tarreau · 7 years ago
  66. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · 7 years ago