1. 3a36c9e BUG/MINOR: mux-h2: count rejected DATA frames against the connection's flow control by Willy Tarreau · Thu Feb 08 15:01:36 2024 +0100
  2. 2289232 MINOR: mux-h2: add a counter of "glitches" on a connection by Willy Tarreau · Wed Jan 17 16:57:23 2024 +0100
  3. 1a82cdf [RELEASE] Released version 2.8.7 by William Lallemand · Mon Feb 26 19:04:22 2024 +0100
  4. 60289bf BUG/MAJOR: ssl/ocsp: crash with ocsp when old process exit or using ocsp CLI by William Lallemand · Mon Feb 26 17:53:02 2024 +0100
  5. f6bd011 [RELEASE] Released version 2.8.6 by Willy Tarreau · Thu Feb 15 14:53:26 2024 +0100
  6. 1e3dacb DEV: makefile: fix POSIX compatibility for "range" target by Aurelien DARRAGON · Wed Aug 16 18:16:16 2023 +0200
  7. 2da213c DEV: makefile: add a new "range" target to iteratively build all commits by Willy Tarreau · Wed Aug 09 16:52:28 2023 +0200
  8. c5a7bf9 CI: Update to actions/cache@v4 by Tim Duesterhus · Thu Feb 08 19:55:23 2024 +0100
  9. ebe29f7 DOC: internal: update missing data types in peers-v2.0.txt by Willy Tarreau · Fri Jan 19 16:55:17 2024 +0100
  10. 9b8c8ce DOC: install: recommend pcre2 by Abhijeet Rastogi · Wed Feb 07 18:47:42 2024 -0800
  11. 5c11eb8 DOC: httpclient: add dedicated httpclient section by Lukas Tribus · Tue Jan 30 21:17:44 2024 +0000
  12. 77f3591 DOC: configuration: clarify http-request wait-for-body by Thayne McCombs · Sun Jan 28 22:07:32 2024 -0700
  13. 8330d9f BUILD: address a few remaining calloc(size, n) cases by Willy Tarreau · Sat Feb 10 11:35:07 2024 +0100
  14. d398135 BUG/MINOR: ext-check: cannot use without preserve-env by Aurelien DARRAGON · Thu Dec 07 09:58:27 2023 +0100
  15. 39dcd1f MINOR: ext-check: add an option to preserve environment variables by Willy Tarreau · Thu Nov 23 16:48:48 2023 +0100
  16. b9bed31 BUG/MINOR: diag: run the final diags before quitting when using -c by Willy Tarreau · Sat Feb 03 12:05:08 2024 +0100
  17. aa0c15a BUG/MINOR: diag: always show the version before dumping a diag warning by Willy Tarreau · Sat Feb 03 12:01:58 2024 +0100
  18. 3fe7132 MINOR: errors: ha_alert() and ha_warning() uses warn_exec_path() by William Lallemand · Thu Nov 09 11:24:26 2023 +0100
  19. dfeda3a MINOR: quic: Add a counter for reordered packets by Frederic Lecaille · Tue Feb 13 21:24:40 2024 +0100
  20. f1724f4 MINOR: quic: Dynamic packet reordering threshold by Frederic Lecaille · Tue Feb 13 19:38:46 2024 +0100
  21. 5f76484 MINOR: quic: Update K CUBIC calculation (RFC 9438) by Frederic Lecaille · Mon Feb 12 11:37:17 2024 +0100
  22. ccdffc6 BUG/MEDIUM: quic: Wrong K CUBIC calculation. by Frederic Lecaille · Mon Feb 12 11:07:54 2024 +0100
  23. c34e99a MINOR: quic: Stop using 1024th of a second. by Frederic Lecaille · Tue Feb 06 18:30:08 2024 +0100
  24. ea349c7 BUG/MINOR: quic: fix possible integer wrap around in cubic window calculation by Frederic Lecaille · Wed Jan 31 18:21:34 2024 +0100
  25. 569a025 CLEANUP: quic: Code clarifications for QUIC CUBIC (RFC 9438) by Frederic Lecaille · Tue Jan 30 11:40:41 2024 +0100
  26. 3ce4943 BUG/MINOR: quic: Wrong ack ranges handling when reaching the limit. by Frederic Lecaille · Mon Feb 05 14:07:51 2024 +0100
  27. dc674c2 BUG/MEDIUM: quic: fix crash on invalid qc_stream_buf_free() BUG_ON by Amaury Denoyelle · Mon Jan 29 09:18:08 2024 +0100
  28. f54c14a BUG/MEDIUM: qpack: allow 6xx..9xx status codes by Amaury Denoyelle · Mon Jan 29 13:45:48 2024 +0100
  29. ed96865 BUG/MEDIUM: h3: do not crash on invalid response status code by Amaury Denoyelle · Mon Jan 29 13:47:44 2024 +0100
  30. 44083ac MINOR: h3: add traces for stream sending function by Amaury Denoyelle · Mon Jan 29 15:15:27 2024 +0100
  31. bbb1820 BUG/MEDIUM: quic: remove unsent data from qc_stream_desc buf by Amaury Denoyelle · Fri Jan 26 14:41:04 2024 +0100
  32. 574dae2 MINOR: quic: extract qc_stream_buf free in a dedicated function by Amaury Denoyelle · Fri Jan 26 14:30:16 2024 +0100
  33. b410f20 MINOR: quic: Stop hardcoding a scale shifting value (CUBIC_BETA_SCALE_FACTOR_SHIFT) by Frederic Lecaille · Thu Jan 25 07:55:33 2024 +0100
  34. aa80ec3 CLEANUP: quic: Remove unused CUBIC_BETA_SCALE_FACTOR_SHIFT macro. by Frederic Lecaille · Thu Jan 25 07:47:46 2024 +0100
  35. 6758576 BUG/MEDIUM: mux-quic: report early error on stream by Amaury Denoyelle · Wed Dec 13 16:28:28 2023 +0100
  36. d70f133 BUG/MINOR: h3: fix checking on NULL Tx buffer by Amaury Denoyelle · Mon Jan 29 14:39:19 2024 +0100
  37. 5033a79 BUG/MEDIUM: ssl: Fix crash when calling "update ssl ocsp-response" when an update is ongoing by Remi Tricot-Le Breton · Fri Feb 09 16:13:43 2024 +0100
  38. 7fe93bd REGTESTS: ssl: Add OCSP related tests by Remi Tricot-Le Breton · Wed Feb 07 16:38:46 2024 +0100
  39. 871df0a REGTESTS: ssl: Fix empty line in cli command input by Remi Tricot-Le Breton · Wed Feb 07 16:38:47 2024 +0100
  40. ad488ae BUG/MINOR: ssl: Reenable ocsp auto-update after an "add ssl crt-list" by Remi Tricot-Le Breton · Wed Feb 07 16:38:45 2024 +0100
  41. fcf4747 BUG/MINOR: ssl: Destroy ckch instances before the store during deinit by Remi Tricot-Le Breton · Wed Feb 07 16:38:44 2024 +0100
  42. f5a90c4 BUG/MEDIUM: ocsp: Separate refcount per instance and per store by Remi Tricot-Le Breton · Wed Feb 07 16:38:43 2024 +0100
  43. a1b3d8e MINOR: ssl: Use OCSP_CERTID instead of ckch_store in ckch_store_build_certid by Remi Tricot-Le Breton · Wed Feb 07 16:38:41 2024 +0100
  44. 6ebec4b BUG/MINOR: ssl: Clear the ckch instance when deleting a crt-list line by Remi Tricot-Le Breton · Wed Feb 07 16:38:42 2024 +0100
  45. 2760f4a BUG/MINOR: ssl: Duplicate ocsp update mode when dup'ing ckch by Remi Tricot-Le Breton · Wed Feb 07 16:38:40 2024 +0100
  46. 5e7e42d BUG/MINOR: ssl: Fix error message after ssl_sock_load_ocsp call by Remi Tricot-Le Breton · Thu Feb 01 11:58:14 2024 +0100
  47. a0b31bd BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions by Olivier Houchard · Sat Jan 27 22:58:29 2024 +0100
  48. 08ebf19 BUG/MEDIUM: h1: always reject the NUL character in header values by Willy Tarreau · Wed Jan 31 15:10:39 2024 +0100
  49. 909ddf6 BUG/MINOR: h1-htx: properly initialize the err_pos field by Willy Tarreau · Wed Jan 31 15:04:11 2024 +0100
  50. a73e00a BUG/MEDIUM: h1: Don't support LF only to mark the end of a chunk size by Christopher Faulet · Fri Jan 26 16:30:53 2024 +0100
  51. 8df94eb BUG/MINOR: h1: Don't support LF only at the end of chunks by Christopher Faulet · Fri Jan 26 16:23:51 2024 +0100
  52. df8c149 BUG/MEDIUM: stconn: Don't check pending shutdown to wake an applet up by Christopher Faulet · Mon Feb 12 18:30:33 2024 +0100
  53. e764b30 BUG/MEDIUM: stconn: Allow expiration update when READ/WRITE event is pending by Christopher Faulet · Mon Feb 12 11:37:10 2024 +0100
  54. d5ebde5 BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush() by Willy Tarreau · Sat Feb 10 12:29:53 2024 +0100
  55. 1229363 BUG/MINOR: jwt: fix jwt_verify crash on 32-bit archs by Willy Tarreau · Wed Jan 24 10:31:05 2024 +0100
  56. 0239f32 BUG/MEDIUM: cli: fix once for all the problem of missing trailing LFs by Willy Tarreau · Thu Feb 08 18:15:23 2024 +0100
  57. d62ec87 BUG/MINOR: vars/cli: fix missing LF after "get var" output by Willy Tarreau · Thu Feb 08 18:13:32 2024 +0100
  58. 36e5427 BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI by Emeric Brun · Tue Jan 23 15:44:32 2024 +0100
  59. 1b75afd REGTESTS: add a test to ensure map-ordering is preserved by Aurelien DARRAGON · Mon Jan 08 10:25:18 2024 +0100
  60. 04256ce MINOR: mux-h2/traces: add a missing trace on connection WU with negative inc by Willy Tarreau · Wed Jan 17 16:56:18 2024 +0100
  61. fb25b6e BUG/MEDIUM: mux-h2: refine connection vs stream error on headers by Willy Tarreau · Thu Jan 18 17:01:45 2024 +0100
  62. df1cc5d MINOR: mux-h2/traces: clarify the "rejected H2 request" event by Willy Tarreau · Fri Oct 20 17:47:33 2023 +0200
  63. 4ba6f9e MINOR: mux-h2/traces: explicitly show the error/refused stream states by Willy Tarreau · Fri Oct 20 17:32:13 2023 +0200
  64. 577fc27 MINOR: mux-h2/traces: also suggest invalid header upon parsing error by Willy Tarreau · Tue Aug 08 15:27:02 2023 +0200
  65. 01ac093 MINOR: debug: make BUG_ON() catch build errors even without DEBUG_STRICT by Willy Tarreau · Mon Feb 05 15:06:05 2024 +0100
  66. 9acf05b MINOR: debug: make ABORT_NOW() store the caller's line number when using abort by Willy Tarreau · Fri Feb 02 17:09:09 2024 +0100
  67. 26a4a16 MINOR: debug: make sure calls to ha_crash_now() are never merged by Willy Tarreau · Fri Feb 02 17:05:36 2024 +0100
  68. 42b40b8 MINOR: compiler: add a new DO_NOT_FOLD() macro to prevent code folding by Willy Tarreau · Fri Feb 02 17:00:01 2024 +0100
  69. ec9c5c5 BUG/MEDIUM: quic: keylog callback not called (USE_OPENSSL_COMPAT) by Frederic Lecaille · Tue Jan 16 10:17:27 2024 +0100
  70. 54310dc BUG/MINOR: mux-h2: also count streams for refused ones by Willy Tarreau · Fri Jan 12 18:36:57 2024 +0100
  71. 61e9109 BUG/MINOR: mux-quic: do not prevent non-STREAM sending on flow control by Amaury Denoyelle · Tue Jan 09 11:42:08 2024 +0100
  72. c59160c DOC: configuration: corrected description of keyword tune.ssl.ocsp-update.mindelay by Miroslav Zagorac · Tue Jan 09 20:55:47 2024 +0100
  73. 4869ed5 MINOR: mux-h2: support limiting the total number of H2 streams per connection by Willy Tarreau · Fri Oct 13 18:11:59 2023 +0200
  74. 60ce468 BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up by Christopher Faulet · Fri Jan 05 17:06:48 2024 +0100
  75. c978327 BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable by Christopher Faulet · Fri Jan 05 16:48:40 2024 +0100
  76. 3d5b533 BUG/MEDIUM: h3: fix incorrect snd_buf return value by Amaury Denoyelle · Thu Jan 04 11:33:33 2024 +0100
  77. 6ef8a06 CLEANUP: quic: Remaining useless code into server part by Frédéric Lécaille · Thu Jan 04 11:16:06 2024 +0100
  78. 40ca072 BUG/MINOR: h3: close connection on sending alloc errors by Amaury Denoyelle · Fri Dec 22 09:00:13 2023 +0100
  79. ddc1ef1 BUG/MINOR: h3: properly handle alloc failure on finalize by Amaury Denoyelle · Fri Dec 15 17:32:06 2023 +0100
  80. a755439 BUG/MINOR: h3: close connection on header list too big by Amaury Denoyelle · Thu Dec 21 17:42:43 2023 +0100
  81. df0ea3f MINOR: h3: check connection error during sending by Amaury Denoyelle · Fri Dec 22 11:45:54 2023 +0100
  82. 5e28c3a BUG/MINOR: quic: Missing call to TLS message callbacks by Frédéric Lécaille · Thu Dec 21 16:11:35 2023 +0100
  83. 7e0e1a5 BUG/MINOR: quic: Wrong keylog callback setting. by Frédéric Lécaille · Thu Dec 21 14:14:22 2023 +0100
  84. 2f59038 BUG/MINOR: mux-quic: always report error to SC on RESET_STREAM emission by Amaury Denoyelle · Tue Dec 19 11:22:28 2023 +0100
  85. f628614 BUG/MEDIUM: stats: unhandled switching rules with TCP frontend by Aurelien DARRAGON · Tue Dec 05 17:54:20 2023 +0100
  86. 40f8802 MINOR: stats: store the parent proxy in stats ctx (http) by Aurelien DARRAGON · Tue Dec 05 19:49:13 2023 +0100
  87. 9183dfd DOC: config: Update documentation about local haproxy response by Christopher Faulet · Tue Dec 19 08:51:26 2023 +0100
  88. 043b3c1 BUG/MINOR: resolvers: default resolvers fails when network not configured by William Lallemand · Mon Dec 18 12:35:35 2023 +0100
  89. e3ec217 BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty by Christopher Faulet · Wed Dec 13 15:36:52 2023 +0100
  90. 0b25d70 BUG/MEDIUM: quic: QUIC CID removed from tree without locking by Frédéric Lécaille · Wed Dec 13 11:45:43 2023 +0100
  91. ca1d881 BUG/MEDIUM: quic: Possible buffer overflow when building TLS records by Frédéric Lécaille · Thu Dec 07 21:12:02 2023 +0100
  92. 7438181 BUG/MINOR: mworker/cli: fix set severity-output support by William Lallemand · Wed Dec 06 11:15:01 2023 +0100
  93. 8244cb7 DOC: configuration: typo req.ssl_hello_type by William Lallemand · Thu Dec 07 15:00:58 2023 +0100
  94. aaba8d0 [RELEASE] Released version 2.8.5 by Christopher Faulet · Thu Dec 07 15:20:36 2023 +0100
  95. 489f074 BUG/MEDIUM: proxy: always initialize the default settings after init by Willy Tarreau · Mon Nov 13 09:17:05 2023 +0100
  96. 1409dea BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA) by Frédéric Lécaille · Wed Dec 06 11:42:42 2023 +0100
  97. c557271 BUG/MINOR: ssl: Wrong OCSP CID after modifying an SSL certficate by Frédéric Lécaille · Tue Dec 05 15:38:29 2023 +0100
  98. c33e4df MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback by Frédéric Lécaille · Tue Dec 05 15:11:33 2023 +0100
  99. 57359b9 BUG/MINOR: ssl: Double free of OCSP Certificate ID by Frédéric Lécaille · Tue Dec 05 14:50:40 2023 +0100
  100. 1b0a5a0 BUG/MINOR: quic: Packet number spaces too lately initialized by Frédéric Lécaille · Tue Dec 05 20:12:51 2023 +0100