1. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · 4 years, 1 month ago
  5. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  8. 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
  9. 0bac4cd CLEANUP: http: Remove unused HTTP message templates by Christopher Faulet · 4 years, 1 month ago
  10. d6e3123 BUG/MINOR: http-htx: Fix a leak on error path during http reply parsing by Christopher Faulet · 4 years, 1 month ago
  11. 63d4824 BUG/MINOR: http-htx: Don't forget to release the http reply in release function by Christopher Faulet · 4 years, 1 month ago
  12. 3b967c1 MINOR: http-htx/proxy: Add http-error directive using http return syntax by Christopher Faulet · 4 years, 2 months ago
  13. f1fedc3 CLEANUP: http-htx: Remove unused storage of error messages in buffers by Christopher Faulet · 4 years, 2 months ago
  14. e29a97e MINOR: http-htx: Use http reply from the http-errors section by Christopher Faulet · 4 years, 2 months ago
  15. 40e8569 MINOR: proxy: Add references on http replies for proxy error messages by Christopher Faulet · 4 years, 2 months ago
  16. 5809e10 MINOR: http-htx: Store errorloc/errorfile messages in http replies by Christopher Faulet · 4 years, 2 months ago
  17. de30bb7 MINOR: http-htx: Store messages of an http-errors section in a http reply array by Christopher Faulet · 4 years, 2 months ago
  18. 1b13eca MINOR: http-htx: Store default error messages in a global http reply array by Christopher Faulet · 4 years, 2 months ago
  19. 7eea241 MINOR: http-htx: Use a dedicated function to check http reply validity by Christopher Faulet · 4 years, 2 months ago
  20. 47e791e MINOR: http-htx: Use a dedicated function to parse http reply arguments by Christopher Faulet · 4 years, 2 months ago
  21. 1863064 MINOR: http-htx: Use a dedicated function to release http_reply objects by Christopher Faulet · 4 years, 2 months ago
  22. b6ea17c CLEANUP: http-htx: Rename http_error structure into http_error_msg by Christopher Faulet · 4 years, 2 months ago
  23. 8dd33e1 MINOR: http-htx: Support different methods to look for header names by Christopher Faulet · 4 years, 2 months ago
  24. 778f5ed MEDIUM: checks/http-fetch: Support htx prefetch from a check for HTTP samples by Christopher Faulet · 4 years, 2 months ago
  25. 1543d44 MINOR: http-htx: Export functions to update message authority and host by Christopher Faulet · 4 years, 2 months ago
  26. d425950 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  27. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · 4 years, 4 months ago
  28. 241e29e MINOR: ist: Add `IST_NULL` macro by Tim Duesterhus · 4 years, 4 months ago
  29. 3e1f7f4 BUG/MINOR: http-htx: Do case-insensive comparisons on Host header name by Christopher Faulet · 4 years, 4 months ago
  30. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  31. 34b18e4 BUG/MINOR: http-htx: Don't return error if authority is updated without changes by Christopher Faulet · 4 years, 5 months ago
  32. 727a3f1 MINOR: http-htx: Add a function to retrieve the headers size of an HTX message by Christopher Faulet · 4 years, 5 months ago
  33. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 5 months ago
  34. 0a589fd MINOR: http-htx: Emit a warning if an error file runs over the buffer's reserve by Christopher Faulet · 4 years, 5 months ago
  35. 7cde96c BUG/MINOR: http_htx: Fix some leaks on error path when error files are loaded by Christopher Faulet · 4 years, 6 months ago
  36. 76edc0f MEDIUM: proxy: Add a directive to reference an http-errors section in a proxy by Christopher Faulet · 4 years, 6 months ago
  37. 35cd81d MINOR: http-htx: Add a new section to create groups of custom HTTP errors by Christopher Faulet · 4 years, 6 months ago
  38. 07f41f7 MINOR: proxy: Register keywords to parse errorfile and errorloc directives by Christopher Faulet · 4 years, 6 months ago
  39. 5885775 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages by Christopher Faulet · 4 years, 6 months ago
  40. bdf6526 MINOR: http-htx: Add functions to create HTX redirect message by Christopher Faulet · 4 years, 6 months ago
  41. 5031ef5 MINOR: http-htx: Add functions to read a raw error file and convert it in HTX by Christopher Faulet · 4 years, 6 months ago
  42. 8178e40 MINOR: http-htx: Make 'internal.htx_blk_data' return a binary string by Christopher Faulet · 4 years, 6 months ago
  43. c5db14c MINOR: http-htx: Rename 'internal.htx_blk.val' to 'internal.htx_blk.data' by Christopher Faulet · 4 years, 6 months ago
  44. 01f4445 MINOR: http-htx: Move htx sample fetches in the scope "internal" by Christopher Faulet · 4 years, 6 months ago
  45. 29f7284 MINOR: http-htx: Add some htx sample fetches for debugging purpose by Christopher Faulet · 4 years, 7 months ago
  46. f3ad629 BUG/MINOR: http-htx: Don't make http_find_header() fail if the value is empty by Christopher Faulet · 4 years, 7 months ago
  47. 0d4ce93 BUG/MINOR: http-htx: Properly set htx flags on error files to support keep-alive by Christopher Faulet · 4 years, 9 months ago
  48. d7b7a1c MEDIUM: http-htx: Keep the Host header and the request start-line synchronized by Christopher Faulet · 4 years, 9 months ago
  49. 90cc481 BUG/MINOR: http_htx: Support empty errorfiles by Christopher Faulet · 5 years ago
  50. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · 5 years ago
  51. 28b18c5 CLEANUP: proxy: Remove the flag PR_O2_USE_HTX by Christopher Faulet · 5 years ago
  52. 192c6a2 MINOR: htx: Deduce the number of used blocks from tail and head values by Christopher Faulet · 5 years ago
  53. 7b889cb BUG/MINOR: http_htx: Initialize HTX error messages for TCP proxies by Christopher Faulet · 5 years ago
  54. 1d5ec09 BUG/MEDIUM: proto_htx: Don't add EOM on 1xx informational messages by Christopher Faulet · 5 years ago
  55. 3e2638e BUG/MEDIUM: htx: Fully update HTX message when the block value is changed by Christopher Faulet · 5 years ago
  56. e4ab11b BUG/MINOR: http: Use the global value to limit the number of parsed headers by Christopher Faulet · 5 years ago
  57. d7884d3 MAJOR: htx: Rework how free rooms are tracked in an HTX message by Christopher Faulet · 5 years ago
  58. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · 5 years ago
  59. 29f1758 MEDIUM: htx: Store the first block position instead of the start-line one by Christopher Faulet · 5 years ago
  60. a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · 5 years ago
  61. 7b7d507 MINOR: http/htx: Use sl_pos directly to replace the start-line by Christopher Faulet · 5 years ago
  62. 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · 5 years ago
  63. 9c66b98 MINOR: htx: Store start-line block's position instead of address of its payload by Christopher Faulet · 5 years ago
  64. 28f29c7 MINOR: htx: Store the head position instead of the wrap one by Christopher Faulet · 5 years ago
  65. 4904058 BUG/MINOR: htx: Exclude TCP proxies when the HTX mode is handled during startup by Christopher Faulet · 5 years ago
  66. 05aab64 BUG/MEDIUM: htx: Defrag if blocks position is changed and the payloads wrap by Christopher Faulet · 5 years ago
  67. cdce54c BUILD/MINOR: htx: fix some potential null-deref warnings with http_find_stline by Willy Tarreau · 5 years ago
  68. afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · 6 years ago
  69. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  70. aa75b3d CLEANUP: htx: Fix indentation here and there in HTX files by Christopher Faulet · 6 years ago
  71. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
  72. a7b677c MEDIUM: proto_htx: Convert all HTTP error messages into HTX by Christopher Faulet · 6 years ago
  73. f1ba18d MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing by Christopher Faulet · 6 years ago
  74. 570d161 MEDIUM: htx: Change htx_sl to be a struct instead of an union by Christopher Faulet · 6 years ago
  75. 573fe73 BUG/MINOR: htx: Stop a header or a start line lookup on the first EOH or EOM by Christopher Faulet · 6 years ago
  76. 7ff1cea MINOR: http_htx: Add functions to retrieve a specific occurrence of a header by Christopher Faulet · 6 years ago
  77. e010c80 MINOR: http_htx: Add functions to replace part of the start-line by Christopher Faulet · 6 years ago
  78. 47596d3 MINOR: http_htx: Add functions to manipulate HTX messages in http_htx.c by Christopher Faulet · 6 years ago