1. c48acd1 BUG/MINOR: http: skip leading zeroes in content-length values by Willy Tarreau · 11 months ago
  2. af232e4 BUG/MINOR: h2: reject more chars from the :path pseudo header by Willy Tarreau · 11 months ago
  3. f86e994 MINOR: h2: pass accept-invalid-http-request down the request parser by Willy Tarreau · 11 months ago
  4. ba9afd2 BUG/MAJOR: http: reject any empty content-length header value by Willy Tarreau · 11 months ago
  5. 512cee8 BUG/MEDIUM: h2: match absolute-path not path-absolute for :path by Willy Tarreau · 2 years, 10 months ago
  6. b4934f0 BUG/MEDIUM: h2: give :authority precedence over Host by Willy Tarreau · 2 years, 11 months ago
  7. e9f1f1e BUG/MAJOR: h2: enforce stricter syntax checks on the :method pseudo-header by Willy Tarreau · 2 years, 11 months ago
  8. 6c6b9a5 BUG/MAJOR: h2: verify that :path starts with a '/' before concatenating it by Willy Tarreau · 2 years, 11 months ago
  9. 9e0c2b5 BUG/MAJOR: h2: verify early that non-http/https schemes match the valid syntax by Willy Tarreau · 2 years, 11 months ago
  10. 0353410 MEDIUM: h2: apply scheme-based normalization on h2 requests by Amaury Denoyelle · 3 years ago
  11. 2b78f0b CLEANUP: htx: Remove unsued hdrs_bytes field from the HTX start-line by Christopher Faulet · 3 years, 2 months ago
  12. 1568355 CLEANUP: Replace for loop with only a condition by while by Tim Duesterhus · 3 years, 4 months ago
  13. acf8459 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 5 months ago
  14. c9a0afc MEDIUM: h2: parse Extended CONNECT request to htx by Amaury Denoyelle · 3 years, 7 months ago
  15. 7416274 MEDIUM: h2: parse Extended CONNECT reponse to htx by Amaury Denoyelle · 3 years, 7 months ago
  16. 7d247f0 MINOR: h2/mux-h2: Add flags to notify the response is known to have no body by Christopher Faulet · 3 years, 7 months ago
  17. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  18. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · 3 years, 7 months ago
  19. 5be651d BUG/MAJOR: mux-h1/mux-h2/htx: Fix HTTP tunnel management at the mux level by Christopher Faulet · 3 years, 5 months ago
  20. d0db423 MINOR: mux-h2: Add 2 flags to help to properly handle tunnel mode by Christopher Faulet · 3 years, 5 months ago
  21. 8989942 BUG/MINOR: h2/mux-h2: Reject 101 responses with a PROTOCOL_ERROR h2s error by Christopher Faulet · 3 years, 7 months ago
  22. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  23. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  24. bf07314 REORG: include: move common/h2.h to haproxy/h2.h by Willy Tarreau · 4 years, 1 month ago
  25. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  26. 0017be0 REORG: include: split common/http-hdr.h into haproxy/http-hdr{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  27. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  28. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 1 month ago
  29. 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
  30. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  31. fd2658c BUG/MINOR: h2: reject again empty :path pseudo-headers by Willy Tarreau · 4 years, 4 months ago
  32. 146f53a BUG/MAJOR: h2: make header field name filtering stronger by Willy Tarreau · 4 years, 7 months ago
  33. 54f53ef BUG/MAJOR: h2: reject header values containing invalid chars by Willy Tarreau · 4 years, 7 months ago
  34. 30ee1ef MEDIUM: h2: use the normalized URI encoding for absolute form requests by Willy Tarreau · 4 years, 9 months ago
  35. 1440fe8 MINOR: h2: report in the HTX flags when the request has an authority by Willy Tarreau · 4 years, 9 months ago
  36. 92919f7 MEDIUM: h2: make the request parser rebuild a complete URI by Willy Tarreau · 4 years, 9 months ago
  37. 2be362c MINOR: h2: clarify the rules for how to convert an H2 request to HTX by Willy Tarreau · 4 years, 9 months ago
  38. 5ed8353 CLEANUP: h2: Remove functions converting h2 requests to raw HTTP/1.1 ones by Christopher Faulet · 5 years ago
  39. 3e2638e BUG/MEDIUM: htx: Fully update HTX message when the block value is changed by Christopher Faulet · 5 years ago
  40. 0c6de00 BUG/MEDIUM: h2/htx: Update data length of the HTX when the cookie list is built by Christopher Faulet · 5 years ago
  41. a9a5c04 MINOR: h2: Set flags about the request's scheme on the start-line by Christopher Faulet · 5 years ago
  42. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · 5 years ago
  43. 33543e7 MINOR: h2/htx: Set hdrs_bytes on the SL when an HTX message is produced by Christopher Faulet · 5 years ago
  44. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · 5 years ago
  45. 9255e7e BUG/MEDIUM: h2/htx: verify that :path doesn't contain invalid chars by Willy Tarreau · 5 years ago
  46. 0b46548 BUG/MEDIUM: h2/htx: Correctly handle interim responses when HTX is enabled by Christopher Faulet · 5 years ago
  47. 44af3cf MINOR: h2/htx: Set the flag HTX_SL_F_BODYLESS for messages without body by Christopher Faulet · 5 years ago
  48. 9c84d82 MINOR: h2: add a generic frame checker by Willy Tarreau · 5 years ago
  49. 4790f7c MEDIUM: h2: always parse and deduplicate the content-length header by Willy Tarreau · 5 years ago
  50. 1e1f27c MINOR: h2: add h2_make_htx_trailers to turn H2 headers to HTX trailers by Willy Tarreau · 5 years ago
  51. 9d953e7 MINOR: h2: add h2_make_h1_trailers to turn H2 headers to H1 trailers by Willy Tarreau · 5 years ago
  52. beefaee MEDIUM: h2: properly check and deduplicate the content-length header in HTX by Willy Tarreau · 6 years ago
  53. 164e061 BUG/MEDIUM: h2: fix aggregated cookie length computation in HTX mode by Willy Tarreau · 6 years ago
  54. 1329b5b MINOR: h2: add new functions to produce an HTX message from an H2 response by Willy Tarreau · 6 years ago
  55. 6deb412 MINOR: h2: implement H2->HTX request header frame transcoding by Willy Tarreau · 6 years ago
  56. eba10f2 BUG/MEDIUM: h2: implement missing support for chunked encoded uploads by Willy Tarreau · 6 years ago
  57. 174b06a MINOR: h2: detect presence of CONNECT and/or content-length by Willy Tarreau · 6 years ago
  58. 637f64d BUG/MEDIUM: h2: do not accept upper case letters in request header names by Willy Tarreau · 7 years ago
  59. fe7c356 BUG/MEDIUM: h2: remove connection-specific headers from request by Willy Tarreau · 7 years ago
  60. 5208869 BUG/MINOR: h2: reject response pseudo-headers from requests by Willy Tarreau · 7 years ago
  61. d8d2ac7 BUG/MINOR: h2: the TE header if present may only contain trailers by Willy Tarreau · 7 years ago
  62. cd4fe17 BUG/MINOR: h2: ":path" must not be empty by Willy Tarreau · 7 years ago
  63. 811ad12 BUG/MAJOR: h2: correctly check the request length when building an H1 request by Willy Tarreau · 7 years ago
  64. 2fb986c BUG/MEDIUM: h2: always reassemble the Cookie request header field by Willy Tarreau · 7 years ago
  65. f24ea8e MEDIUM: h2: add a function to emit an HTTP/1 request from a headers list by Willy Tarreau · 7 years ago