1. c9ec9bc BUG/MEDIUM: h1-htx: Never copy more than the max data allowed during parsing by Christopher Faulet · 1 year, 9 months ago
  2. 2e47e3a MINOR: htx: Add an HTX value for the extra field is payload length is unknown by Christopher Faulet · 1 year, 11 months ago
  3. 5f36bfe BUG/MINOR: h1-htx: Remove flags about protocol upgrade on non-101 responses by Christopher Faulet · 1 year, 11 months ago
  4. 779aa69 BUILD: h1_htx: use __fallthrough in h1_parse_chunk() by Willy Tarreau · 2 years ago
  5. 8f4116e BUG/MEDIUM: http: Properly reject non-HTTP/1.x protocols by Tim Duesterhus · 4 years, 9 months ago
  6. ae660be BUG/MEDIUM: mux-h1: Don't request more room on partial trailers by Christopher Faulet · 2 years, 8 months ago
  7. 8f0b4e9 BUILD: tree-wide: mark a few numeric constants as explicitly long long by Willy Tarreau · 2 years, 10 months ago
  8. 46e058d BUG/MEDIUM: mux-h1: Adjust conditions to ask more space in the channel buffer by Christopher Faulet · 3 years, 2 months ago
  9. 216d335 BUG/MINOR: h1-htx: Fix a typo when request parser is reset by Christopher Faulet · 3 years, 2 months ago
  10. 52a5ec2 BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for requests with payload by Christopher Faulet · 3 years, 3 months ago
  11. 852d78c MEDIUM: h1-htx: apply scheme-based normalization on h1 requests by Amaury Denoyelle · 3 years, 5 months ago
  12. 213bb99 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  13. bf76df1 BUG/MINOR: h1-htx: Fix a signess bug with char data type when parsing chunk size by Christopher Faulet · 3 years, 6 months ago
  14. 00d7cde MINOR: muxes/h1-htx: Realign input buffer using b_slow_realign_ofs() by Christopher Faulet · 3 years, 10 months ago
  15. 7a835f3 MINOR: h1-htx: Use a correlation table to speed-up small chunks parsing by Christopher Faulet · 3 years, 6 months ago
  16. bdcefe5 MEDIUM: h1-htx: Add a function to parse contiguous small chunks by Christopher Faulet · 3 years, 6 months ago
  17. 0d4c924 MEDIUM: h1-htx: Split function to parse a chunk and the loop on the buffer by Christopher Faulet · 3 years, 6 months ago
  18. 140691b MINOR: h1-htx: Move HTTP chunks parsing into a dedicated function by Christopher Faulet · 3 years, 10 months ago
  19. f7c2044 MEDIUM: h1-htx: Adapt H1 data parsing to copy wrapping data in one call by Christopher Faulet · 3 years, 10 months ago
  20. de471a4 MINOR: h1-htx: Update h1 parsing functions to return result as a size_t by Christopher Faulet · 3 years, 10 months ago
  21. 2b78f0b CLEANUP: htx: Remove unsued hdrs_bytes field from the HTX start-line by Christopher Faulet · 3 years, 7 months ago
  22. fb38c91 BUG/MINOR: mux-fcgi: Don't send normalized uri to FCGI application by Christopher Faulet · 3 years, 7 months ago
  23. 405f054 MINOR: h1: Raise the chunk size limit up to (2^52 - 1) by Christopher Faulet · 3 years, 10 months ago
  24. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 4 years ago
  25. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · 4 years ago
  26. 5be651d BUG/MAJOR: mux-h1/mux-h2/htx: Fix HTTP tunnel management at the mux level by Christopher Faulet · 3 years, 10 months ago
  27. 1e85778 MINOR: mux-h1/mux-fcgi: Don't set TUNNEL mode if payload length is unknown by Christopher Faulet · 4 years ago
  28. 576c358 MINOR: htx/http-ana: Save info about Upgrade option in the Connection header by Christopher Faulet · 3 years, 11 months ago
  29. c75668e BUG/MINOR: http: Establish a tunnel for all 2xx responses to a CONNECT by Christopher Faulet · 4 years ago
  30. c31bc72 MINOR: h1-htx/http-ana: Set BODYLESS flag on message in TUNNEL state by Christopher Faulet · 4 years ago
  31. 810df06 MEDIUM: htx: Add a flag on a HTX message when no more data are expected by Christopher Faulet · 4 years, 4 months ago
  32. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 5 months ago
  33. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 6 months ago
  34. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 6 months ago
  35. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  36. c6fe884 REORG: include: move h1_htx.h to haproxy/h1_htx.h by Willy Tarreau · 4 years, 6 months ago
  37. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  38. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · 4 years, 6 months ago
  39. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  40. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 6 months ago
  41. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
  42. 76014fd MEDIUM: h1-htx: Add HTX EOM block when the message is in H1_MSG_DONE state by Christopher Faulet · 5 years ago
  43. 53a899b CLEANUP: h1-htx: Move htx-to-h1 formatting functions from htx.c to h1_htx.c by Christopher Faulet · 5 years ago
  44. fe451fb MINOR: h1-htx: Set the flag HTX_SL_F_HAS_AUTHORITY during the request parsing by Christopher Faulet · 5 years ago
  45. af54263 MINOR: h1-htx: Update h1_copy_msg_data() to ease the traces in the mux-h1 by Christopher Faulet · 5 years ago
  46. cc3124c MINOR: h1-htx: Use the same function to copy message payload in all cases by Christopher Faulet · 5 years ago
  47. 4f0f88a MEDIUM: mux-h1/h1-htx: move HTX convertion of H1 messages in dedicated file by Christopher Faulet · 5 years ago