1. db3716b MINOR: debug/memstats: permit to pass the size to free() by Willy Tarreau · Tue Aug 09 09:08:18 2022 +0200
  2. 4a426e2 MINOR: debug/memstats: automatically determine first column size by Willy Tarreau · Tue Aug 09 08:51:08 2022 +0200
  3. 17200dd MINOR: debug: also store the function name in struct mem_stats by Willy Tarreau · Tue Aug 09 08:40:08 2022 +0200
  4. 55c950b MINOR: debug: store and report the pool's name in struct mem_stats by Willy Tarreau · Tue Aug 09 08:15:27 2022 +0200
  5. 4bc3708 MINOR: debug: make the mem_stats section aligned to void* by Willy Tarreau · Tue Aug 09 08:09:24 2022 +0200
  6. ba19acd MINOR: quic: Replace pool_zalloc() by pool_malloc() for fake datagrams by Frédéric Lécaille · Mon Aug 08 21:10:58 2022 +0200
  7. ffde316 BUG/MEDIUM: quic: Missing AEAD TAG check after removing header protection by Frédéric Lécaille · Mon Aug 08 18:41:16 2022 +0200
  8. adc7641 MINOR: quic: Too much useless traces in qc_build_frms() by Frédéric Lécaille · Mon Aug 08 16:09:46 2022 +0200
  9. 99897d1 BUG/MEDIUM: quic: Wrong packet length check in qc_do_rm_hp() by Frédéric Lécaille · Mon Aug 08 10:28:07 2022 +0200
  10. 87e95d3 [RELEASE] Released version 2.7-dev3 by Willy Tarreau · Sun Aug 07 17:28:59 2022 +0200
  11. 2e64472 BUILD: cfgparse: always defined _GNU_SOURCE for sched.h and crypt.h by Willy Tarreau · Sun Aug 07 16:55:07 2022 +0200
  12. b6189bc REGTESTS: ssl: fix grep invocation to use extended regex in ssl_generate_certificate.vtc by Ilya Shipitsin · Sat Aug 06 22:40:41 2022 +0500
  13. 2f2a288 REGTESTS: ssl: adopt tests to OpenSSL-3.0.N by Ilya Shipitsin · Sun Jul 24 00:05:45 2022 +0500
  14. 0865160 REGTESTS: ssl: adopt tests to OpenSSL-3.0.N by Ilya Shipitsin · Sun Jul 24 00:01:32 2022 +0500
  15. 52f2ff5 BUG/MEDIUM: fix DH length when EC key is used by Ilya Shipitsin · Sat Jul 23 23:55:19 2022 +0500
  16. 3b64a28 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Jul 29 22:26:53 2022 +0500
  17. 4c785f0 CI: enable weekly "m32" builds on x86_64 by Ilya Shipitsin · Fri Jul 29 23:21:37 2022 +0500
  18. 3f59ac5 BUILD: SSL: allow to pass additional configure args to QUICTLS by Ilya Shipitsin · Fri Jul 29 23:13:21 2022 +0500
  19. 693688e MINOR: config: automatically preset MAX_THREADS based on MAX_TGROUPS by Willy Tarreau · Sat Aug 06 16:37:27 2022 +0200
  20. c80bdb2 MINOR: threads: report the number of thread groups in build options by Willy Tarreau · Sat Aug 06 16:44:55 2022 +0200
  21. f9d4a7d BUG/MEDIUM: quic: break out of the loop in quic_lstnr_dghdlr by Willy Tarreau · Fri Aug 05 08:45:56 2022 +0200
  22. 6715cbf BUG/MINOR: quic: adjust errno handling on sendto by Amaury Denoyelle · Fri Aug 05 11:56:36 2022 +0200
  23. 906b058 MINOR: quic: explicitely ignore sendto error by Amaury Denoyelle · Fri Aug 05 15:22:28 2022 +0200
  24. e7df68a BUG/MINOR: quic: Missing Initial packet dropping case by Frédéric Lécaille · Fri Aug 05 09:34:44 2022 +0200
  25. 8ecb736 MINOR: quic: Add two new stats counters for sendto() errors by Frédéric Lécaille · Thu Aug 04 12:00:00 2022 +0200
  26. af5138f BUG/MINOR: quic: do not reject datagrams matching minimum permitted size by Willy Tarreau · Fri Aug 05 10:09:32 2022 +0200
  27. 53bfab0 BUG/MINOR: sink: fix a race condition between the writer and the reader by Willy Tarreau · Thu Aug 04 17:18:54 2022 +0200
  28. 96417f3 BUG/MEDIUM: sink: Set the sink ref for forwarders created during ring parsing by Christopher Faulet · Thu Aug 04 16:00:13 2022 +0200
  29. b8e0fb9 BUG/MINOR: ring/cli: fix a race condition between the writer and the reader by Willy Tarreau · Thu Aug 04 17:00:21 2022 +0200
  30. 48bb875 BUG/MINOR: quic: Avoid sending truncated datagrams by Frédéric Lécaille · Wed Aug 03 20:52:20 2022 +0200
  31. 30e260e MEDIUM: mux-quic: implement http-request timeout by Amaury Denoyelle · Wed Aug 03 11:17:57 2022 +0200
  32. 6ec9837 MINOR: mux-quic: refactor refresh timeout function by Amaury Denoyelle · Mon Aug 01 17:59:38 2022 +0200
  33. 418ba21 MINOR: mux-quic: refresh timeout on frame decoding by Amaury Denoyelle · Tue Aug 02 15:57:16 2022 +0200
  34. 8d818c6 MINOR: h3: support HTTP request framing state by Amaury Denoyelle · Tue Aug 02 11:32:45 2022 +0200
  35. 2c77a5e BUG/MEDIUM: quic: Floating point exception in cubic_root() by Frédéric Lécaille · Wed Aug 03 12:49:30 2022 +0200
  36. 8ddde4f BUG/MINOR: quic: Missing in flight ack eliciting packet counter decrement by Frédéric Lécaille · Mon Aug 01 14:07:50 2022 +0200
  37. 6bb8653 BUG/MEDIUM: proxy: Perform a custom copy for default server settings by Christopher Faulet · Wed Aug 03 11:31:55 2022 +0200
  38. b32cb9b REORG: server: Export srv_settings_cpy() function by Christopher Faulet · Wed Aug 03 11:28:08 2022 +0200
  39. 0b365e3 MINOR: server: Constify source server to copy its settings by Christopher Faulet · Wed Aug 03 11:21:14 2022 +0200
  40. bc6b238 BUG/MINOR: backend: Don't increment conn_retries counter too early by Christopher Faulet · Wed Aug 03 10:47:48 2022 +0200
  41. 14a60d4 BUG/MEDIUM: dns: Properly initialize new DNS session by Christopher Faulet · Wed Aug 03 10:30:06 2022 +0200
  42. 642170a BUG/MINOR: peers: Use right channel flag to consider the peer as connected by Christopher Faulet · Wed Jul 27 10:49:31 2022 +0200
  43. 160fff6 BUG/MEDIUM: peers: limit reconnect attempts of the old process on reload by Christopher Faulet · Tue Jul 26 19:19:18 2022 +0200
  44. ab4b094 MINOR: peers: Use a dedicated reconnect timeout when stopping the local peer by Christopher Faulet · Tue Jul 26 19:14:36 2022 +0200
  45. 1b6fa7f MINOR: peers: Add a warning about incompatible SSL config for the local peer by Christopher Faulet · Tue Jul 26 19:03:51 2022 +0200
  46. bd6ec1b MEDIUM: mux-quic: implement http-keep-alive timeout by Amaury Denoyelle · Mon Jul 25 11:53:18 2022 +0200
  47. c603de4 MINOR: mux-quic: count in-progress requests by Amaury Denoyelle · Mon Jul 25 11:21:46 2022 +0200
  48. 5fc05d1 MEDIUM: mux-quic: adjust timeout refresh by Amaury Denoyelle · Mon Jul 25 14:58:48 2022 +0200
  49. b630945 MINOR: mux-quic: use timeout server for backend conns by Amaury Denoyelle · Mon Jul 25 14:51:56 2022 +0200
  50. 07bf8f4 MINOR: mux-quic: save proxy instance into qcc by Amaury Denoyelle · Fri Jul 22 16:16:03 2022 +0200
  51. 09ec3e0 BUG/MINOR: mux-quic: do not free conn if attached streams by Amaury Denoyelle · Wed Jul 27 11:39:01 2022 +0200
  52. 4ea5090 CLEANUP: mux-quic: remove useless app_ops is_active callback by Amaury Denoyelle · Mon Aug 01 11:42:48 2022 +0200
  53. d397385 BUG/MINOR: mux-quic: prevent crash if conn released during IO callback by Amaury Denoyelle · Mon Jul 25 14:56:54 2022 +0200
  54. 51d38a2 BUG/MEDIUM: pattern: only visit equivalent nodes when skipping versions by Willy Tarreau · Mon Aug 01 11:46:27 2022 +0200
  55. 81f3b80 MINOR: ebtree: add ebmb_lookup_shorter() to pursue lookups by Willy Tarreau · Mon Aug 01 10:37:29 2022 +0200
  56. 0dc9e6d DEBUG: tools: provide a tree dump function for ebmbtrees as well by Willy Tarreau · Mon Aug 01 11:55:57 2022 +0200
  57. 87aff02 MINOR: thread: provide an alternative to pthread's rwlock by Willy Tarreau · Sun Jul 10 10:58:57 2022 +0200
  58. 688709d MAJOR: threads/plock: update the embedded library by Willy Tarreau · Fri Jul 29 17:53:31 2022 +0200
  59. ddab05b BUG/MEDIUM: queue/threads: limit the number of entries dequeued at once by Willy Tarreau · Sat Jul 30 09:53:22 2022 +0200
  60. dc07751 MINOR: quic: Send packets as much as possible from qc_send_app_pkts() by Frédéric Lécaille · Tue Jul 26 09:17:19 2022 +0200
  61. 843399f BUG/MAJOR: quic: Useless resource intensive loop qc_ackrng_pkts() by Frédéric Lécaille · Fri Jul 22 16:27:44 2022 +0200
  62. dc591cd MINOR: quic: Stop looking for packet loss asap by Frédéric Lécaille · Thu Jul 21 14:24:41 2022 +0200
  63. d2e104f BUG/MINOR: quic: loss time limit variable computed but not used by Frédéric Lécaille · Thu Jul 21 09:55:15 2022 +0200
  64. 43910a9 MINOR: quic: New "quic-cc-algo" bind keyword by Frédéric Lécaille · Mon Jul 11 10:24:21 2022 +0200
  65. 1c9c2f6 MEDIUM: quic: Cubic congestion control algorithm implementation by Frédéric Lécaille · Wed Jun 01 15:06:58 2022 +0200
  66. c591459 MINOR: quic: Congestion control architecture refactoring by Frédéric Lécaille · Tue May 31 09:40:44 2022 +0200
  67. 72a78e8 BUG/MEDIUM: mux-quic: fix missing EOI flag to prevent streams leaks by Amaury Denoyelle · Fri Jul 29 15:34:12 2022 +0200
  68. b5d062d MINOR: cli: warning on _getsocks when socket were closed by William Lallemand · Thu Jul 28 15:33:41 2022 +0200
  69. 9c821e6 Revert "MINOR: cli: emit a warning when _getsocks was used more than once" by William Lallemand · Wed Jul 27 13:55:54 2022 +0200
  70. 14b98ef BUG/MINOR: mworker: PROC_O_LEAVING used but not updated by William Lallemand · Wed Jul 27 11:57:12 2022 +0200
  71. 519cd20 MINOR: cli: emit a warning when _getsocks was used more than once by William Lallemand · Wed Jul 27 11:48:54 2022 +0200
  72. b983145 BUG/MINOR: fd: always remove late updates when freeing fd_updt[] by Willy Tarreau · Tue Jul 26 19:06:17 2022 +0200
  73. c31577f MEDIUM: resolvers: continue startup if network is unavailable by William Lallemand · Tue Jul 26 10:50:09 2022 +0200
  74. dc66f2f DEBUG: fd: split the fd check by William Lallemand · Tue Jul 26 10:35:24 2022 +0200
  75. 244331f Revert "BUG/MINOR: peers: set the proxy's name to the peers section name" by Christopher Faulet · Mon Jul 25 15:10:44 2022 +0200
  76. 708949d MINOR: sockpair: move send_fd_uxst() error message in caller by William Lallemand · Mon Jul 25 16:04:38 2022 +0200
  77. f67e8fb BUG/MINOR: sockpair: wrong return value for fd_send_uxst() by William Lallemand · Mon Jul 25 15:51:30 2022 +0200
  78. 51b1fce DEBUG: fd: detect possibly invalid tgid in fd_insert() by Willy Tarreau · Mon Jul 25 15:42:41 2022 +0200
  79. 6983426 BUG/MAJOR: poller: drop FD's tgid when masks don't match by Willy Tarreau · Mon Jul 25 15:39:21 2022 +0200
  80. 53bfac8 BUG/MEDIUM: master: force the thread count earlier by Willy Tarreau · Fri Jul 22 17:35:49 2022 +0200
  81. 38c5394 BUG/MINOR: backend: Fallback on RR algo if balance on source is impossible by Christopher Faulet · Fri Jul 22 17:07:32 2022 +0200
  82. ca67992 BUG/MEDIUM: stconn: Only reset connect expiration when processing backend side by Christopher Faulet · Wed Jul 20 13:24:04 2022 +0200
  83. 41afd90 BUILD: add detection for unsupported compiler models by Willy Tarreau · Thu Jul 21 09:55:22 2022 +0200
  84. d4835a9 BUG/MEDIUM: mworker: proc_self incorrectly set crashes upon reload by William Lallemand · Thu Jul 21 00:52:43 2022 +0200
  85. a18c333 BUG/MAJOR: mux_quic: fix invalid PROTOCOL_VIOLATION on POST data overlap by Frédéric Lécaille · Mon Jul 04 09:54:58 2022 +0200
  86. bac3a82 BUG/MINOR: mworker/cli: relative pid prefix not validated anymore by William Lallemand · Wed Jul 20 14:30:56 2022 +0200
  87. 0f17ab2 MINOR: ssl: enhance ca-file error emitting by William Lallemand · Tue Jul 19 18:03:16 2022 +0200
  88. 3b8bafd MINOR: init: load OpenSSL error strings by William Lallemand · Tue Jul 19 18:13:29 2022 +0200
  89. c1640f7 BUG/MEDIUM: fd/threads: fix incorrect thread selection in wakeup broadcast by Willy Tarreau · Tue Jul 19 15:58:00 2022 +0200
  90. 7e94b40 BUG/MINOR: fd: Properly init the fd state in fd_insert() by Christopher Faulet · Tue Jul 19 12:04:18 2022 +0200
  91. f7ebe58 BUILD: debug: Add braces to if statement calling only CHECK_IF() by Christopher Faulet · Tue Jul 19 11:53:46 2022 +0200
  92. 0933c7b BUG/MINOR: quic: do not send CONNECTION_CLOSE_APP in initial/handshake by Amaury Denoyelle · Mon Jul 18 14:11:50 2022 +0200
  93. 03f3049 BUG/MINOR: tools: fix statistical_prng_range()'s output range by Willy Tarreau · Mon Jul 18 19:09:55 2022 +0200
  94. 4348232 BUG/MINOR: ssl: allow duplicate certificates in ca-file directories by William Lallemand · Mon Jul 18 18:42:52 2022 +0200
  95. 3bda807 BUG/MINOR: resolvers: shut off the warning for the default resolvers by William Lallemand · Mon Jul 18 14:12:17 2022 +0200
  96. e606c84 MINOR: resolvers: resolvers_destroy() deinit and free a resolver by William Lallemand · Mon Jul 18 14:09:58 2022 +0200
  97. 5b3cd95 BUG/MEDIUM: tools: avoid calling dlsym() in static builds (try 2) by Willy Tarreau · Mon Jul 18 13:58:17 2022 +0200
  98. bc50e0d BUILD: makefile: Fix install(1) handling for OpenBSD/NetBSD/Solaris/AIX by Brad Smith · Sat Jul 16 05:18:50 2022 -0400
  99. 2200a9c [RELEASE] Released version 2.7-dev2 by Willy Tarreau · Sat Jul 16 17:17:22 2022 +0200
  100. 288dc1d BUG/MEDIUM: tools: avoid calling dlsym() in static builds by Willy Tarreau · Sat Jul 16 13:49:34 2022 +0200