1. 2f2a288 REGTESTS: ssl: adopt tests to OpenSSL-3.0.N by Ilya Shipitsin · Sun Jul 24 00:05:45 2022 +0500
  2. 0865160 REGTESTS: ssl: adopt tests to OpenSSL-3.0.N by Ilya Shipitsin · Sun Jul 24 00:01:32 2022 +0500
  3. 52f2ff5 BUG/MEDIUM: fix DH length when EC key is used by Ilya Shipitsin · Sat Jul 23 23:55:19 2022 +0500
  4. 3b64a28 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Jul 29 22:26:53 2022 +0500
  5. 4c785f0 CI: enable weekly "m32" builds on x86_64 by Ilya Shipitsin · Fri Jul 29 23:21:37 2022 +0500
  6. 3f59ac5 BUILD: SSL: allow to pass additional configure args to QUICTLS by Ilya Shipitsin · Fri Jul 29 23:13:21 2022 +0500
  7. 693688e MINOR: config: automatically preset MAX_THREADS based on MAX_TGROUPS by Willy Tarreau · Sat Aug 06 16:37:27 2022 +0200
  8. c80bdb2 MINOR: threads: report the number of thread groups in build options by Willy Tarreau · Sat Aug 06 16:44:55 2022 +0200
  9. f9d4a7d BUG/MEDIUM: quic: break out of the loop in quic_lstnr_dghdlr by Willy Tarreau · Fri Aug 05 08:45:56 2022 +0200
  10. 6715cbf BUG/MINOR: quic: adjust errno handling on sendto by Amaury Denoyelle · Fri Aug 05 11:56:36 2022 +0200
  11. 906b058 MINOR: quic: explicitely ignore sendto error by Amaury Denoyelle · Fri Aug 05 15:22:28 2022 +0200
  12. e7df68a BUG/MINOR: quic: Missing Initial packet dropping case by Frédéric Lécaille · Fri Aug 05 09:34:44 2022 +0200
  13. 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
  14. af5138f BUG/MINOR: quic: do not reject datagrams matching minimum permitted size by Willy Tarreau · Fri Aug 05 10:09:32 2022 +0200
  15. 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
  16. 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
  17. 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
  18. 48bb875 BUG/MINOR: quic: Avoid sending truncated datagrams by Frédéric Lécaille · Wed Aug 03 20:52:20 2022 +0200
  19. 30e260e MEDIUM: mux-quic: implement http-request timeout by Amaury Denoyelle · Wed Aug 03 11:17:57 2022 +0200
  20. 6ec9837 MINOR: mux-quic: refactor refresh timeout function by Amaury Denoyelle · Mon Aug 01 17:59:38 2022 +0200
  21. 418ba21 MINOR: mux-quic: refresh timeout on frame decoding by Amaury Denoyelle · Tue Aug 02 15:57:16 2022 +0200
  22. 8d818c6 MINOR: h3: support HTTP request framing state by Amaury Denoyelle · Tue Aug 02 11:32:45 2022 +0200
  23. 2c77a5e BUG/MEDIUM: quic: Floating point exception in cubic_root() by Frédéric Lécaille · Wed Aug 03 12:49:30 2022 +0200
  24. 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
  25. 6bb8653 BUG/MEDIUM: proxy: Perform a custom copy for default server settings by Christopher Faulet · Wed Aug 03 11:31:55 2022 +0200
  26. b32cb9b REORG: server: Export srv_settings_cpy() function by Christopher Faulet · Wed Aug 03 11:28:08 2022 +0200
  27. 0b365e3 MINOR: server: Constify source server to copy its settings by Christopher Faulet · Wed Aug 03 11:21:14 2022 +0200
  28. bc6b238 BUG/MINOR: backend: Don't increment conn_retries counter too early by Christopher Faulet · Wed Aug 03 10:47:48 2022 +0200
  29. 14a60d4 BUG/MEDIUM: dns: Properly initialize new DNS session by Christopher Faulet · Wed Aug 03 10:30:06 2022 +0200
  30. 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
  31. 160fff6 BUG/MEDIUM: peers: limit reconnect attempts of the old process on reload by Christopher Faulet · Tue Jul 26 19:19:18 2022 +0200
  32. ab4b094 MINOR: peers: Use a dedicated reconnect timeout when stopping the local peer by Christopher Faulet · Tue Jul 26 19:14:36 2022 +0200
  33. 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
  34. bd6ec1b MEDIUM: mux-quic: implement http-keep-alive timeout by Amaury Denoyelle · Mon Jul 25 11:53:18 2022 +0200
  35. c603de4 MINOR: mux-quic: count in-progress requests by Amaury Denoyelle · Mon Jul 25 11:21:46 2022 +0200
  36. 5fc05d1 MEDIUM: mux-quic: adjust timeout refresh by Amaury Denoyelle · Mon Jul 25 14:58:48 2022 +0200
  37. b630945 MINOR: mux-quic: use timeout server for backend conns by Amaury Denoyelle · Mon Jul 25 14:51:56 2022 +0200
  38. 07bf8f4 MINOR: mux-quic: save proxy instance into qcc by Amaury Denoyelle · Fri Jul 22 16:16:03 2022 +0200
  39. 09ec3e0 BUG/MINOR: mux-quic: do not free conn if attached streams by Amaury Denoyelle · Wed Jul 27 11:39:01 2022 +0200
  40. 4ea5090 CLEANUP: mux-quic: remove useless app_ops is_active callback by Amaury Denoyelle · Mon Aug 01 11:42:48 2022 +0200
  41. d397385 BUG/MINOR: mux-quic: prevent crash if conn released during IO callback by Amaury Denoyelle · Mon Jul 25 14:56:54 2022 +0200
  42. 51d38a2 BUG/MEDIUM: pattern: only visit equivalent nodes when skipping versions by Willy Tarreau · Mon Aug 01 11:46:27 2022 +0200
  43. 81f3b80 MINOR: ebtree: add ebmb_lookup_shorter() to pursue lookups by Willy Tarreau · Mon Aug 01 10:37:29 2022 +0200
  44. 0dc9e6d DEBUG: tools: provide a tree dump function for ebmbtrees as well by Willy Tarreau · Mon Aug 01 11:55:57 2022 +0200
  45. 87aff02 MINOR: thread: provide an alternative to pthread's rwlock by Willy Tarreau · Sun Jul 10 10:58:57 2022 +0200
  46. 688709d MAJOR: threads/plock: update the embedded library by Willy Tarreau · Fri Jul 29 17:53:31 2022 +0200
  47. ddab05b BUG/MEDIUM: queue/threads: limit the number of entries dequeued at once by Willy Tarreau · Sat Jul 30 09:53:22 2022 +0200
  48. 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
  49. 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
  50. dc591cd MINOR: quic: Stop looking for packet loss asap by Frédéric Lécaille · Thu Jul 21 14:24:41 2022 +0200
  51. 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
  52. 43910a9 MINOR: quic: New "quic-cc-algo" bind keyword by Frédéric Lécaille · Mon Jul 11 10:24:21 2022 +0200
  53. 1c9c2f6 MEDIUM: quic: Cubic congestion control algorithm implementation by Frédéric Lécaille · Wed Jun 01 15:06:58 2022 +0200
  54. c591459 MINOR: quic: Congestion control architecture refactoring by Frédéric Lécaille · Tue May 31 09:40:44 2022 +0200
  55. 72a78e8 BUG/MEDIUM: mux-quic: fix missing EOI flag to prevent streams leaks by Amaury Denoyelle · Fri Jul 29 15:34:12 2022 +0200
  56. b5d062d MINOR: cli: warning on _getsocks when socket were closed by William Lallemand · Thu Jul 28 15:33:41 2022 +0200
  57. 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
  58. 14b98ef BUG/MINOR: mworker: PROC_O_LEAVING used but not updated by William Lallemand · Wed Jul 27 11:57:12 2022 +0200
  59. 519cd20 MINOR: cli: emit a warning when _getsocks was used more than once by William Lallemand · Wed Jul 27 11:48:54 2022 +0200
  60. b983145 BUG/MINOR: fd: always remove late updates when freeing fd_updt[] by Willy Tarreau · Tue Jul 26 19:06:17 2022 +0200
  61. c31577f MEDIUM: resolvers: continue startup if network is unavailable by William Lallemand · Tue Jul 26 10:50:09 2022 +0200
  62. dc66f2f DEBUG: fd: split the fd check by William Lallemand · Tue Jul 26 10:35:24 2022 +0200
  63. 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
  64. 708949d MINOR: sockpair: move send_fd_uxst() error message in caller by William Lallemand · Mon Jul 25 16:04:38 2022 +0200
  65. f67e8fb BUG/MINOR: sockpair: wrong return value for fd_send_uxst() by William Lallemand · Mon Jul 25 15:51:30 2022 +0200
  66. 51b1fce DEBUG: fd: detect possibly invalid tgid in fd_insert() by Willy Tarreau · Mon Jul 25 15:42:41 2022 +0200
  67. 6983426 BUG/MAJOR: poller: drop FD's tgid when masks don't match by Willy Tarreau · Mon Jul 25 15:39:21 2022 +0200
  68. 53bfac8 BUG/MEDIUM: master: force the thread count earlier by Willy Tarreau · Fri Jul 22 17:35:49 2022 +0200
  69. 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
  70. ca67992 BUG/MEDIUM: stconn: Only reset connect expiration when processing backend side by Christopher Faulet · Wed Jul 20 13:24:04 2022 +0200
  71. 41afd90 BUILD: add detection for unsupported compiler models by Willy Tarreau · Thu Jul 21 09:55:22 2022 +0200
  72. d4835a9 BUG/MEDIUM: mworker: proc_self incorrectly set crashes upon reload by William Lallemand · Thu Jul 21 00:52:43 2022 +0200
  73. 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
  74. bac3a82 BUG/MINOR: mworker/cli: relative pid prefix not validated anymore by William Lallemand · Wed Jul 20 14:30:56 2022 +0200
  75. 0f17ab2 MINOR: ssl: enhance ca-file error emitting by William Lallemand · Tue Jul 19 18:03:16 2022 +0200
  76. 3b8bafd MINOR: init: load OpenSSL error strings by William Lallemand · Tue Jul 19 18:13:29 2022 +0200
  77. c1640f7 BUG/MEDIUM: fd/threads: fix incorrect thread selection in wakeup broadcast by Willy Tarreau · Tue Jul 19 15:58:00 2022 +0200
  78. 7e94b40 BUG/MINOR: fd: Properly init the fd state in fd_insert() by Christopher Faulet · Tue Jul 19 12:04:18 2022 +0200
  79. f7ebe58 BUILD: debug: Add braces to if statement calling only CHECK_IF() by Christopher Faulet · Tue Jul 19 11:53:46 2022 +0200
  80. 0933c7b BUG/MINOR: quic: do not send CONNECTION_CLOSE_APP in initial/handshake by Amaury Denoyelle · Mon Jul 18 14:11:50 2022 +0200
  81. 03f3049 BUG/MINOR: tools: fix statistical_prng_range()'s output range by Willy Tarreau · Mon Jul 18 19:09:55 2022 +0200
  82. 4348232 BUG/MINOR: ssl: allow duplicate certificates in ca-file directories by William Lallemand · Mon Jul 18 18:42:52 2022 +0200
  83. 3bda807 BUG/MINOR: resolvers: shut off the warning for the default resolvers by William Lallemand · Mon Jul 18 14:12:17 2022 +0200
  84. e606c84 MINOR: resolvers: resolvers_destroy() deinit and free a resolver by William Lallemand · Mon Jul 18 14:09:58 2022 +0200
  85. 5b3cd95 BUG/MEDIUM: tools: avoid calling dlsym() in static builds (try 2) by Willy Tarreau · Mon Jul 18 13:58:17 2022 +0200
  86. bc50e0d BUILD: makefile: Fix install(1) handling for OpenBSD/NetBSD/Solaris/AIX by Brad Smith · Sat Jul 16 05:18:50 2022 -0400
  87. 2200a9c [RELEASE] Released version 2.7-dev2 by Willy Tarreau · Sat Jul 16 17:17:22 2022 +0200
  88. 288dc1d BUG/MEDIUM: tools: avoid calling dlsym() in static builds by Willy Tarreau · Sat Jul 16 13:49:34 2022 +0200
  89. 856d56d MINOR: config: change default MAX_TGROUPS to 16 by Willy Tarreau · Fri Jul 15 21:46:55 2022 +0200
  90. c6b596d CLEANUP: threads: remove the now unused all_threads_mask and tid_bit by Willy Tarreau · Fri Jul 15 17:28:11 2022 +0200
  91. cfdd20a MEDIUM: fd: support broadcasting updates for foreign groups in updt_fd_polling by Willy Tarreau · Fri Jul 15 20:12:31 2022 +0200
  92. 1f947cb MAJOR: poller: only touch/inspect the update_mask under tgid protection by Willy Tarreau · Sat Jul 09 23:55:43 2022 +0200
  93. d95f18f MAJOR: pollers: rely on fd_reregister_all() at boot time by Willy Tarreau · Sat Jul 09 23:23:50 2022 +0200
  94. 9baff4f MEDIUM: fd: support stopping FDs during starting by Willy Tarreau · Fri Jul 15 18:56:48 2022 +0200
  95. 88c4c14 MINOR: fd: add fd_reregister_all() to deal with boot-time FDs by Willy Tarreau · Sat Jul 09 23:19:19 2022 +0200
  96. d0b73bc MEDIUM: listener: switch bind_thread from global to group-local by Willy Tarreau · Tue Jun 28 08:30:43 2022 +0200
  97. 6018c02 MEDIUM: thread: change thread_resolve_group_mask() to return group-local values by Willy Tarreau · Tue Jun 28 08:27:43 2022 +0200
  98. 0b51eab MEDIUM: fd: quit fd_update_events() when FD is closed by Willy Tarreau · Fri Jul 08 15:36:14 2022 +0200
  99. ddedc16 MEDIUM: fd: make fd_insert/fd_delete atomically update fd.tgid by Willy Tarreau · Thu Jul 07 15:05:55 2022 +0200
  100. 27a3245 MEDIUM: fd: make fd_insert() take local thread masks by Willy Tarreau · Thu Jul 07 08:29:00 2022 +0200