1. 0573984 BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover() by Willy Tarreau · 11 months ago
  2. 261b916 BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover() by Willy Tarreau · 11 months ago
  3. 237e9fe BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover() by Willy Tarreau · 11 months ago
  4. 6087f5b BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer by Christopher Faulet · 11 months ago
  5. 32cb2b8 BUG/MINOR: stconn: Fix streamer detection for HTX streams by Christopher Faulet · 11 months ago
  6. 24805c3 MINOR: channel: Add functions to get info on buffers and deal with HTX streams by Christopher Faulet · 11 months ago
  7. 3d1a93b MINOR: htx: Use a macro for overhead induced by HTX by Christopher Faulet · 11 months ago
  8. c4d03a1 BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented by Christopher Faulet · 11 months ago
  9. 5b3449e REGTESTS: http: Improve script testing abortonclose option by Christopher Faulet · 11 months ago
  10. 36b61af BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only by Christopher Faulet · 11 months ago
  11. babafc4 MEDIUM: mux-h1: Handle MUX_SUBS_RECV flag in h1_ctl() and susbscribe for reads by Christopher Faulet · 11 months ago
  12. c9f6ff2 MINOR: connection: Add a CTL flag to notify mux it should wait for reads again by Christopher Faulet · 11 months ago
  13. 95ce344 BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up by Christopher Faulet · 11 months ago
  14. 42bd5cb DOC: config: use the word 'backend' instead of 'proxy' in 'track' description by Willy Tarreau · 11 months ago
  15. 47db134 DOC: management: -q is quiet all the time by William Lallemand · 11 months ago
  16. 84502f3 BUG/MINOR: mux-h1: Properly handle http-request and http-keep-alive timeouts by Christopher Faulet · 11 months ago
  17. e748975 BUG/MINOR: stick-table/cli: Check for invalid ipv4 key by Aurelien DARRAGON · 1 year, 1 month ago
  18. 8a28eb7 CLEANUP: htx: Properly indent htx_reserve_max_data() function by Christopher Faulet · 11 months ago
  19. c04eb0b BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure by Aurelien DARRAGON · 11 months ago
  20. 7228dfd BUG/MINOR: stktable: missing free in parse_stick_table() by Aurelien DARRAGON · 11 months ago
  21. 326e297 BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure by Christopher Faulet · 11 months ago
  22. 05bf68b BUG/MEDIUM: ssl: segfault when cipher is NULL by William Lallemand · 11 months ago
  23. 539bfaa BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA by William Lallemand · 11 months ago
  24. 62bc720 BUG/MINOR: mux-h2: update tracked counters with req cnt/req err by Willy Tarreau · 11 months ago
  25. 1959999 BUG/MINOR: mux-h2: commit the current stream ID even on reject by Willy Tarreau · 11 months ago
  26. ba85328 BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task by Christopher Faulet · 12 months ago
  27. 4cda1c0 BUG/MEDIUM: mux-h2: Don't report an error on shutr if a shutw is pending by Christopher Faulet · 12 months ago
  28. 54f4c19 BUG/MINOR: mux-h2: make up other blocked streams upon removal from list by Willy Tarreau · 12 months ago
  29. 6c25790 BUG/MEDIUM: actions: always apply a longest match on prefix lookup by Willy Tarreau · 12 months ago
  30. 1ffc378 BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0 by William Lallemand · 1 year, 5 months ago
  31. c2f999a BUG/MINOR: debug: enter ha_panic() only once by Willy Tarreau · 2 years, 3 months ago
  32. 659a23b BUG/MEDIUM: listener/proxy: fix listeners notify for proxy resume (2nd try) by Aurelien DARRAGON · 11 months ago
  33. 99d2241 MINOR: pattern: fix pat_{parse,match}_ip() function comments by Aurelien DARRAGON · 1 year, 1 month ago upstream-2.4
  34. 031ccb1 BUG/MINOR: server: add missing free for server->rdr_pfx by Aurelien DARRAGON · 1 year ago
  35. 5c420d2 BUG/MAJOR: mux-h2: Report a protocol error for any DATA frame before headers by Christopher Faulet · 1 year, 1 month ago
  36. 8a6e255 BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API by Willy Tarreau · 1 year, 1 month ago
  37. 889e49a BUG/MINOR: promex: fix backend_agg_check_status by Cedric Paillet · 1 year, 1 month ago
  38. de98247 BUG/MEDIUM: mux-fcgi: Don't swap trash and dbuf when handling STDERR records by Christopher Faulet · 1 year, 1 month ago
  39. beba1b8 MINOR: buf: Add b_force_xfer() function by Frédéric Lécaille · 3 years, 1 month ago
  40. 2dec950 BUG/MINOR: hlua/init: coroutine may not resume itself by Aurelien DARRAGON · 1 year, 1 month ago
  41. fff2796 BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() by Aurelien DARRAGON · 1 year, 1 month ago
  42. 16226c8 BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread by Aurelien DARRAGON · 1 year, 2 months ago
  43. 4a7a5d8 MINOR: hlua: add hlua_stream_ctx_prepare helper function by Aurelien DARRAGON · 1 year, 2 months ago
  44. bb39f49 CI: Update to actions/checkout@v4 by Tim Duesterhus · 1 year, 1 month ago
  45. 602c4af BUG/MINOR: hlua/action: incorrect message on E_YIELD error by Aurelien DARRAGON · 1 year, 1 month ago
  46. 2a3e1cd BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout by Christopher Faulet · 1 year, 1 month ago
  47. a789813 BUG/MEDIUM: stconn: Wake applets on sending path if there is a pending shutdown by Christopher Faulet · 1 year, 1 month ago
  48. 90f3cd2 BUG/MINOR: ssl_sock: fix possible memory leak on OOM by Willy Tarreau · 1 year, 1 month ago
  49. 6a083c7 DOC: lua: fix core.register_action typo by Aurelien DARRAGON · 1 year, 1 month ago
  50. 7ad01fb BUG/MINOR: hlua_fcn: potentially unsafe stktable_data_ptr usage by Aurelien DARRAGON · 1 year, 1 month ago
  51. b974343 BUILD: Makefile: add the USE_QUIC option to make help by William Lallemand · 1 year, 1 month ago
  52. ddf6660 SCRIPTS: git-show-backports: automatic ref and base detection with -m by Willy Tarreau · 1 year, 2 months ago
  53. a3d46bd BUG/MINOR: stktable: allow sc-set-gpt(0) from tcp-request connection by Aurelien DARRAGON · 1 year, 2 months ago
  54. 93f5d8d BUG/MINOR: hlua: fix invalid use of lua_pop on error paths by Aurelien DARRAGON · 1 year, 2 months ago
  55. 70ab149 BUG/MEDIUM: dns: Be sure to unlock DSS when existing dns_session_io_handler() by Christopher Faulet · 1 year, 1 month ago
  56. d175670 [RELEASE] Released version 2.4.24 by Willy Tarreau · 1 year, 1 month ago v2.4.24
  57. c48acd1 BUG/MINOR: http: skip leading zeroes in content-length values by Willy Tarreau · 1 year, 2 months ago
  58. 3706e17 DOC: clarify the handling of URL fragments in requests by Willy Tarreau · 1 year, 2 months ago
  59. 73b9b13 REGTESTS: http-rules: verify that we block '#' by default for normalize-uri by Willy Tarreau · 1 year, 2 months ago
  60. af232e4 BUG/MINOR: h2: reject more chars from the :path pseudo header by Willy Tarreau · 1 year, 2 months ago
  61. e5a741f BUG/MINOR: h1: do not accept '#' as part of the URI component by Willy Tarreau · 1 year, 2 months ago
  62. c749215 REGTESTS: http-rules: add accept-invalid-http-request for normalize-uri tests by Willy Tarreau · 1 year, 2 months ago
  63. f86e994 MINOR: h2: pass accept-invalid-http-request down the request parser by Willy Tarreau · 1 year, 2 months ago
  64. 0f57ac2 MINOR: http: add new function http_path_has_forbidden_char() by Willy Tarreau · 1 year, 2 months ago
  65. edcff74 MINOR: ist: add new function ist_find_range() to find a character range by Willy Tarreau · 1 year, 2 months ago
  66. ba9afd2 BUG/MAJOR: http: reject any empty content-length header value by Willy Tarreau · 1 year, 2 months ago
  67. 90f7847 BUG/MAJOR: http-ana: Get a fresh trash buffer for each header value replacement by Christopher Faulet · 1 year, 2 months ago
  68. 9256520 BUG/MINOR: chunk: fix chunk_appendf() to not write a zero if buffer is full by Dragan Dosen · 1 year, 2 months ago
  69. 90b8212 DOC: configuration: describe Td in Timing events by William Lallemand · 1 year, 2 months ago
  70. 793a4b5 BUG/MEDIUM: listener: Acquire proxy's lock in relax_listener() if necessary by Christopher Faulet · 1 year, 2 months ago
  71. 79ad907 BUG/MINOR: h1-htx: Return the right reason for 302 FCGI responses by Christopher Faulet · 1 year, 2 months ago
  72. bdd336c BUG/MINOR: hlua: add check for lua_newstate by firexinghe · 1 year, 3 months ago
  73. f3e59be CI: explicitely highlight VTest result section if there's something by Ilya Shipitsin · 1 year, 3 months ago
  74. 3636708 BUG/MINOR: http: Return the right reason for 302 by Christopher Faulet · 1 year, 2 months ago
  75. fbd88d4 BUG/MINOR: sample: Fix wrong overflow detection in add/sub conveters by Christopher Faulet · 1 year, 2 months ago
  76. f5d3b31 BUG/MINOR: hlua: hlua_yieldk ctx argument should support pointers by Aurelien DARRAGON · 1 year, 3 months ago
  77. 6ba28a8 BUG/MINOR: config: Remove final '\n' in error messages by Thierry Fournier · 1 year, 4 months ago
  78. 0e786f7 BUG/MINOR: sink/log: properly deinit srv in sink_new_from_logsrv() by Aurelien DARRAGON · 1 year, 3 months ago
  79. 3983522 BUG/MINOR: sink: fix errors handling in cfg_post_parse_ring() by Aurelien DARRAGON · 1 year, 3 months ago
  80. cd2bfa4 BUG/MINOR: sink: invalid sft free in sink_deinit() by Aurelien DARRAGON · 1 year, 3 months ago
  81. 91e2875 BUG/MINOR: log: free errmsg on error in cfg_parse_log_forward() by Aurelien DARRAGON · 1 year, 3 months ago
  82. 1a39bd2 BUG/MINOR: log: fix multiple error paths in cfg_parse_log_forward() by Aurelien DARRAGON · 1 year, 3 months ago
  83. ab89d8b BUG/MINOR: log: fix missing name error message in cfg_parse_log_forward() by Aurelien DARRAGON · 1 year, 3 months ago
  84. 55446a4 BUG/MEDIUM: log: improper use of logsrv->maxlen for buffer targets by Aurelien DARRAGON · 1 year, 3 months ago
  85. c242313 MINOR: sink/api: pass explicit maxlen parameter to sink_write() by Aurelien DARRAGON · 1 year, 3 months ago
  86. a92de3f BUG/MINOR: log: LF upsets maxlen for UDP targets by Aurelien DARRAGON · 1 year, 3 months ago
  87. 6726e57 BUG/MINOR: ring: maxlen warning reported as alert by Aurelien DARRAGON · 1 year, 3 months ago
  88. b3304be BUG/MINOR: ring: size warning incorrectly reported as fatal error by Aurelien DARRAGON · 1 year, 3 months ago
  89. cd4211c BUG/MINOR: sink: missing sft free in sink_deinit() by Aurelien DARRAGON · 1 year, 3 months ago
  90. ca28e78 BUG/MEDIUM: sink: invalid server list in sink_new_from_logsrv() by Aurelien DARRAGON · 1 year, 3 months ago
  91. dd270e0 BUG/MINOR: cache: A 'max-age=0' cache-control directive can be overriden by a s-maxage by Remi Tricot-Le Breton · 1 year, 3 months ago
  92. 2734092 BUG/MINOR: tcp_sample: bc_{dst,src} return IP not INT by Aurelien DARRAGON · 1 year, 4 months ago
  93. b367a67 BUILD: debug: avoid a build warning related to epoll_wait() in debug code by Willy Tarreau · 1 year, 3 months ago
  94. 1da7ab3 DOC: Add tune.h2.max-frame-size option to table of contents by Tim Duesterhus · 1 year, 4 months ago
  95. 9490f9d BUG/MEDIUM: mworker: increase maxsock with each new worker by William Lallemand · 1 year, 3 months ago
  96. b64ec59 BUG/MINOR: namespace: missing free in netns_sig_stop() by Aurelien DARRAGON · 1 year, 4 months ago
  97. 9478e5a BUG/MINOR: server: inherit from netns in srv_settings_cpy() by Aurelien DARRAGON · 1 year, 4 months ago
  98. 5483bde BUG/MEDIUM: hlua: prevent deadlocks with main lua lock by Aurelien DARRAGON · 1 year, 6 months ago
  99. e00bf5d MINOR: hlua: simplify lua locking by Aurelien DARRAGON · 1 year, 6 months ago
  100. 93591b4 BUG/MINOR: hlua: fix reference leak in hlua_post_init_state() by Aurelien DARRAGON · 1 year, 6 months ago