1. 7366c84 BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI by Emeric Brun · 10 months ago
  2. e3df8b2 BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up by Christopher Faulet · 11 months ago
  3. ac68b99 BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable by Christopher Faulet · 11 months ago
  4. dd8abeb DOC: config: Update documentation about local haproxy response by Christopher Faulet · 11 months ago
  5. b7c6261 BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty by Christopher Faulet · 11 months ago
  6. 858ed9a DOC: configuration: typo req.ssl_hello_type by William Lallemand · 11 months ago
  7. 51a6e93 BUG/MEDIUM: connection: report connection errors even when no mux is installed by Willy Tarreau · 1 year ago
  8. 89673e2 BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them by Willy Tarreau · 12 months ago
  9. 6cfe787 [RELEASE] Released version 2.4.25 by Christopher Faulet · 11 months ago
  10. def2f95 BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly by William Lallemand · 12 months ago
  11. e6a2a0b BUG/MEDIUM: pattern: don't trim pools under lock in pat_ref_purge_range() by Willy Tarreau · 1 year ago
  12. 5c59536 BUG/MINOR: cache: Remove incomplete entries from the cache when stream is closed by Remi Tricot-Le Breton · 12 months ago
  13. 1d8c2e6 DOC: Clarify the differences between field() and word() by Tim Duesterhus · 12 months ago
  14. 3ebaeca BUG/MINOR: sample: Make the `word` converter compatible with `-m found` by Tim Duesterhus · 12 months ago
  15. 28c4b30 REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter by Tim Duesterhus · 12 months ago
  16. 59f36bc DOC: config: add matrix entry for "max-session-srv-conns" by Aurelien DARRAGON · 12 months ago
  17. 85f953c DOC: config: specify supported sections for "max-session-srv-conns" by Aurelien DARRAGON · 12 months ago
  18. 1893b3f BUG/MINOR: config: Stopped parsing upon unmatched environment variables by Frédéric Lécaille · 12 months ago
  19. 8b2a005 DOC: lua: fix Proxy.get_mode() output by Aurelien DARRAGON · 12 months ago
  20. 0c95162 DOC: lua: add sticktable class reference from Proxy.stktable by Aurelien DARRAGON · 12 months ago
  21. da81bc3 REGTESTS: connection: disable http_reuse_be_transparent.vtc if !TPROXY by Aurelien DARRAGON · 12 months ago
  22. 88bd695 DOC: 51d: updated 51Degrees repo URL for v3.2.10 by Eugene Dorfman · 12 months ago
  23. 091598a BUG/MINOR: server: do not leak default-server in defaults sections by Willy Tarreau · 12 months ago
  24. 64d70a6 REGTESTS: http: add a test to validate chunked responses delivery by Willy Tarreau · 12 months ago
  25. b34f6c4 BUG/MINOR: proxy/stktable: missing frees on proxy cleanup by Aurelien DARRAGON · 1 year ago
  26. 5704905 MINOR: stktable: add stktable_deinit function by Aurelien DARRAGON · 1 year ago
  27. cc2513a BUG/MINOR: stream/cli: report correct stream age in "show sess" by Willy Tarreau · 12 months ago
  28. 0573984 BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover() by Willy Tarreau · 12 months ago
  29. 261b916 BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover() by Willy Tarreau · 12 months ago
  30. 237e9fe BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover() by Willy Tarreau · 12 months ago
  31. 6087f5b BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer by Christopher Faulet · 12 months ago
  32. 32cb2b8 BUG/MINOR: stconn: Fix streamer detection for HTX streams by Christopher Faulet · 12 months ago
  33. 24805c3 MINOR: channel: Add functions to get info on buffers and deal with HTX streams by Christopher Faulet · 12 months ago
  34. 3d1a93b MINOR: htx: Use a macro for overhead induced by HTX by Christopher Faulet · 12 months ago
  35. c4d03a1 BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented by Christopher Faulet · 1 year ago
  36. 5b3449e REGTESTS: http: Improve script testing abortonclose option by Christopher Faulet · 1 year ago
  37. 36b61af BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only by Christopher Faulet · 1 year ago
  38. babafc4 MEDIUM: mux-h1: Handle MUX_SUBS_RECV flag in h1_ctl() and susbscribe for reads by Christopher Faulet · 1 year ago
  39. c9f6ff2 MINOR: connection: Add a CTL flag to notify mux it should wait for reads again by Christopher Faulet · 1 year ago
  40. 95ce344 BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up by Christopher Faulet · 1 year ago
  41. 42bd5cb DOC: config: use the word 'backend' instead of 'proxy' in 'track' description by Willy Tarreau · 1 year ago
  42. 47db134 DOC: management: -q is quiet all the time by William Lallemand · 1 year ago
  43. 84502f3 BUG/MINOR: mux-h1: Properly handle http-request and http-keep-alive timeouts by Christopher Faulet · 1 year ago
  44. e748975 BUG/MINOR: stick-table/cli: Check for invalid ipv4 key by Aurelien DARRAGON · 1 year, 3 months ago
  45. 8a28eb7 CLEANUP: htx: Properly indent htx_reserve_max_data() function by Christopher Faulet · 1 year ago
  46. c04eb0b BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure by Aurelien DARRAGON · 1 year ago
  47. 7228dfd BUG/MINOR: stktable: missing free in parse_stick_table() by Aurelien DARRAGON · 1 year ago
  48. 326e297 BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure by Christopher Faulet · 1 year, 1 month ago
  49. 05bf68b BUG/MEDIUM: ssl: segfault when cipher is NULL by William Lallemand · 1 year, 1 month ago
  50. 539bfaa BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA by William Lallemand · 1 year, 1 month ago
  51. 62bc720 BUG/MINOR: mux-h2: update tracked counters with req cnt/req err by Willy Tarreau · 1 year, 1 month ago
  52. 1959999 BUG/MINOR: mux-h2: commit the current stream ID even on reject by Willy Tarreau · 1 year, 1 month ago
  53. ba85328 BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task by Christopher Faulet · 1 year, 1 month ago
  54. 4cda1c0 BUG/MEDIUM: mux-h2: Don't report an error on shutr if a shutw is pending by Christopher Faulet · 1 year, 1 month ago
  55. 54f4c19 BUG/MINOR: mux-h2: make up other blocked streams upon removal from list by Willy Tarreau · 1 year, 1 month ago
  56. 6c25790 BUG/MEDIUM: actions: always apply a longest match on prefix lookup by Willy Tarreau · 1 year, 1 month ago
  57. 1ffc378 BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0 by William Lallemand · 1 year, 6 months ago
  58. c2f999a BUG/MINOR: debug: enter ha_panic() only once by Willy Tarreau · 2 years, 4 months ago
  59. 659a23b BUG/MEDIUM: listener/proxy: fix listeners notify for proxy resume (2nd try) by Aurelien DARRAGON · 12 months ago
  60. 99d2241 MINOR: pattern: fix pat_{parse,match}_ip() function comments by Aurelien DARRAGON · 1 year, 2 months ago upstream-2.4
  61. 031ccb1 BUG/MINOR: server: add missing free for server->rdr_pfx by Aurelien DARRAGON · 1 year, 2 months ago
  62. 5c420d2 BUG/MAJOR: mux-h2: Report a protocol error for any DATA frame before headers by Christopher Faulet · 1 year, 2 months ago
  63. 8a6e255 BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API by Willy Tarreau · 1 year, 2 months ago
  64. 889e49a BUG/MINOR: promex: fix backend_agg_check_status by Cedric Paillet · 1 year, 2 months ago
  65. de98247 BUG/MEDIUM: mux-fcgi: Don't swap trash and dbuf when handling STDERR records by Christopher Faulet · 1 year, 2 months ago
  66. beba1b8 MINOR: buf: Add b_force_xfer() function by Frédéric Lécaille · 3 years, 2 months ago
  67. 2dec950 BUG/MINOR: hlua/init: coroutine may not resume itself by Aurelien DARRAGON · 1 year, 2 months ago
  68. fff2796 BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() by Aurelien DARRAGON · 1 year, 2 months ago
  69. 16226c8 BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread by Aurelien DARRAGON · 1 year, 3 months ago
  70. 4a7a5d8 MINOR: hlua: add hlua_stream_ctx_prepare helper function by Aurelien DARRAGON · 1 year, 3 months ago
  71. bb39f49 CI: Update to actions/checkout@v4 by Tim Duesterhus · 1 year, 2 months ago
  72. 602c4af BUG/MINOR: hlua/action: incorrect message on E_YIELD error by Aurelien DARRAGON · 1 year, 3 months ago
  73. 2a3e1cd BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout by Christopher Faulet · 1 year, 2 months ago
  74. a789813 BUG/MEDIUM: stconn: Wake applets on sending path if there is a pending shutdown by Christopher Faulet · 1 year, 3 months ago
  75. 90f3cd2 BUG/MINOR: ssl_sock: fix possible memory leak on OOM by Willy Tarreau · 1 year, 3 months ago
  76. 6a083c7 DOC: lua: fix core.register_action typo by Aurelien DARRAGON · 1 year, 3 months ago
  77. 7ad01fb BUG/MINOR: hlua_fcn: potentially unsafe stktable_data_ptr usage by Aurelien DARRAGON · 1 year, 3 months ago
  78. b974343 BUILD: Makefile: add the USE_QUIC option to make help by William Lallemand · 1 year, 3 months ago
  79. ddf6660 SCRIPTS: git-show-backports: automatic ref and base detection with -m by Willy Tarreau · 1 year, 3 months ago
  80. a3d46bd BUG/MINOR: stktable: allow sc-set-gpt(0) from tcp-request connection by Aurelien DARRAGON · 1 year, 3 months ago
  81. 93f5d8d BUG/MINOR: hlua: fix invalid use of lua_pop on error paths by Aurelien DARRAGON · 1 year, 3 months ago
  82. 70ab149 BUG/MEDIUM: dns: Be sure to unlock DSS when existing dns_session_io_handler() by Christopher Faulet · 1 year, 2 months ago
  83. d175670 [RELEASE] Released version 2.4.24 by Willy Tarreau · 1 year, 3 months ago v2.4.24
  84. c48acd1 BUG/MINOR: http: skip leading zeroes in content-length values by Willy Tarreau · 1 year, 3 months ago
  85. 3706e17 DOC: clarify the handling of URL fragments in requests by Willy Tarreau · 1 year, 3 months ago
  86. 73b9b13 REGTESTS: http-rules: verify that we block '#' by default for normalize-uri by Willy Tarreau · 1 year, 3 months ago
  87. af232e4 BUG/MINOR: h2: reject more chars from the :path pseudo header by Willy Tarreau · 1 year, 3 months ago
  88. e5a741f BUG/MINOR: h1: do not accept '#' as part of the URI component by Willy Tarreau · 1 year, 3 months ago
  89. c749215 REGTESTS: http-rules: add accept-invalid-http-request for normalize-uri tests by Willy Tarreau · 1 year, 3 months ago
  90. f86e994 MINOR: h2: pass accept-invalid-http-request down the request parser by Willy Tarreau · 1 year, 3 months ago
  91. 0f57ac2 MINOR: http: add new function http_path_has_forbidden_char() by Willy Tarreau · 1 year, 3 months ago
  92. edcff74 MINOR: ist: add new function ist_find_range() to find a character range by Willy Tarreau · 1 year, 3 months ago
  93. ba9afd2 BUG/MAJOR: http: reject any empty content-length header value by Willy Tarreau · 1 year, 3 months ago
  94. 90f7847 BUG/MAJOR: http-ana: Get a fresh trash buffer for each header value replacement by Christopher Faulet · 1 year, 3 months ago
  95. 9256520 BUG/MINOR: chunk: fix chunk_appendf() to not write a zero if buffer is full by Dragan Dosen · 1 year, 4 months ago
  96. 90b8212 DOC: configuration: describe Td in Timing events by William Lallemand · 1 year, 4 months ago
  97. 793a4b5 BUG/MEDIUM: listener: Acquire proxy's lock in relax_listener() if necessary by Christopher Faulet · 1 year, 4 months ago
  98. 79ad907 BUG/MINOR: h1-htx: Return the right reason for 302 FCGI responses by Christopher Faulet · 1 year, 4 months ago
  99. bdd336c BUG/MINOR: hlua: add check for lua_newstate by firexinghe · 1 year, 4 months ago
  100. f3e59be CI: explicitely highlight VTest result section if there's something by Ilya Shipitsin · 1 year, 4 months ago