1. 0f17ab2 MINOR: ssl: enhance ca-file error emitting by William Lallemand · Tue Jul 19 18:03:16 2022 +0200
  2. 3b8bafd MINOR: init: load OpenSSL error strings by William Lallemand · Tue Jul 19 18:13:29 2022 +0200
  3. c1640f7 BUG/MEDIUM: fd/threads: fix incorrect thread selection in wakeup broadcast by Willy Tarreau · Tue Jul 19 15:58:00 2022 +0200
  4. f7ebe58 BUILD: debug: Add braces to if statement calling only CHECK_IF() by Christopher Faulet · Tue Jul 19 11:53:46 2022 +0200
  5. 0933c7b BUG/MINOR: quic: do not send CONNECTION_CLOSE_APP in initial/handshake by Amaury Denoyelle · Mon Jul 18 14:11:50 2022 +0200
  6. 4348232 BUG/MINOR: ssl: allow duplicate certificates in ca-file directories by William Lallemand · Mon Jul 18 18:42:52 2022 +0200
  7. 3bda807 BUG/MINOR: resolvers: shut off the warning for the default resolvers by William Lallemand · Mon Jul 18 14:12:17 2022 +0200
  8. e606c84 MINOR: resolvers: resolvers_destroy() deinit and free a resolver by William Lallemand · Mon Jul 18 14:09:58 2022 +0200
  9. 5b3cd95 BUG/MEDIUM: tools: avoid calling dlsym() in static builds (try 2) by Willy Tarreau · Mon Jul 18 13:58:17 2022 +0200
  10. 288dc1d BUG/MEDIUM: tools: avoid calling dlsym() in static builds by Willy Tarreau · Sat Jul 16 13:49:34 2022 +0200
  11. c6b596d CLEANUP: threads: remove the now unused all_threads_mask and tid_bit by Willy Tarreau · Fri Jul 15 17:28:11 2022 +0200
  12. cfdd20a MEDIUM: fd: support broadcasting updates for foreign groups in updt_fd_polling by Willy Tarreau · Fri Jul 15 20:12:31 2022 +0200
  13. 1f947cb MAJOR: poller: only touch/inspect the update_mask under tgid protection by Willy Tarreau · Sat Jul 09 23:55:43 2022 +0200
  14. d95f18f MAJOR: pollers: rely on fd_reregister_all() at boot time by Willy Tarreau · Sat Jul 09 23:23:50 2022 +0200
  15. 9baff4f MEDIUM: fd: support stopping FDs during starting by Willy Tarreau · Fri Jul 15 18:56:48 2022 +0200
  16. 88c4c14 MINOR: fd: add fd_reregister_all() to deal with boot-time FDs by Willy Tarreau · Sat Jul 09 23:19:19 2022 +0200
  17. d0b73bc MEDIUM: listener: switch bind_thread from global to group-local by Willy Tarreau · Tue Jun 28 08:30:43 2022 +0200
  18. 6018c02 MEDIUM: thread: change thread_resolve_group_mask() to return group-local values by Willy Tarreau · Tue Jun 28 08:27:43 2022 +0200
  19. 0b51eab MEDIUM: fd: quit fd_update_events() when FD is closed by Willy Tarreau · Fri Jul 08 15:36:14 2022 +0200
  20. ddedc16 MEDIUM: fd: make fd_insert/fd_delete atomically update fd.tgid by Willy Tarreau · Thu Jul 07 15:05:55 2022 +0200
  21. 27a3245 MEDIUM: fd: make fd_insert() take local thread masks by Willy Tarreau · Thu Jul 07 08:29:00 2022 +0200
  22. 3638d17 MEDIUM: fd: make thread_mask now represent group-local IDs by Willy Tarreau · Thu Jul 07 08:23:03 2022 +0200
  23. d6e1987 MINOR: fd: make fd_clr_running() return the previous value instead by Willy Tarreau · Sat Jul 09 15:57:17 2022 +0200
  24. a707d02 MEDIUM: fd/poller: turn running_mask to group-local IDs by Willy Tarreau · Thu Jul 07 08:16:08 2022 +0200
  25. 6d3c501 MEDIUM: fd/poller: turn update_mask to group-local IDs by Willy Tarreau · Tue Jul 05 19:21:06 2022 +0200
  26. 6302212 MEDIUM: fd/poller: turn polled_mask to group-local IDs by Willy Tarreau · Wed Jul 06 10:37:31 2022 +0200
  27. 0dc1cc9 MAJOR: fd: grab the tgid before manipulating running by Willy Tarreau · Wed Jul 06 18:47:38 2022 +0200
  28. c243182 MINOR: cli/fd: show fd's tgid and refcount in "show fd" by Willy Tarreau · Fri Jul 08 10:23:01 2022 +0200
  29. 9464bb1 MEDIUM: fd: add the tgid to the fd and pass it to fd_insert() by Willy Tarreau · Tue Jul 05 05:16:13 2022 +0200
  30. 512dd2d MINOR: fd: make fd_insert() apply the thread mask itself by Willy Tarreau · Wed Jul 06 11:27:42 2022 +0200
  31. 8e2c0fa MINOR: fd: delete unused updates on close() by Willy Tarreau · Wed Jul 06 16:20:11 2022 +0200
  32. 35ee710 MEDIUM: fd/poller: make the update-list per-group by Willy Tarreau · Fri Jul 08 11:33:43 2022 +0200
  33. 2f36d90 MAJOR: fd: remove pending updates upon real close by Willy Tarreau · Wed Jul 06 16:23:41 2022 +0200
  34. 15c5500 MEDIUM: conn: make conn_backend_get always scan the same group by Willy Tarreau · Thu Jul 07 09:12:45 2022 +0200
  35. 91a7c16 MINOR: task: move the niced_tasks counter to the thread group context by Willy Tarreau · Thu Jul 07 15:25:40 2022 +0200
  36. b0e7712 MEDIUM: task/thread: move the task shared wait queues per thread group by Willy Tarreau · Thu Jul 07 15:22:55 2022 +0200
  37. 82e378a MINOR: fd/thread: get rid of thread_mask() by Willy Tarreau · Wed Jul 06 11:22:42 2022 +0200
  38. 6bdf945 MINOR: cli/threads: always bind CLI to thread group 1 by Willy Tarreau · Wed Jul 06 11:52:24 2022 +0200
  39. dcbd763 MINOR: mworker/threads: limit the mworker sockets to group 1 by Willy Tarreau · Wed Jul 06 11:46:34 2022 +0200
  40. 5b09341 MEDIUM: cpu-map: replace the process number with the thread group number by Willy Tarreau · Fri Jul 08 09:38:30 2022 +0200
  41. 1b2b59b MINOR: thread: remove MAX_THREADS limitation by Willy Tarreau · Thu Jul 07 15:11:32 2022 +0200
  42. e5715bf MEDIUM: poller: disable thread-groups for poll() and select() by Willy Tarreau · Sat Jul 09 23:38:46 2022 +0200
  43. b1093c6 MEDIUM: poller: program the update in fd_update_events() for a migrated FD by Willy Tarreau · Sat Jul 09 18:55:37 2022 +0200
  44. 1b927eb MEDIUM: proto: stop protocols under thread isolation during soft stop by Willy Tarreau · Fri Jul 15 19:15:02 2022 +0200
  45. 7aa4119 MEDIUM: debug/threads: make the lock debugging take tgroups into account by Willy Tarreau · Fri Jul 15 17:53:10 2022 +0200
  46. 4d9888c CLEANUP: fd: get rid of the __GET_{NEXT,PREV} macros by Willy Tarreau · Wed Jul 06 14:43:51 2022 +0200
  47. 740038c MINOR: listener/config: make "thread" always support up to LONGBITS by Willy Tarreau · Fri Jul 15 17:18:23 2022 +0200
  48. acd6441 MEDIUM: config: remove the "process" keyword on "bind" lines by Willy Tarreau · Fri Jul 15 17:16:01 2022 +0200
  49. 94f763b MEDIUM: config: remove deprecated "bind-process" directives from frontends by Willy Tarreau · Fri Jul 15 17:14:40 2022 +0200
  50. 91f7a1a CLEANUP: applet: remove the obsolete command context from the appctx by Willy Tarreau · Fri Jul 15 16:26:44 2022 +0200
  51. 9a7fa90 MINOR: cli/activity: add a thread number argument to "show activity" by Willy Tarreau · Fri Jul 15 16:51:16 2022 +0200
  52. dadf00e DEBUG: cli: add a new "debug dev deadlock" expert command by Willy Tarreau · Fri Jul 15 08:25:03 2022 +0200
  53. dd75b64 MINOR: cli/streams: show a stream's tgid next to its thread ID by Willy Tarreau · Fri Jul 15 16:18:43 2022 +0200
  54. f0c86dd BUG/MEDIUM: debug: fix parallel thread dumps again by Willy Tarreau · Fri Jul 15 13:14:03 2022 +0200
  55. 55433f9 BUG/MINOR: debug: enter ha_panic() only once by Willy Tarreau · Fri Jul 15 12:48:58 2022 +0200
  56. f15c75a BUG/MINOR: thread: use the correct thread's group in ha_tkillall() by Willy Tarreau · Fri Jul 15 08:27:56 2022 +0200
  57. 52f238d BUG/MEDIUM: cli/threads: make "show threads" more robust on applets by Willy Tarreau · Fri Jul 15 12:08:40 2022 +0200
  58. 9b0f0d1 BUG/MINOR: threads: produce correct global mask for tgroup > 1 by Willy Tarreau · Fri Jul 15 19:38:52 2022 +0200
  59. 114c9c8 MINOR: h3: implement graceful shutdown with GOAWAY by Amaury Denoyelle · Mon Mar 28 14:53:45 2022 +0200
  60. d701039 MINOR: h3: store control stream in h3c by Amaury Denoyelle · Wed Jul 13 15:17:29 2022 +0200
  61. a154dc0 MINOR: mux-quic: send one last time before release by Amaury Denoyelle · Mon Jun 13 17:09:01 2022 +0200
  62. c49d5d1 CLEANUP: mux-quic: move qc_release() by Amaury Denoyelle · Fri Jul 15 10:32:53 2022 +0200
  63. 240b1b1 MEDIUM: quic: send CONNECTION_CLOSE on released MUX by Amaury Denoyelle · Wed Jul 13 15:18:16 2022 +0200
  64. 069288b MINOR: mux-quic/h3: prepare CONNECTION_CLOSE on release by Amaury Denoyelle · Fri Jul 15 10:58:25 2022 +0200
  65. d666d74 MINOR: mux-quic: support app graceful shutdown by Amaury Denoyelle · Wed Jul 13 15:15:58 2022 +0200
  66. 57e6db7 MINOR: quic: define a generic QUIC error type by Amaury Denoyelle · Wed Jul 13 15:07:56 2022 +0200
  67. 72d8650 BUG/MINOR: quic: fix closing state on NO_ERROR code sent by Amaury Denoyelle · Wed Jul 13 15:08:23 2022 +0200
  68. 6729726 BUG/MEDIUM: debug: fix possible hang when multiple threads dump at once by Willy Tarreau · Wed Jul 13 08:59:39 2022 +0200
  69. a5b5075 MEDIUM: mux-quic: implement STOP_SENDING handling by Amaury Denoyelle · Mon Jul 04 11:44:53 2022 +0200
  70. 843a119 MEDIUM: mux-quic: implement RESET_STREAM emission by Amaury Denoyelle · Mon Jul 04 11:44:38 2022 +0200
  71. 20d1f84 MINOR: mux-quic: use stream states to mark as detached by Amaury Denoyelle · Mon Jul 11 11:23:17 2022 +0200
  72. 38e6006 MINOR: mux-quic: define basic stream states by Amaury Denoyelle · Fri Jul 01 16:48:42 2022 +0200
  73. b68559a MINOR: mux-quic: support stream opening via MAX_STREAM_DATA by Amaury Denoyelle · Wed Jul 06 15:45:20 2022 +0200
  74. 57161b7 MINOR: mux-quic: do not ack STREAM frames on unrecoverable error by Amaury Denoyelle · Thu Jul 07 15:02:32 2022 +0200
  75. 5fbb869 MINOR: mux-quic: filter send/receive-only streams on frame parsing by Amaury Denoyelle · Wed Jul 06 15:43:21 2022 +0200
  76. 4561f84 MINOR: mux-quic: implement qcs_alert() by Amaury Denoyelle · Wed Jul 06 14:54:34 2022 +0200
  77. 392e94e MINOR: mux-quic: add traces on frame parsing functions by Amaury Denoyelle · Wed Jul 06 15:44:16 2022 +0200
  78. c1a6dfd MINOR: mux-quic: rename stream purge function by Amaury Denoyelle · Fri Jul 08 14:04:21 2022 +0200
  79. b143723 REORG: mux-quic: rename stream initialization function by Amaury Denoyelle · Fri Jul 08 11:53:22 2022 +0200
  80. e53b489 BUG/MEDIUM: mux-quic: fix server chunked encoding response by Amaury Denoyelle · Fri Jul 08 17:19:40 2022 +0200
  81. a88e8bf BUILD: http: silence an uninitialized warning affecting gcc-5 by Willy Tarreau · Sun Jul 10 13:13:52 2022 +0200
  82. 0d02377 MEDIUM: epoll: don't synchronously delete migrated FDs by Willy Tarreau · Sat Jul 09 18:36:49 2022 +0200
  83. 372b38f BUG/MEDIUM: mux-h1: Handle connection error after a synchronous send by Christopher Faulet · Fri Jul 08 15:20:31 2022 +0200
  84. 52fc0cb BUG/MEDIUM: http-ana: Don't wait to have an empty buf to switch in TUNNEL state by Christopher Faulet · Fri Jul 08 09:22:17 2022 +0200
  85. 5966e40 BUG/MINOR: mux-h1: Be sure to commit htx changes in the demux buffer by Christopher Faulet · Fri Jul 08 09:02:59 2022 +0200
  86. a46a99e MEDIUM: mworker/systemd: send STATUS over sd_notify by William Lallemand · Thu Jul 07 14:00:36 2022 +0200
  87. 12f6dbb BUG/MEDIUM: http-fetch: Don't fetch the method if there is no stream by Christopher Faulet · Wed Jul 06 17:53:02 2022 +0200
  88. d1d983f MINOR: http-htx: Use new HTTP functions for the scheme based normalization by Christopher Faulet · Tue Jul 05 10:24:52 2022 +0200
  89. 3f5fbe9 BUG/MEDIUM: h1: Improve authority validation for CONNCET request by Christopher Faulet · Tue Jul 05 14:50:17 2022 +0200
  90. ca7218a MINOR: http: Add function to detect default port by Christopher Faulet · Tue Jul 05 09:53:37 2022 +0200
  91. 658f971 MINOR: http: Add function to get port part of a host by Christopher Faulet · Tue Jul 05 09:48:39 2022 +0200
  92. 0eab050 BUG/MINOR: http-htx: Fix scheme based normalization for URIs wih userinfo by Christopher Faulet · Wed Jul 06 17:41:31 2022 +0200
  93. 1d93217 BUG/MINOR: peers: fix possible NULL dereferences at config parsing by William Lallemand · Wed Jul 06 14:30:23 2022 +0200
  94. ad92fdf CLEANUP: thread: also remove a thread's bit from stopping_threads on stop by Willy Tarreau · Wed Jul 06 10:17:21 2022 +0200
  95. f34a3fa BUG/MEDIUM: thread: mask stopping_threads with threads_enabled when checking it by Willy Tarreau · Wed Jul 06 10:13:05 2022 +0200
  96. 4c3d3d2 BUG/MINOR: http-act: Properly generate 103 responses when several rules are used by Christopher Faulet · Tue Jul 05 16:24:15 2022 +0200
  97. 4c8e58d BUG/MINOR: http-check: Preserve headers if not redefined by an implicit rule by Christopher Faulet · Tue Jul 05 15:33:53 2022 +0200
  98. f0196f4 CLEANUP: bwlim: Set pointers to NULL when memory is released by Christopher Faulet · Fri Jun 24 14:52:18 2022 +0200
  99. d2494e0 BUG/MEDIUM: peers/config: properly set the thread mask by Willy Tarreau · Tue Jul 05 16:00:56 2022 +0200
  100. 8d15813 BUG/MINOR: peers/config: always fill the bind_conf's argument by Willy Tarreau · Tue Jul 05 15:54:09 2022 +0200