1. 8c3c393 DOC: configuration: more details about the master-worker mode by William Lallemand · 5 months ago
  2. 9203357 BUG/MEDIUM: quic: fix possible exit from qc_check_dcid() without unlocking by Willy Tarreau · 5 months ago
  3. 806c5c5 BUG/MINOR: quic: fix race-condition on trace for CID retrieval by Amaury Denoyelle · 5 months ago
  4. 60938b7 BUG/MINOR: quic: fix race condition in qc_check_dcid() by Amaury Denoyelle · 5 months ago
  5. fd5caa2 BUG/MEDIUM: quic: fix race-condition in quic_get_cid_tid() by Amaury Denoyelle · 5 months ago
  6. 56ab17d BUG/MEDIUM: h3: ensure the ":scheme" pseudo header is totally valid by Amaury Denoyelle · 5 months ago
  7. 94d305e BUG/MEDIUM: h3: ensure the ":method" pseudo header is totally valid by Amaury Denoyelle · 5 months ago
  8. 426c9ed MINOR: activity: make the memory profiling hash size configurable at build time by Willy Tarreau · 5 months ago
  9. c298681 BUG/MINOR: hlua: report proper context upon error in hlua_cli_io_handler_fct() by Aurelien DARRAGON · 5 months ago
  10. 70ab3c9 BUG/MINOR: quic: fix BUG_ON() on Tx pkt alloc failure by Amaury Denoyelle · 5 months ago
  11. d638cc8 BUG/MINOR: mux-quic: fix crash on qcs SD alloc failure by Amaury Denoyelle · 5 months ago
  12. 583895a BUG/MINOR: h3: fix crash on STOP_SENDING receive after GOAWAY emission by Amaury Denoyelle · 5 months ago
  13. 2154791 DOC: api/event_hdl: small updates, fix an example and add some precisions by Aurelien DARRAGON · 5 months ago
  14. 2501177 SCRIPTS: git-show-backports: do not truncate git-show output by Amaury Denoyelle · 5 months ago
  15. 5d9ab40 DOC: configuration: fix alphabetical order of bind options by William Lallemand · 5 months ago
  16. 993a030 DOC: management: rename show stats domain cli "dns" to "resolvers" by Aurelien DARRAGON · 5 months ago
  17. a5a50c9 DOC/MINOR: management: add missed -dR and -dv options by Valentine Krasnobaeva · 5 months ago
  18. 44300fd BUG/MINOR: proxy: fix header_unique_id leak on deinit() by Aurelien DARRAGON · 6 months ago
  19. 010d78b BUG/MINOR: proxy: fix source interface and usesrc leaks on deinit() by Aurelien DARRAGON · 6 months ago
  20. 56b7025 BUG/MINOR: proxy: fix dyncookie_key leak on deinit() by Aurelien DARRAGON · 6 months ago
  21. f174b6f BUG/MINOR: proxy: fix check_{command,path} leak on deinit() by Aurelien DARRAGON · 6 months ago
  22. 2982d88 BUG/MINOR: proxy: fix log_tag leak on deinit() by Aurelien DARRAGON · 6 months ago
  23. 3169535 BUG/MINOR: proxy: fix server_id_hdr_name leak on deinit() by Aurelien DARRAGON · 6 months ago
  24. 8c94dfc BUG/MINOR: quic: fix computed length of emitted STREAM frames by Amaury Denoyelle · 6 months ago
  25. f28885f [RELEASE] Released version 2.8.10 by Amaury Denoyelle · 5 months ago
  26. b4cf4ba BUG/MEDIUM: quic: don't blindly rely on unaligned accesses by Willy Tarreau · 8 months ago
  27. 6f82322 BUG/MAJOR: connection: fix server used_conns with H2 + reuse safe by Amaury Denoyelle · 8 months ago
  28. ab6b074 BUG/MEDIUM: http_ana: ignore NTLM for reuse aggressive/always and no H1 by Amaury Denoyelle · 8 months ago
  29. 1d71bf5 BUG/MAJOR: server: do not delete srv referenced by session by Amaury Denoyelle · 9 months ago
  30. 926a561 MINOR: session: rename private conns elements by Amaury Denoyelle · 8 months ago
  31. b75338e BUG/MEDIUM: quic: fix connection freeze on post handshake by Amaury Denoyelle · 9 months ago
  32. 5cc599e BUG/MEDIUM: server: fix dynamic servers initial settings by Amaury Denoyelle · 9 months ago
  33. 5c7595a BUG/MEDIUM: ssl: wrong priority whem limiting ECDSA ciphers in ECDSA+RSA configuration by William Lallemand · 6 months ago
  34. 96e7b77 CLEANUP: hlua: simplify ambiguous lua_insert() usage in hlua_ctx_resume() by Aurelien DARRAGON · 6 months ago
  35. f176a2a BUG/MINOR: hlua: fix leak in hlua_ckch_set() error path by Aurelien DARRAGON · 6 months ago
  36. 5bb4175 BUG/MINOR: hlua: prevent LJMP in hlua_traceback() by Aurelien DARRAGON · 6 months ago
  37. 532136d BUG/MINOR: hlua: fix unsafe hlua_pusherror() usage by Aurelien DARRAGON · 6 months ago
  38. 03c406c BUG/MINOR: hlua: don't use lua_pushfstring() when we don't expect LJMP by Aurelien DARRAGON · 6 months ago
  39. 78e1d2d CLEANUP: hlua: use hlua_pusherror() where relevant by Aurelien DARRAGON · 6 months ago
  40. eaa32c6 BUG/MINOR: quic: prevent crash on qc_kill_conn() by Amaury Denoyelle · 6 months ago
  41. 6049735 BUG/MINOR: hlua: use CertCache.set() from various hlua contexts by Aurelien DARRAGON · 6 months ago
  42. 9cb2ca4 BUG/MINOR: tools: fix possible null-deref in env_expand() on out-of-memory by Willy Tarreau · 6 months ago
  43. b14c8e1 BUG/MINOR: tcpcheck: report correct error in tcp-check rule parser by Willy Tarreau · 6 months ago
  44. 360f2a7 BUG/MINOR: cfgparse: remove the correct option on httpcheck send-state warning by Willy Tarreau · 6 months ago
  45. d6c9af9 BUG/MINOR: activity: fix Delta_calls and Delta_bytes count by Valentine Krasnobaeva · 6 months ago
  46. 8bd45d9 BUG/MINOR: ssl/ocsp: init callback func ptr as NULL by Valentine Krasnobaeva · 6 months ago
  47. fa15af6 CLEANUP: ssl/ocsp: readable ifdef in ssl_sock_load_ocsp by Valentine Krasnobaeva · 6 months ago
  48. 25a7e16 BUILD: fd: errno is also needed without poll() by Willy Tarreau · 6 months ago
  49. 6780430 CI: scripts: fix build of vtest regarding option -C by Willy Tarreau · 6 months ago
  50. dfa3bf7 REGTESTS: acl_cli_spaces: avoid a warning caused by undefined logs by Willy Tarreau · 6 months ago
  51. 99521dc DOC: config: fix incorrect section reference about custom log format by Willy Tarreau · 6 months ago
  52. 96c4563 DOC: quic: specify that connection migration is not supported by Amaury Denoyelle · 6 months ago
  53. bff1fef BUG/MINOR: server: Don't reset resolver options on a new default-server line by Christopher Faulet · 6 months ago
  54. 98b157e BUG/MINOR: http-htx: Support default path during scheme based normalization by Christopher Faulet · 6 months ago
  55. 53b7b8e BUG/MINOR: quic: adjust restriction for stateless reset emission by Amaury Denoyelle · 6 months ago
  56. 1125d05 MEDIUM: config: prevent communication with privileged ports by Amaury Denoyelle · 6 months ago
  57. 7f9656c BUILD: quic: fix unused variable warning when threads are disabled by Willy Tarreau · 6 months ago
  58. 543dd97 BUG/MEDIUM: mux-quic: Create sedesc in same time of the QUIC stream by Christopher Faulet · 6 months ago
  59. 2a480cb BUG/MEDIUM: quic_tls: prevent LibreSSL < 4.0 from negotiating CHACHA20_POLY1305 by Willy Tarreau · 6 months ago
  60. 314a4c0 BUG/MAJOR: quic: Crash with TLS_AES_128_CCM_SHA256 (libressl only) by Frederic Lecaille · 6 months ago
  61. 5c6f20b BUG/MINOR: connection: parse PROXY TLV for LOCAL mode by Amaury Denoyelle · 6 months ago
  62. b5a3d58 DOC: configuration: update the crt-list documentation by William Lallemand · 6 months ago
  63. 8fa9ab1 CLEANUP: ssl/cli: remove unused code in dump_crtlist_conf by William Lallemand · 6 months ago
  64. ea0a9a6 BUG/MINOR: stats: Don't state the 303 redirect response is chunked by Christopher Faulet · 6 months ago
  65. 617ec5c BUG/MINOR: htpp-ana/stats: Specify that HTX redirect messages have a C-L header by Christopher Faulet · 1 year, 1 month ago
  66. 19fc8be BUG/MEDIUM: fd: prevent memory waste in fdtab array by Aurelien DARRAGON · 6 months ago
  67. 37a51f5 BUILD: stick-tables: better mark the stktable_data as 32-bit aligned by Willy Tarreau · 6 months ago
  68. 342db91 BUG/MEDIUM: h1: Reject CONNECT request if the target has a scheme by Christopher Faulet · 6 months ago
  69. 3fff9b4 BUG/MINOR: h1: Check authority for non-CONNECT methods only if a scheme is found by Christopher Faulet · 6 months ago
  70. d7cf43b BUG/MEDIUM: stick-tables: properly mark stktable_data as packed by Willy Tarreau · 6 months ago
  71. 7e1e152 BUG/MEDIUM: htx: mark htx_sl as packed since it may be realigned by Willy Tarreau · 6 months ago
  72. c3c4d1b BUG/MINOR: qpack: fix error code reported on QPACK decoding failure by Amaury Denoyelle · 6 months ago
  73. ec1070c BUG/MINOR: mux-quic: fix error code on shutdown for non HTTP/3 by Amaury Denoyelle · 6 months ago
  74. e628ce0 BUG/MINOR: log: smp_rgs array issues with inherited global log directives by Aurelien DARRAGON · 6 months ago
  75. 090f9ec BUG/MINOR: log: keep the ref in dup_logger() by Aurelien DARRAGON · 1 year ago
  76. 7767931 MINOR: log: add dup_logsrv() helper function by Aurelien DARRAGON · 1 year, 5 months ago
  77. 0ca21ea DOC: lua: fix filters.txt file location by Aurelien DARRAGON · 7 months ago
  78. c58e4a4 BUG/MINOR: haproxy: only tid 0 must not sleep if got signal by Valentine Krasnobaeva · 7 months ago
  79. f484e45 BUILD: clock: improve check for pthread_getcpuclockid() by Ilia Shipitsin · 7 months ago
  80. b676095 BUG/MINOR: mworker: reintroduce way to disable seamless reload with -x /dev/null by William Lallemand · 7 months ago
  81. 30a5895 BUG/MINOR: h1: fix detection of upper bytes in the URI by Willy Tarreau · 7 months ago
  82. 1c8372b BUG/MINOR: backend: use cum_sess counters instead of cum_conn by Amaury Denoyelle · 8 months ago
  83. cfbda69 BUG/MINOR: fd: my_closefrom() on Linux could skip contiguous series of sockets by Willy Tarreau · 7 months ago
  84. 46dabcc BUG/MINOR: sock: handle a weird condition with connect() by Willy Tarreau · 8 months ago
  85. 548b4ce BUG/MINOR: stconn: Fix sc_mux_strm() return value by Christopher Faulet · 7 months ago
  86. da7f270 BUG/MEDIUM: cache: Vary not working properly on anything other than accept-encoding by Remi Tricot-Le Breton · 7 months ago
  87. 2c2699e BUG/MINOR: server: fix slowstart behavior by Damien Claisse · 8 months ago
  88. aaa665f BUG/MEDIUM: peers: Fix exit condition when max-updates-at-once is reached by Christopher Faulet · 7 months ago
  89. 5bacdae BUG/MEDIUM: spoe: Always retry when an applet fails to send a frame by Christopher Faulet · 7 months ago
  90. ee0df6a BUG/MEDIUM: applet: Fix applet API to put input data in a buffer by Christopher Faulet · 7 months ago
  91. ffdceda BUG/MEDIUM: evports: do not clear returned events list on signal by Willy Tarreau · 7 months ago
  92. 439a41b BUG/MEDIUM: stconn: Don't forward channel data if input data must be filtered by Christopher Faulet · 7 months ago
  93. da4d978 BUG/MEDIUM: grpc: Fix several unaligned 32/64 bits accesses by Frederic Lecaille · 7 months ago
  94. 61ddfb2 MINOR: net_helper: Add support for floats/doubles. by Frederic Lecaille · 7 months ago
  95. 12417d2 CI: revert kernel addr randomization introduced in 3a0fc864 by Ilya Shipitsin · 8 months ago
  96. 9c407e4 BUG/MEDIUM: peers/trace: fix crash when listing event types by Willy Tarreau · 8 months ago
  97. 8ca1259 BUG/MINOR: debug: make sure DEBUG_STRICT=0 does work as documented by Willy Tarreau · 8 months ago
  98. e523389 BUG/MINOR: http-ana: Fix TX_L7_RETRY and TX_D_L7_RETRY values by Christopher Faulet · 8 months ago
  99. ca02388 BUG/MEDIUM: http-ana: Deliver 502 on keep-alive for fressh server connection by Christopher Faulet · 8 months ago
  100. 9c5dd21 CLEANUP: log: lf_text_len() returns a pointer not an integer by Aurelien DARRAGON · 8 months ago