1. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.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. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · 4 years, 1 month ago
  8. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  9. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  10. 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
  11. b304883 MINOR: http-rules: Use an action function to eval http-request auth rules by Christopher Faulet · 4 years, 1 month ago
  12. 612f2ea MINOR: http-ana: Use proxy's error replies to emit 401/407 responses by Christopher Faulet · 4 years, 1 month ago
  13. ae43b6c MINOR: http-ana: Make the function http_reply_to_htx() public by Christopher Faulet · 4 years, 1 month ago
  14. 97e466c MINOR: http-ana: Add a function to write an http reply in an HTX message by Christopher Faulet · 4 years, 2 months ago
  15. 2056736 MINOR: htx: Add a function to copy a buffer in an HTX message by Christopher Faulet · 4 years, 2 months ago
  16. f1fedc3 CLEANUP: http-htx: Remove unused storage of error messages in buffers by Christopher Faulet · 4 years, 2 months ago
  17. 8dfeccf MEDIUM: http-ana: Use http replies for HTTP error messages by Christopher Faulet · 4 years, 2 months ago
  18. 507479b MINOR: http-ana: Use a TXN flag to prevent after-response ruleset evaluation by Christopher Faulet · 4 years, 2 months ago
  19. e29a97e MINOR: http-htx: Use http reply from the http-errors section by Christopher Faulet · 4 years, 2 months ago
  20. 5cb513a MEDIUM: http-rules: Rely on http reply for http deny/tarpit rules by Christopher Faulet · 4 years, 2 months ago
  21. 0e2ad61 MINOR: http-ana: Use a dedicated function to send a response from an http reply by Christopher Faulet · 4 years, 2 months ago
  22. a53abad CLEANUP: http_ana: Remove unused TXN flags by Christopher Faulet · 4 years, 2 months ago
  23. 3c27dda MINOR: stats: Expose native cum_req metric for a server by Marcin Deranek · 4 years, 2 months ago
  24. 8cabc97 BUG/MEDIUM: streams: Remove SF_ADDR_SET if we're retrying due to L7 retry. by Olivier Houchard · 4 years, 2 months ago
  25. f1dcced BUG/MEDIUM: http_ana: make the detection of NTLM variants safer by Willy Tarreau · 4 years, 2 months ago
  26. 49a1d28 BUG/MINOR: http-ana: fix NTLM response parsing again by Willy Tarreau · 4 years, 2 months ago
  27. 8d945d6 BUG/MINOR: http-ana: Throw a 500 error if after-response ruleset fails on errors by Christopher Faulet · 4 years, 3 months ago
  28. 9df1886 BUG/MEDIUM: http-ana: Handle NTLM messages correctly. by Olivier Houchard · 4 years, 2 months ago
  29. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  30. 2e8ab6b MINOR: use DISGUISE() everywhere we deliberately want to ignore a result by Willy Tarreau · 4 years, 4 months ago
  31. 49c2a70 BUG/MINOR: http-rules: Abort transaction when a redirect is applied on response by Christopher Faulet · 4 years, 4 months ago
  32. 90d22a8 BUG/MINOR: http-rules: Return ACT_RET_ABRT to abort a transaction by Christopher Faulet · 4 years, 4 months ago
  33. e58c000 BUG/MINOR: http-ana: Reset request analysers on a response side error by Christopher Faulet · 4 years, 4 months ago
  34. a17e662 MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist` by Tim Duesterhus · 4 years, 4 months ago
  35. 0643b0e MINOR: proxy: Make `header_unique_id` a `struct ist` by Tim Duesterhus · 4 years, 4 months ago
  36. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · 4 years, 4 months ago
  37. e296d3e MINOR: ist: Add `int isttest(const struct ist)` by Tim Duesterhus · 4 years, 4 months ago
  38. 2825b4b MINOR: stream: Use stream_generate_unique_id by Tim Duesterhus · 4 years, 4 months ago
  39. 127a74d MINOR: stream: Add stream_generate_unique_id function by Tim Duesterhus · 4 years, 4 months ago
  40. 8b50758 CLEANUP: cache: use read_u32/write_u32 to access the cache entry's hash by Willy Tarreau · 4 years, 4 months ago
  41. 9d9d645 BUG/MAJOR: http-ana: Always abort the request when a tarpit is triggered by Christopher Faulet · 4 years, 4 months ago
  42. 6072beb MINOR: http-ana: Match on the path if the monitor-uri starts by a / by Christopher Faulet · 4 years, 5 months ago
  43. d27689e BUG/MINOR: http-ana: Matching on monitor-uri should be case-sensitive by Christopher Faulet · 4 years, 5 months ago
  44. a20a653 BUG/MINOR: http-ana: Increment failed_resp counters on invalid response by Christopher Faulet · 4 years, 5 months ago
  45. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 5 months ago
  46. a72a7e4 MINOR: http-ana/http-rules: Use dedicated function to forward internal responses by Christopher Faulet · 4 years, 5 months ago
  47. ef70e25 MINOR: http-ana: Add a function for forward internal responses by Christopher Faulet · 4 years, 5 months ago
  48. 72c7d8d MINOR: http-ana: Rely on http_reply_and_close() to handle server error by Christopher Faulet · 4 years, 5 months ago
  49. 60b33a5 MINOR: http-rules: Handle the rule direction when a redirect is evaluated by Christopher Faulet · 4 years, 5 months ago
  50. c20afb8 BUG/MINOR: http-ana: Set HTX_FL_PROXY_RESP flag if a server perform a redirect by Christopher Faulet · 4 years, 5 months ago
  51. 7a138dc BUG/MINOR: http-ana: Reset HTX first index when HAPRoxy sends a response by Christopher Faulet · 4 years, 5 months ago
  52. 637259e BUG/MINOR: http-ana: Don't overwrite outgoing data when an error is reported by Christopher Faulet · 4 years, 5 months ago
  53. be20cf3 BUG/MINOR: http-ana: Increment the backend counters on the backend by Christopher Faulet · 4 years, 5 months ago
  54. 220a26c BUG/MEDIUM: 0rtt: Only consider the SSL handshake. by Olivier Houchard · 4 years, 5 months ago
  55. 2f53390 MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · 4 years, 6 months ago
  56. 53a87e1 CLEANUP: http-ana: Remove useless test on txn when the error message is retrieved by Christopher Faulet · 4 years, 6 months ago
  57. 554c0eb MEDIUM: http-rules: Support an optional error message in http deny rules by Christopher Faulet · 4 years, 6 months ago
  58. 473e880 MINOR: http-ana: Add an error message in the txn and send it when defined by Christopher Faulet · 4 years, 6 months ago
  59. 040c8cd MINOR: http-rules: Support an optional status on deny rules for http reponses by Christopher Faulet · 4 years, 6 months ago
  60. b58f62b MINOR: http-rules: Update txn flags and status when a deny rule is executed by Christopher Faulet · 4 years, 6 months ago
  61. 5885775 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages by Christopher Faulet · 4 years, 6 months ago
  62. ac98d81 MINOR: http-rule/tcp-rules: Make track-sc* custom actions by Christopher Faulet · 4 years, 7 months ago
  63. 91b3ec1 MEDIUM: http-rules: Make early-hint custom actions by Christopher Faulet · 4 years, 6 months ago
  64. 5275aa7 MINOR: http-rules: Group all processing of early-hint rule in its case clause by Christopher Faulet · 4 years, 6 months ago
  65. 046cf44 MINOR: http-rules: Make set/del-map and add/del-acl custom actions by Christopher Faulet · 4 years, 7 months ago
  66. d1f27e3 MINOR: http-rules: Make set-header and add-header custom actions by Christopher Faulet · 4 years, 7 months ago
  67. 92d34fe MINOR: http-rules: Make replace-header and replace-value custom actions by Christopher Faulet · 4 years, 7 months ago
  68. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · 4 years, 7 months ago
  69. cd26e8a MINOR: http-rules/tcp-rules: Call the defined action function first if defined by Christopher Faulet · 4 years, 7 months ago
  70. 96bff76 MINOR: actions: Regroup some info about HTTP rules in the same struct by Christopher Faulet · 4 years, 7 months ago
  71. 1aea50e MEDIUM: http-rules: Enable the strict rewriting mode by default by Christopher Faulet · 4 years, 6 months ago
  72. 46f9554 MINOR: http-rules: Add a rule to enable or disable the strict rewriting mode by Christopher Faulet · 4 years, 7 months ago
  73. e00d06c MINOR: http-rules: Handle all message rewrites the same way by Christopher Faulet · 4 years, 7 months ago
  74. a00071e MINOR: http-ana: Add a txn flag to support soft/strict message rewrites by Christopher Faulet · 4 years, 7 months ago
  75. cff0f73 MINOR: counters: Review conditions to increment counters from analysers by Christopher Faulet · 4 years, 7 months ago
  76. a08546b MINOR: counters: Remove failed_secu counter and use denied_resp instead by Christopher Faulet · 4 years, 7 months ago
  77. 74f67af MINOR: http-rules: Handle denied/aborted/invalid connections from HTTP rules by Christopher Faulet · 4 years, 7 months ago
  78. 3a26bee MINOR: http-rules: Handle internal errors during HTTP rules evaluation by Christopher Faulet · 4 years, 7 months ago
  79. b8a5371 MEDIUM: http-ana: Properly handle internal processing errors by Christopher Faulet · 4 years, 7 months ago
  80. 28160e7 MINOR: http-rules: Return an error when custom actions return ACT_RET_ERR by Christopher Faulet · 4 years, 7 months ago
  81. 1a3e027 BUG/MINOR: http-ana/filters: Wait end of the http_end callback for all filters by Christopher Faulet · 4 years, 8 months ago
  82. 96b3639 BUG/MEDIUM: http-ana: Truncate the response when a redirect rule is applied by Kevin Zhu · 4 years, 6 months ago
  83. 145719a BUG/MINOR: http-ana: Properly catch aborts during the payload forwarding by Christopher Faulet · 4 years, 8 months ago
  84. fee726f MINOR: http-ana: Remove the unused function http_reset_txn() by Christopher Faulet · 4 years, 8 months ago
  85. 5939925 BUG/MEDIUM: stream: Be sure to release allocated captures for TCP streams by Christopher Faulet · 4 years, 8 months ago
  86. eea8fc7 MEDIUM: stream/trace: Register a new trace source with its events by Christopher Faulet · 4 years, 8 months ago
  87. 1eb3b48 BUG/MINOR: stats: properly check the path and not the whole URI by Willy Tarreau · 4 years, 8 months ago
  88. 0651181 MINOR: htx: Add a flag on HTX to known when a response was generated by HAProxy by Christopher Faulet · 4 years, 9 months ago
  89. 676c29e MINOR: stats: always merge the uri_auth flags into the appctx flags by Willy Tarreau · 4 years, 9 months ago
  90. d72665b CLEANUP: http-ana: Remove the unused function http_send_name_header() by Christopher Faulet · 4 years, 9 months ago
  91. e3d2a87 MINOR: http-ana: Remove err_state field from http_msg by Christopher Faulet · 4 years, 10 months ago
  92. b9a92f3 MINOR: http-ana: Handle HTX errors first during message analysis by Christopher Faulet · 4 years, 10 months ago
  93. 6338a08 MINOR: stats: Add JSON export from the stats page by Christopher Faulet · 4 years, 10 months ago
  94. 3499f62 BUG/MINOR: http-ana: Reset response flags when 1xx messages are handled by Christopher Faulet · 4 years, 10 months ago
  95. bd9e842 BUG/MINOR: stats: Wait the body before processing POST requests by Christopher Faulet · 4 years, 11 months ago
  96. f0f4238 BUG/CRITICAL: http_ana: Fix parsing of malformed cookies which start by a delimiter by Olivier Houchard · 5 years ago
  97. 9f5839c BUG/MINOR: http_ana: Be sure to have an allocated buffer to generate an error by Christopher Faulet · 5 years ago
  98. 1c8d32b MAJOR: stream: store the target address into s->target_addr by Willy Tarreau · 5 years ago
  99. ca79f59 MEDIUM: connection: make sure all address producers allocate their address by Willy Tarreau · 5 years ago
  100. a48f4b3 MINOR: htx: switch from conn->addr.{from,to} to conn->{src,dst} by Willy Tarreau · 5 years ago