1. 9d0ad65 CLEANUP: htx: fix a typo in an error message of http_str_to_htx by Manu Nicolas · 1 year, 6 months ago
  2. e679427 BUG/MINOR: http-htx: Don't consider an URI as normalized after a set-uri action by Christopher Faulet · 1 year, 7 months ago
  3. 33c2613 Revert "BUG/MINOR: http-htx: Don't consider an URI as normalized after a set-uri action" by Christopher Faulet · 1 year, 7 months ago
  4. 2659053 BUILD: http-htx: Silent build error about a possible NULL start-line by Christopher Faulet · 1 year, 7 months ago
  5. 5628038 BUG/MINOR: http-htx: Don't consider an URI as normalized after a set-uri action by Christopher Faulet · 1 year, 7 months ago
  6. 204017c BUG/MINOR: http-htx: Fix error handling during parsing http replies by Christopher Faulet · 1 year, 8 months ago
  7. be50b14 MINOR: http-htx: Use new HTTP functions for the scheme based normalization by Christopher Faulet · 2 years ago
  8. 3a499ee BUG/MINOR: http-htx: Fix scheme based normalization for URIs wih userinfo by Christopher Faulet · 2 years ago
  9. ad74510 BUG/MINOR: sample: fix backend direction flags consecutive to last fix by Willy Tarreau · 2 years, 9 months ago
  10. 5f802b3 BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags by Christopher Faulet · 2 years, 9 months ago
  11. c7c93b1 BUILD: http_htx: fix ci compilation error with isdigit for Windows by Amaury Denoyelle · 3 years ago
  12. ca87a9a MEDIUM: http: implement scheme-based normalization by Amaury Denoyelle · 3 years ago
  13. 4cbf62d BUILD: htx: include tools.h in http_htx.c by Willy Tarreau · 3 years, 2 months ago
  14. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  15. a7d6cf2 BUG/MINOR: http_htx: Remove BUG_ON() from http_get_stline() function by Christopher Faulet · 3 years, 3 months ago
  16. 403fd72 CLEANUP: Remove useless malloc() casts by Tim Duesterhus · 3 years, 3 months ago
  17. b8ee894 CLEANUP: htx: Make http_get_stline take a `const struct` by Tim Duesterhus · 3 years, 3 months ago
  18. 2e96194 MINOR: htx: Make internal.strm.is_htx an internal sample fetch by Christopher Faulet · 3 years, 3 months ago
  19. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  20. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  21. 016255a BUG/MINOR: http-htx: defpx must be a const in proxy_dup_default_conf_errors() by Willy Tarreau · 3 years, 5 months ago
  22. 1cdc028 CLEANUP: http-htx: Set buffer area to NULL instead of malloc(0) by Christopher Faulet · 3 years, 5 months ago
  23. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  24. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  25. 302b9f8 BUG/MINOR: http_htx: Fix searching headers by substring by Maciej Zdeb · 3 years, 8 months ago
  26. fc633b6 CLEANUP: config: Return ERR_NONE from config callbacks instead of 0 by Christopher Faulet · 3 years, 8 months ago
  27. 3005d28 BUG/MINOR: http-htx: Handle warnings when parsing http-error and http-errors by Christopher Faulet · 3 years, 8 months ago
  28. 431a12c BUILD: http-htx: fix build warning regarding long type in printf by Willy Tarreau · 3 years, 8 months ago
  29. a66adf4 MINOR: http-htx: Add understandable errors for the errorfiles parsing by Christopher Faulet · 3 years, 8 months ago
  30. b8d148a BUG/MINOR: http-htx: Expect no body for 204/304 internal HTTP responses by Christopher Faulet · 3 years, 9 months ago
  31. bde2c4c MINOR: http-htx: Handle an optional reason when replacing the response status by Christopher Faulet · 3 years, 10 months ago
  32. b8ce505 MINOR: http-htx: Add an option to eval query-string when the path is replaced by Christopher Faulet · 3 years, 10 months ago
  33. 6ad7df4 MINOR: arg: Use chunk_destroy() to release string arguments by Christopher Faulet · 4 years ago
  34. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  35. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  36. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  37. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  38. 126ba3a REORG: include: move http_fetch.h to haproxy/http_fetch.h by Willy Tarreau · 4 years, 1 month ago
  39. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  40. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  41. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  42. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  43. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  44. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · 4 years, 1 month ago
  45. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  46. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  47. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  48. 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
  49. 0bac4cd CLEANUP: http: Remove unused HTTP message templates by Christopher Faulet · 4 years, 1 month ago
  50. d6e3123 BUG/MINOR: http-htx: Fix a leak on error path during http reply parsing by Christopher Faulet · 4 years, 1 month ago
  51. 63d4824 BUG/MINOR: http-htx: Don't forget to release the http reply in release function by Christopher Faulet · 4 years, 1 month ago
  52. 3b967c1 MINOR: http-htx/proxy: Add http-error directive using http return syntax by Christopher Faulet · 4 years, 2 months ago
  53. f1fedc3 CLEANUP: http-htx: Remove unused storage of error messages in buffers by Christopher Faulet · 4 years, 2 months ago
  54. e29a97e MINOR: http-htx: Use http reply from the http-errors section by Christopher Faulet · 4 years, 2 months ago
  55. 40e8569 MINOR: proxy: Add references on http replies for proxy error messages by Christopher Faulet · 4 years, 2 months ago
  56. 5809e10 MINOR: http-htx: Store errorloc/errorfile messages in http replies by Christopher Faulet · 4 years, 2 months ago
  57. de30bb7 MINOR: http-htx: Store messages of an http-errors section in a http reply array by Christopher Faulet · 4 years, 2 months ago
  58. 1b13eca MINOR: http-htx: Store default error messages in a global http reply array by Christopher Faulet · 4 years, 2 months ago
  59. 7eea241 MINOR: http-htx: Use a dedicated function to check http reply validity by Christopher Faulet · 4 years, 2 months ago
  60. 47e791e MINOR: http-htx: Use a dedicated function to parse http reply arguments by Christopher Faulet · 4 years, 2 months ago
  61. 1863064 MINOR: http-htx: Use a dedicated function to release http_reply objects by Christopher Faulet · 4 years, 2 months ago
  62. b6ea17c CLEANUP: http-htx: Rename http_error structure into http_error_msg by Christopher Faulet · 4 years, 2 months ago
  63. 8dd33e1 MINOR: http-htx: Support different methods to look for header names by Christopher Faulet · 4 years, 2 months ago
  64. 778f5ed MEDIUM: checks/http-fetch: Support htx prefetch from a check for HTTP samples by Christopher Faulet · 4 years, 2 months ago
  65. 1543d44 MINOR: http-htx: Export functions to update message authority and host by Christopher Faulet · 4 years, 2 months ago
  66. d425950 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  67. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · 4 years, 4 months ago
  68. 241e29e MINOR: ist: Add `IST_NULL` macro by Tim Duesterhus · 4 years, 4 months ago
  69. 3e1f7f4 BUG/MINOR: http-htx: Do case-insensive comparisons on Host header name by Christopher Faulet · 4 years, 4 months ago
  70. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  71. 34b18e4 BUG/MINOR: http-htx: Don't return error if authority is updated without changes by Christopher Faulet · 4 years, 5 months ago
  72. 727a3f1 MINOR: http-htx: Add a function to retrieve the headers size of an HTX message by Christopher Faulet · 4 years, 5 months ago
  73. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 5 months ago
  74. 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
  75. 7cde96c BUG/MINOR: http_htx: Fix some leaks on error path when error files are loaded by Christopher Faulet · 4 years, 6 months ago
  76. 76edc0f MEDIUM: proxy: Add a directive to reference an http-errors section in a proxy by Christopher Faulet · 4 years, 6 months ago
  77. 35cd81d MINOR: http-htx: Add a new section to create groups of custom HTTP errors by Christopher Faulet · 4 years, 6 months ago
  78. 07f41f7 MINOR: proxy: Register keywords to parse errorfile and errorloc directives by Christopher Faulet · 4 years, 6 months ago
  79. 5885775 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages by Christopher Faulet · 4 years, 6 months ago
  80. bdf6526 MINOR: http-htx: Add functions to create HTX redirect message by Christopher Faulet · 4 years, 6 months ago
  81. 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
  82. 8178e40 MINOR: http-htx: Make 'internal.htx_blk_data' return a binary string by Christopher Faulet · 4 years, 6 months ago
  83. c5db14c MINOR: http-htx: Rename 'internal.htx_blk.val' to 'internal.htx_blk.data' by Christopher Faulet · 4 years, 6 months ago
  84. 01f4445 MINOR: http-htx: Move htx sample fetches in the scope "internal" by Christopher Faulet · 4 years, 6 months ago
  85. 29f7284 MINOR: http-htx: Add some htx sample fetches for debugging purpose by Christopher Faulet · 4 years, 7 months ago
  86. 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
  87. 0d4ce93 BUG/MINOR: http-htx: Properly set htx flags on error files to support keep-alive by Christopher Faulet · 4 years, 9 months ago
  88. d7b7a1c MEDIUM: http-htx: Keep the Host header and the request start-line synchronized by Christopher Faulet · 4 years, 9 months ago
  89. 90cc481 BUG/MINOR: http_htx: Support empty errorfiles by Christopher Faulet · 5 years ago
  90. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · 5 years ago
  91. 28b18c5 CLEANUP: proxy: Remove the flag PR_O2_USE_HTX by Christopher Faulet · 5 years ago
  92. 192c6a2 MINOR: htx: Deduce the number of used blocks from tail and head values by Christopher Faulet · 5 years ago
  93. 7b889cb BUG/MINOR: http_htx: Initialize HTX error messages for TCP proxies by Christopher Faulet · 5 years ago
  94. 1d5ec09 BUG/MEDIUM: proto_htx: Don't add EOM on 1xx informational messages by Christopher Faulet · 5 years ago
  95. 3e2638e BUG/MEDIUM: htx: Fully update HTX message when the block value is changed by Christopher Faulet · 5 years ago
  96. e4ab11b BUG/MINOR: http: Use the global value to limit the number of parsed headers by Christopher Faulet · 5 years ago
  97. d7884d3 MAJOR: htx: Rework how free rooms are tracked in an HTX message by Christopher Faulet · 5 years ago
  98. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · 5 years ago
  99. 29f1758 MEDIUM: htx: Store the first block position instead of the start-line one by Christopher Faulet · 5 years ago
  100. a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · 5 years ago