1. 127a74d MINOR: stream: Add stream_generate_unique_id function by Tim Duesterhus · 4 years, 4 months ago
  2. 8b50758 CLEANUP: cache: use read_u32/write_u32 to access the cache entry's hash by Willy Tarreau · 4 years, 4 months ago
  3. 9d9d645 BUG/MAJOR: http-ana: Always abort the request when a tarpit is triggered by Christopher Faulet · 4 years, 5 months ago
  4. 6072beb MINOR: http-ana: Match on the path if the monitor-uri starts by a / by Christopher Faulet · 4 years, 5 months ago
  5. d27689e BUG/MINOR: http-ana: Matching on monitor-uri should be case-sensitive by Christopher Faulet · 4 years, 5 months ago
  6. a20a653 BUG/MINOR: http-ana: Increment failed_resp counters on invalid response by Christopher Faulet · 4 years, 5 months ago
  7. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 6 months ago
  8. a72a7e4 MINOR: http-ana/http-rules: Use dedicated function to forward internal responses by Christopher Faulet · 4 years, 5 months ago
  9. ef70e25 MINOR: http-ana: Add a function for forward internal responses by Christopher Faulet · 4 years, 5 months ago
  10. 72c7d8d MINOR: http-ana: Rely on http_reply_and_close() to handle server error by Christopher Faulet · 4 years, 5 months ago
  11. 60b33a5 MINOR: http-rules: Handle the rule direction when a redirect is evaluated by Christopher Faulet · 4 years, 5 months ago
  12. 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
  13. 7a138dc BUG/MINOR: http-ana: Reset HTX first index when HAPRoxy sends a response by Christopher Faulet · 4 years, 5 months ago
  14. 637259e BUG/MINOR: http-ana: Don't overwrite outgoing data when an error is reported by Christopher Faulet · 4 years, 6 months ago
  15. be20cf3 BUG/MINOR: http-ana: Increment the backend counters on the backend by Christopher Faulet · 4 years, 5 months ago
  16. 220a26c BUG/MEDIUM: 0rtt: Only consider the SSL handshake. by Olivier Houchard · 4 years, 6 months ago
  17. 2f53390 MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · 4 years, 6 months ago
  18. 53a87e1 CLEANUP: http-ana: Remove useless test on txn when the error message is retrieved by Christopher Faulet · 4 years, 6 months ago
  19. 554c0eb MEDIUM: http-rules: Support an optional error message in http deny rules by Christopher Faulet · 4 years, 6 months ago
  20. 473e880 MINOR: http-ana: Add an error message in the txn and send it when defined by Christopher Faulet · 4 years, 6 months ago
  21. 040c8cd MINOR: http-rules: Support an optional status on deny rules for http reponses by Christopher Faulet · 4 years, 6 months ago
  22. b58f62b MINOR: http-rules: Update txn flags and status when a deny rule is executed by Christopher Faulet · 4 years, 6 months ago
  23. 5885775 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages by Christopher Faulet · 4 years, 6 months ago
  24. ac98d81 MINOR: http-rule/tcp-rules: Make track-sc* custom actions by Christopher Faulet · 4 years, 7 months ago
  25. 91b3ec1 MEDIUM: http-rules: Make early-hint custom actions by Christopher Faulet · 4 years, 6 months ago
  26. 5275aa7 MINOR: http-rules: Group all processing of early-hint rule in its case clause by Christopher Faulet · 4 years, 6 months ago
  27. 046cf44 MINOR: http-rules: Make set/del-map and add/del-acl custom actions by Christopher Faulet · 4 years, 7 months ago
  28. d1f27e3 MINOR: http-rules: Make set-header and add-header custom actions by Christopher Faulet · 4 years, 7 months ago
  29. 92d34fe MINOR: http-rules: Make replace-header and replace-value custom actions by Christopher Faulet · 4 years, 7 months ago
  30. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · 4 years, 7 months ago
  31. cd26e8a MINOR: http-rules/tcp-rules: Call the defined action function first if defined by Christopher Faulet · 4 years, 7 months ago
  32. 96bff76 MINOR: actions: Regroup some info about HTTP rules in the same struct by Christopher Faulet · 4 years, 7 months ago
  33. 1aea50e MEDIUM: http-rules: Enable the strict rewriting mode by default by Christopher Faulet · 4 years, 6 months ago
  34. 46f9554 MINOR: http-rules: Add a rule to enable or disable the strict rewriting mode by Christopher Faulet · 4 years, 7 months ago
  35. e00d06c MINOR: http-rules: Handle all message rewrites the same way by Christopher Faulet · 4 years, 7 months ago
  36. a00071e MINOR: http-ana: Add a txn flag to support soft/strict message rewrites by Christopher Faulet · 4 years, 7 months ago
  37. cff0f73 MINOR: counters: Review conditions to increment counters from analysers by Christopher Faulet · 4 years, 7 months ago
  38. a08546b MINOR: counters: Remove failed_secu counter and use denied_resp instead by Christopher Faulet · 4 years, 7 months ago
  39. 74f67af MINOR: http-rules: Handle denied/aborted/invalid connections from HTTP rules by Christopher Faulet · 4 years, 7 months ago
  40. 3a26bee MINOR: http-rules: Handle internal errors during HTTP rules evaluation by Christopher Faulet · 4 years, 7 months ago
  41. b8a5371 MEDIUM: http-ana: Properly handle internal processing errors by Christopher Faulet · 4 years, 7 months ago
  42. 28160e7 MINOR: http-rules: Return an error when custom actions return ACT_RET_ERR by Christopher Faulet · 4 years, 7 months ago
  43. 1a3e027 BUG/MINOR: http-ana/filters: Wait end of the http_end callback for all filters by Christopher Faulet · 4 years, 8 months ago
  44. 96b3639 BUG/MEDIUM: http-ana: Truncate the response when a redirect rule is applied by Kevin Zhu · 4 years, 6 months ago
  45. 145719a BUG/MINOR: http-ana: Properly catch aborts during the payload forwarding by Christopher Faulet · 4 years, 8 months ago
  46. fee726f MINOR: http-ana: Remove the unused function http_reset_txn() by Christopher Faulet · 4 years, 8 months ago
  47. 5939925 BUG/MEDIUM: stream: Be sure to release allocated captures for TCP streams by Christopher Faulet · 4 years, 8 months ago
  48. eea8fc7 MEDIUM: stream/trace: Register a new trace source with its events by Christopher Faulet · 4 years, 8 months ago
  49. 1eb3b48 BUG/MINOR: stats: properly check the path and not the whole URI by Willy Tarreau · 4 years, 8 months ago
  50. 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
  51. 676c29e MINOR: stats: always merge the uri_auth flags into the appctx flags by Willy Tarreau · 4 years, 9 months ago
  52. d72665b CLEANUP: http-ana: Remove the unused function http_send_name_header() by Christopher Faulet · 4 years, 10 months ago
  53. e3d2a87 MINOR: http-ana: Remove err_state field from http_msg by Christopher Faulet · 4 years, 10 months ago
  54. b9a92f3 MINOR: http-ana: Handle HTX errors first during message analysis by Christopher Faulet · 4 years, 10 months ago
  55. 6338a08 MINOR: stats: Add JSON export from the stats page by Christopher Faulet · 4 years, 10 months ago
  56. 3499f62 BUG/MINOR: http-ana: Reset response flags when 1xx messages are handled by Christopher Faulet · 4 years, 10 months ago
  57. bd9e842 BUG/MINOR: stats: Wait the body before processing POST requests by Christopher Faulet · 5 years ago
  58. f0f4238 BUG/CRITICAL: http_ana: Fix parsing of malformed cookies which start by a delimiter by Olivier Houchard · 5 years ago
  59. 9f5839c BUG/MINOR: http_ana: Be sure to have an allocated buffer to generate an error by Christopher Faulet · 5 years ago
  60. 1c8d32b MAJOR: stream: store the target address into s->target_addr by Willy Tarreau · 5 years ago
  61. ca79f59 MEDIUM: connection: make sure all address producers allocate their address by Willy Tarreau · 5 years ago
  62. a48f4b3 MINOR: htx: switch from conn->addr.{from,to} to conn->{src,dst} by Willy Tarreau · 5 years ago
  63. 83b5890 MINOR: http/htx: use conn_get_dst() to retrieve the destination address by Willy Tarreau · 5 years ago
  64. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · 5 years ago
  65. 1b6adb4 MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp and req_add/rsp_add lists by Christopher Faulet · 5 years ago
  66. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago[Renamed (93%) from src/proto_htx.c]
  67. a8a46e2 CLEANUP: proto_http: Move remaining code from proto_http.c to proto_htx.c by Christopher Faulet · 5 years ago
  68. c41547b MINOR: proto_http: Remove unused http txn flags by Christopher Faulet · 5 years ago
  69. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  70. c63231d MINOR: proto_htx: Don't stop forwarding when there is a post-connect processing by Christopher Faulet · 5 years ago
  71. 304cc40 MINOR: proto_htx: Add the function htx_return_srv_error() by Christopher Faulet · 5 years ago
  72. 00618aa MINOR: proto_htx: Rely on the HTX function to apply a redirect rules by Christopher Faulet · 5 years ago
  73. 75b4cd9 MINOR: proto_htx: Directly call htx_check_response_for_cacheability() by Christopher Faulet · 5 years ago
  74. 69564b1 BUG/MEDIUM: http/htx: unbreak option http_proxy by Willy Tarreau · 5 years ago
  75. 4bd5867 BUG/MEDIUM: streams: Don't redispatch with L7 retries if redispatch isn't set. by Olivier Houchard · 5 years ago
  76. 29cac3c BUG/MEDIUM: streams: Don't give up if we couldn't send the request. by Olivier Houchard · 5 years ago
  77. 8f1aa77 BUG/MEDIUM: http/applet: Finish request processing when a service is registered by Christopher Faulet · 5 years ago
  78. 1d5ec09 BUG/MEDIUM: proto_htx: Don't add EOM on 1xx informational messages by Christopher Faulet · 5 years ago
  79. 3e2638e BUG/MEDIUM: htx: Fully update HTX message when the block value is changed by Christopher Faulet · 5 years ago
  80. d20fdb0 BUG/MEDIUM: proto_htx: Introduce the state ENDING during forwarding by Christopher Faulet · 5 years ago
  81. 421e769 BUG/MEDIUM: htx: Don't change position of the first block during HTX analysis by Christopher Faulet · 5 years ago
  82. b5ba2b0 MINOR: http: turn default error files to HTTP/1.1 by Willy Tarreau · 5 years ago
  83. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
  84. 250031e MEDIUM: sessions: Introduce session flags. by Olivier Houchard · 5 years ago
  85. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · 5 years ago
  86. ee847d4 MEDIUM: filters/htx: Filter body relatively to the first block by Christopher Faulet · 5 years ago
  87. 16af60e MINOR: proto-htx: Use channel_htx_fwd_all() when unfiltered body are forwarded by Christopher Faulet · 5 years ago
  88. 29f1758 MEDIUM: htx: Store the first block position instead of the start-line one by Christopher Faulet · 5 years ago
  89. ee1bd4b MINOR: proto-htx: Use channel_htx_fwd_headers() to forward 1xx responses by Christopher Faulet · 5 years ago
  90. b75b5ea MEDIUM: htx: 1xx messages are now part of the final reponses by Christopher Faulet · 5 years ago
  91. a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · 5 years ago
  92. 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · 5 years ago
  93. f90c24d BUG/MEDIUM: proto-htx: Not forward too much data when 1xx reponses are handled by Christopher Faulet · 5 years ago
  94. 08e6646 BUG/MINOR: proto-htx: Try to keep connections alive on redirect by Christopher Faulet · 5 years ago
  95. 6db1699 BUG/MEDIUM: streams: Try to L7 retry before aborting the connection. by Olivier Houchard · 5 years ago
  96. ad26d8d BUG/MEDIUM: streams: Make sur SI_FL_L7_RETRY is set before attempting a retry. by Olivier Houchard · 5 years ago
  97. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 5 years ago
  98. 223995e BUG/MINOR: stream: also increment the retry stats counter on L7 retries by Willy Tarreau · 5 years ago
  99. e3249a9 MEDIUM: streams: Add a new keyword for retry-on, "junk-response" by Olivier Houchard · 5 years ago
  100. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · 5 years ago