1. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  8. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  16. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  17. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  18. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  19. 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
  20. b304883 MINOR: http-rules: Use an action function to eval http-request auth rules by Christopher Faulet · 4 years, 1 month ago
  21. 5cb513a MEDIUM: http-rules: Rely on http reply for http deny/tarpit rules by Christopher Faulet · 4 years, 2 months ago
  22. 0e2ad61 MINOR: http-ana: Use a dedicated function to send a response from an http reply by Christopher Faulet · 4 years, 2 months ago
  23. 7eea241 MINOR: http-htx: Use a dedicated function to check http reply validity by Christopher Faulet · 4 years, 2 months ago
  24. 47e791e MINOR: http-htx: Use a dedicated function to parse http reply arguments by Christopher Faulet · 4 years, 2 months ago
  25. 1863064 MINOR: http-htx: Use a dedicated function to release http_reply objects by Christopher Faulet · 4 years, 2 months ago
  26. 5ff0c64 MINOR: http-rules: Use http_reply structure for http return rules by Christopher Faulet · 4 years, 2 months ago
  27. ba946bf BUG/MINOR: http-rules: Mark http return rules as final by Christopher Faulet · 4 years, 2 months ago
  28. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  29. 30d49ab CLEANUP: http: Fixed small typo in parse_http_return by Dominik Froehlich · 4 years, 3 months ago
  30. d4a824e BUG/MINOR: http-rules: Fix a typo in the reject action function by Christopher Faulet · 4 years, 4 months ago
  31. c5bb5a0 BUG/MINOR: http-rules: Preserve FLT_END analyzers on reject action 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. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · 4 years, 4 months ago
  34. 3e1f7f4 BUG/MINOR: http-htx: Do case-insensive comparisons on Host header name by Christopher Faulet · 4 years, 4 months ago
  35. 4bbc949 BUG/MINOR: http: http-request replace-path duplicates the query string by Jerome Magnin · 4 years, 4 months ago
  36. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  37. e35d1d4 BUILD: http_act: cast file sizes when reporting file size error by Willy Tarreau · 4 years, 5 months ago
  38. 817c4e3 BUG/MINOR: http-act: Fix bugs on error path during parsing of return actions by Christopher Faulet · 4 years, 5 months ago
  39. 692a6c2 BUG/MINOR: http-act: Set stream error flag before returning an error by Christopher Faulet · 4 years, 5 months ago
  40. 4a2c142 MEDIUM: http-rules: Support extra headers for HTTP return actions by Christopher Faulet · 4 years, 5 months ago
  41. 24231ab MEDIUM: http-rules: Add the return action to HTTP rules by Christopher Faulet · 4 years, 5 months ago
  42. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 5 months ago
  43. a72a7e4 MINOR: http-ana/http-rules: Use dedicated function to forward internal responses by Christopher Faulet · 4 years, 5 months ago
  44. 7a138dc BUG/MINOR: http-ana: Reset HTX first index when HAPRoxy sends a response by Christopher Faulet · 4 years, 5 months ago
  45. 333bf8c MINOR: http-rules: Set SF_ERR_PRXCOND termination flag when a header rewrite fails by Christopher Faulet · 4 years, 5 months ago
  46. 91e31d8 BUG/MINOR: http-act: Use the good message to test strict rewritting mode by Christopher Faulet · 4 years, 5 months ago
  47. c20b371 BUG/MINOR: http-rules: Always init log-format expr for common HTTP actions by Christopher Faulet · 4 years, 5 months ago
  48. 19a69b3 BUG/MINOR: http_act: don't check capture id in backend by Baptiste Assmann · 4 years, 6 months ago
  49. 554c0eb MEDIUM: http-rules: Support an optional error message in http deny rules by Christopher Faulet · 4 years, 6 months ago
  50. e0fca29 MINOR: http-rules: Use same function to parse request and response deny actions by Christopher Faulet · 4 years, 6 months ago
  51. 040c8cd MINOR: http-rules: Support an optional status on deny rules for http reponses by Christopher Faulet · 4 years, 6 months ago
  52. 1337b32 BUG/MINOR: http-rules: Fix memory releases on error path during action parsing by Christopher Faulet · 4 years, 6 months ago
  53. 2eb5396 MINOR: http-rules: Add release functions for existing HTTP actions by Christopher Faulet · 4 years, 6 months ago
  54. ac98d81 MINOR: http-rule/tcp-rules: Make track-sc* custom actions by Christopher Faulet · 4 years, 7 months ago
  55. 91b3ec1 MEDIUM: http-rules: Make early-hint custom actions by Christopher Faulet · 4 years, 6 months ago
  56. 046cf44 MINOR: http-rules: Make set/del-map and add/del-acl custom actions by Christopher Faulet · 4 years, 7 months ago
  57. d1f27e3 MINOR: http-rules: Make set-header and add-header custom actions by Christopher Faulet · 4 years, 7 months ago
  58. 92d34fe MINOR: http-rules: Make replace-header and replace-value custom actions by Christopher Faulet · 4 years, 7 months ago
  59. 2c22a69 MINOR: http-rules: Use a specific action type for some custom HTTP actions by Christopher Faulet · 4 years, 7 months ago
  60. 245cf79 MINOR: actions: Add flags to configure the action behaviour by Christopher Faulet · 4 years, 7 months ago
  61. 96bff76 MINOR: actions: Regroup some info about HTTP rules in the same struct by Christopher Faulet · 4 years, 7 months ago
  62. 46f9554 MINOR: http-rules: Add a rule to enable or disable the strict rewriting mode by Christopher Faulet · 4 years, 7 months ago
  63. e00d06c MINOR: http-rules: Handle all message rewrites the same way by Christopher Faulet · 4 years, 7 months ago
  64. 1340376 MINOR: actions: Use ACT_RET_CONT code to ignore an error from a custom action by Christopher Faulet · 4 years, 7 months ago
  65. 81e2017 MEDIUM: http-rules: Register an action keyword for all http rules by Christopher Faulet · 4 years, 7 months ago
  66. 262c3f1 MINOR: http: add a new "replace-path" action by Willy Tarreau · 4 years, 7 months ago
  67. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  68. 12c28b6 MINOR: http_act: Remove code relying on the legacy HTTP mode by Christopher Faulet · 5 years ago
  69. 8f1aa77 BUG/MEDIUM: http/applet: Finish request processing when a service is registered by Christopher Faulet · 5 years ago
  70. 3381022 MINOR: http: add a new "http-request replace-uri" action by Willy Tarreau · 5 years ago
  71. 11c90fb BUG/MEDIUM: http: fix "http-request reject" when not final by Willy Tarreau · 5 years ago
  72. 602bf7d MEDIUM: streams: Add a new http action, disable-l7-retry. by Olivier Houchard · 5 years ago
  73. a798bf5 MEDIUM: http: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  74. c7f880e CLEANUP: http: Remove unreachable code in parse_http_req_capture by Tim Duesterhus · 5 years ago
  75. 0f9cd7b MINOR: stream-int: add a new flag to mention that we want the connection to be killed by Willy Tarreau · 5 years ago
  76. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  77. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  78. 79e5733 REORG: http: move the code to different files by Willy Tarreau · 6 years ago