1. 598cf3f MAJOR: threads: change thread_isolate to support inter-group synchronization by Willy Tarreau · Fri Jul 01 15:08:37 2022 +0200
  2. ef422ce MEDIUM: thread: make stopping_threads per-group and add stopping_tgroups by Willy Tarreau · Tue Jun 28 19:29:29 2022 +0200
  3. 03f9b35 MEDIUM: tinfo: add a dynamic thread-group context by Willy Tarreau · Mon Jun 27 16:02:24 2022 +0200
  4. 22b2a24 CLEANUP: thread: remove thread_sync_release() and thread_sync_mask by Willy Tarreau · Mon Jun 27 15:05:44 2022 +0200
  5. cce203a MINOR: thread: add a new all_tgroups_mask variable to know about active tgroups by Willy Tarreau · Fri Jun 24 15:55:11 2022 +0200
  6. c6cf64b MINOR: thread: use ltid_bit in ha_tkillall() by Willy Tarreau · Mon Jun 27 16:23:44 2022 +0200
  7. 1e7f0d6 MINOR: clock: use ltid_bit in clock_report_idle() by Willy Tarreau · Mon Jun 27 16:22:22 2022 +0200
  8. adc1f52 MINOR: wdt: use ltid_bit in wdt_handler() by Willy Tarreau · Mon Jun 27 16:20:13 2022 +0200
  9. 38d0712 MINOR: debug: use ltid_bit in ha_thread_dump() by Willy Tarreau · Mon Jun 27 16:13:50 2022 +0200
  10. 377e37a MINOR: tinfo: add the mask of enabled threads in each group by Willy Tarreau · Fri Jun 24 15:18:49 2022 +0200
  11. 60fe4a9 MINOR: tinfo: replace the tgid with tgid_bit in tgroup_info by Willy Tarreau · Tue Jun 28 17:48:07 2022 +0200
  12. 66ad98a MINOR: tinfo: add the tgid to the thread_info struct by Willy Tarreau · Tue Jun 28 10:49:57 2022 +0200
  13. e7475c8 MEDIUM: tasks/fd: replace sleeping_thread_mask with a TH_FL_SLEEPING flag by Willy Tarreau · Mon Jun 20 09:23:24 2022 +0200
  14. dce4ad7 MEDIUM: thread: add a new per-thread flag TH_FL_NOTIFIED to remember wakeups by Willy Tarreau · Wed Jun 22 15:38:38 2022 +0200
  15. 555c192 MINOR: poller: update_fd_polling: wake a random other thread by Willy Tarreau · Thu Jun 23 18:31:08 2022 +0200
  16. 962e5ba MEDIUM: polling: make update_fd_polling() not care about sleeping threads by Willy Tarreau · Thu Jun 23 18:38:06 2022 +0200
  17. 058b2c1 MINOR: poller: centralize poll return handling by Willy Tarreau · Wed Jun 22 15:21:34 2022 +0200
  18. bdcd325 MINOR: thread: only use atomic ops to touch the flags by Willy Tarreau · Wed Jun 22 09:19:46 2022 +0200
  19. 8e079cd MINOR: thread: move the flags to the shared cache line by Willy Tarreau · Wed Jun 22 09:00:08 2022 +0200
  20. f3efef4 MINOR: thread: make wake_thread() take care of the sleeping threads mask by Willy Tarreau · Mon Jun 20 09:14:40 2022 +0200
  21. 3fdacdd MEDIUM: queue: revert to regular inter-task wakeups by Willy Tarreau · Thu Jun 16 16:10:05 2022 +0200
  22. 319d136 MEDIUM: task: use regular eb32 trees for the run queues by Willy Tarreau · Thu Jun 16 16:28:01 2022 +0200
  23. c958c70 MINOR: task: replace global_tasks_mask with a check for tree's emptiness by Willy Tarreau · Thu Jun 16 15:59:36 2022 +0200
  24. da195e8 MINOR: task: remove grq_total and use rq_total instead by Willy Tarreau · Thu Jun 16 15:52:49 2022 +0200
  25. b17dd6c MEDIUM: task: replace the global rq_lock with a per-rq one by Willy Tarreau · Thu Jun 16 16:58:17 2022 +0200
  26. 6f78038 MEDIUM: task: move the shared runqueue to one per thread by Willy Tarreau · Thu Jun 16 15:30:50 2022 +0200
  27. a4fb79b MINOR: task: make rqueue_ticks atomic by Willy Tarreau · Thu Jun 16 15:44:35 2022 +0200
  28. fc5de15 CLEANUP: task: remove the now unused TASK_GLOBAL flag by Willy Tarreau · Thu Jun 16 16:05:02 2022 +0200
  29. 3961608 CLEANUP: task: remove the unused task_unlink_rq() by Willy Tarreau · Thu Jun 16 15:36:58 2022 +0200
  30. eed3911 MINOR: task: replace task_set_affinity() with task_set_thread() by Willy Tarreau · Wed Jun 15 17:20:16 2022 +0200
  31. 159e3ac MEDIUM: task: remove TASK_SHARED_WQ and only use t->tid by Willy Tarreau · Wed Jun 15 16:48:45 2022 +0200
  32. 3b7a19c MINOR: applet: always use task_new_on() on applet creation by Willy Tarreau · Wed Jun 15 16:40:58 2022 +0200
  33. 1f4bf72 MEDIUM: task: only keep task_new_*() and drop task_new() by Willy Tarreau · Wed Jun 15 16:37:33 2022 +0200
  34. cb85427 MEDIUM: applet: only keep appctx_new_*() and drop appctx_new() by Willy Tarreau · Wed Jun 15 16:35:51 2022 +0200
  35. 0ad00be CLEANUP: task: remove thread_mask from the struct task by Willy Tarreau · Wed Jun 15 15:57:53 2022 +0200
  36. c44d08e MAJOR: task: replace t->thread_mask with 1<<t->tid when thread mask is needed by Willy Tarreau · Wed Jun 15 15:44:00 2022 +0200
  37. 29ffe26 MAJOR: task: use t->tid instead of ffsl(t->thread_mask) to take the thread ID by Willy Tarreau · Wed Jun 15 14:31:38 2022 +0200
  38. 5b8e054 MEDIUM: task/debug: move the ->thread_mask integrity checks to ->tid by Willy Tarreau · Wed Jun 15 14:24:57 2022 +0200
  39. 6ef52f4 MEDIUM: task: add and preset a thread ID in the task struct by Willy Tarreau · Wed Jun 15 14:19:48 2022 +0200
  40. 8e5c53a MINOR: debug: remove mask support from "debug dev sched" by Willy Tarreau · Wed Jun 15 16:32:41 2022 +0200
  41. 66ef2c3 CLEANUP: config: remove unused proc_mask() by Willy Tarreau · Fri Jun 24 09:26:19 2022 +0200
  42. 252754c MINOR: tinfo: make tid temporarily still reflect global ID by Willy Tarreau · Tue Jun 14 10:43:01 2022 +0200
  43. 7d392a5 BUG/MEDIUM: ssl/fd: unexpected fd close using async engine by Emeric Brun · Fri Jul 01 17:36:50 2022 +0200
  44. f41a3f6 MINOR: fd: add a new FD_DISOWN flag to prevent from closing a deleted FD by Emeric Brun · Fri Jul 01 17:31:25 2022 +0200
  45. 6befccd BUG/MINOR: mux-quic: do not signal FIN if gap in buffer by Amaury Denoyelle · Fri Jul 01 11:26:04 2022 +0200
  46. e0a92a7 MINOR: ncbuf: implement ncb_is_fragmented() by Amaury Denoyelle · Fri Jul 01 14:45:41 2022 +0200
  47. 36d4b5e CLEANUP: mux-quic: adjust comment on qcs_consume() by Amaury Denoyelle · Fri Jul 01 11:25:40 2022 +0200
  48. 649b3fd MINOR: quic: Increase the QUIC connections RX buffer size (upto 64Kb) by Frédéric Lécaille · Thu Jun 30 12:04:38 2022 +0200
  49. 67fda16 CLEANUP: h2: Typo fix in h2_unsubcribe() traces by Frédéric Lécaille · Thu Jun 30 12:01:54 2022 +0200
  50. 1b0707f MINOR: quic: Improvements for the datagrams receipt by Frédéric Lécaille · Thu Jun 30 11:28:56 2022 +0200
  51. 1ca1495 MINOR: quic: Duplicated QUIC_RX_BUFSZ definition by Frédéric Lécaille · Thu Jun 30 11:25:09 2022 +0200
  52. 45a1629 MINOR: quic: Add new stats counter to diagnose RX buffer overrun by Frédéric Lécaille · Wed Jun 29 12:03:34 2022 +0200
  53. 95a8dfb BUG/MINOR: quic: Dropped packets not counted (with RX buffers full) by Frédéric Lécaille · Wed Jun 29 11:24:35 2022 +0200
  54. ad548b5 MINOR: task: Add tasklet_wakeup_after() by Frédéric Lécaille · Wed Jun 29 10:53:03 2022 +0200
  55. a7a4c80 MINOR: qpack: properly handle invalid dynamic table references by Amaury Denoyelle · Thu Jun 30 09:30:23 2022 +0200
  56. 46e992d BUG/MINOR: qpack: abort on dynamic index field line decoding by Amaury Denoyelle · Thu Jun 30 09:31:24 2022 +0200
  57. 2bc4786 MINOR: h3: handle errors on HEADERS parsing/QPACK decoding by Amaury Denoyelle · Thu Jun 30 10:04:42 2022 +0200
  58. 055de23 BUG/MINOR: qpack: fix build with QPACK_DEBUG by Amaury Denoyelle · Thu Jun 30 09:28:50 2022 +0200
  59. f9de4e9 [RELEASE] Released version 2.7-dev1 by Willy Tarreau · Fri Jun 24 22:09:05 2022 +0200
  60. 2b67770 MEDIUM: bwlim: Add support of bandwith limitation at the stream level by Christopher Faulet · Wed Jun 22 16:55:04 2022 +0200
  61. 628e89c BUILD: quic+h3: 32-bit compilation errors fixes by Frédéric Lécaille · Fri Jun 24 12:13:53 2022 +0200
  62. 2bed1f1 BUG/MAJOR: quic: Big RX dgrams leak with POST requests by Frédéric Lécaille · Thu Jun 23 21:05:05 2022 +0200
  63. 19ef636 BUG/MAJOR: quic: Big RX dgrams leak when fulfilling a buffer by Frédéric Lécaille · Thu Jun 23 18:00:37 2022 +0200
  64. 0c53568 BUG/MINOR: quic: Wrong reuse of fulfilled dgram RX buffer by Frédéric Lécaille · Thu Jun 23 17:47:10 2022 +0200
  65. 27061cd MEDIUM: debug: improve DEBUG_MEM_STATS to also report pool alloc/free by Willy Tarreau · Thu Jun 23 10:54:17 2022 +0200
  66. b8dec4a CLEANUP: pool/tree-wide: remove suffix "_pool" from certain pool names by Willy Tarreau · Thu Jun 23 11:02:08 2022 +0200
  67. 47af317 BUG/MINOR: stream: only free the req/res captures when set by Willy Tarreau · Thu Jun 23 11:46:14 2022 +0200
  68. aa55640 MINOR: freq_ctr: Add a function to get events excess over the current period by Christopher Faulet · Wed Jun 22 15:28:16 2022 +0200
  69. dbbdb25 BUG/MINOR: http-fetch: Use integer value when possible in "method" sample fetch by Christopher Faulet · Wed Jun 22 17:16:41 2022 +0200
  70. 5eb67f5 BUG/MINOR: http-ana: Set method to HTTP_METH_OTHER when an HTTP txn is created by Christopher Faulet · Wed Jun 22 17:12:05 2022 +0200
  71. 77ac6f5 BUG/MINOR: quic: Missing acknowledgments for trailing packets by Frédéric Lécaille · Tue Jun 21 15:14:59 2022 +0200
  72. 1bad7db BUG/MINOR: ssl: Do not look for key in extra files if already in pem by Remi Tricot-Le Breton · Tue Jun 07 16:29:44 2022 +0200
  73. d543ae0 BUILD: ssl_ckch: fix "maybe-uninitialized" build error on gcc-9.4 + ARM by Willy Tarreau · Wed Jun 22 05:40:25 2022 +0200
  74. 798d6fc TESTS: add a unit test for one_among_mask() by Willy Tarreau · Tue Jun 21 20:28:14 2022 +0200
  75. c7a8a3c MINOR: intops: add a function to return a valid bit position from a mask by Willy Tarreau · Tue Jun 21 20:19:54 2022 +0200
  76. 0a012aa BUG/MEDIUM: mworker: use default maxconn in wait mode by William Lallemand · Tue Jun 21 11:11:50 2022 +0200
  77. 4f5777a MINOR: quic: Dump version_information transport parameter by Frédéric Lécaille · Mon Jun 20 19:39:26 2022 +0200
  78. 57bddbc BUG/MINOR: quic: Acknowledgement must be forced during handshake by Frédéric Lécaille · Mon Jun 20 17:51:24 2022 +0200
  79. ae6547f REGTESTS: ssl: add the same cert for client/server by William Lallemand · Mon Jun 20 18:01:30 2022 +0200
  80. cb6c5f4 BUG/MEDIUM: ssl/cli: crash when crt inserted into a crt-list by William Lallemand · Mon Jun 20 16:51:53 2022 +0200
  81. debaa04 BUG/MINOR: qpack: abort on dynamic index field line decoding by Amaury Denoyelle · Mon Jun 20 15:47:46 2022 +0200
  82. 23f908c BUG/MINOR: quic: free rejected Rx packets by Amaury Denoyelle · Mon Jun 20 10:58:03 2022 +0200
  83. 2c31e12 BUG/MINOR: quic: purge conn Rx packet list on release by Amaury Denoyelle · Mon Jun 20 10:52:55 2022 +0200
  84. 483499d BUG/MINOR: quic_stats: Duplicate "quic_streams_data_blocked_bidi" field name by Frédéric Lécaille · Mon Jun 20 14:35:40 2022 +0200
  85. 2aebaa4 BUG/MINOR: quic: Unexpected half open connection counter wrapping by Frédéric Lécaille · Fri Jun 17 15:11:32 2022 +0200
  86. b1cb958 BUILD: quic: Wrong HKDF label constant variable initializations by Frédéric Lécaille · Thu Jun 16 17:53:46 2022 +0200
  87. 177aed5 MEDIUM: debug: detect redefinition of symbols upon dlopen() by Willy Tarreau · Sun Jun 19 16:49:51 2022 +0200
  88. 40dde2d MEDIUM: debug: add a tainted flag when a shared library is loaded by Willy Tarreau · Sun Jun 19 16:41:59 2022 +0200
  89. 0b7b639 MINOR: hlua: add a new hlua_show_current_location() function by Willy Tarreau · Sun Jun 19 17:39:33 2022 +0200
  90. 5c14340 MINOR: hlua: don't dump empty entries in hlua_traceback() by Willy Tarreau · Sun Jun 19 17:35:53 2022 +0200
  91. a892b7f BUG/MINOR: log: Properly test connection retries to fix dontlog-normal option by Christopher Faulet · Fri Jun 17 14:53:20 2022 +0200
  92. 82af3c6 CLEANUP: stconn: Don't expect to have no sedesc on detach by Christopher Faulet · Fri Jun 17 09:39:59 2022 +0200
  93. 9b8d7a1 MINOR: stream: Rely on stconn flags to abort stream destructive upgrade by Christopher Faulet · Fri Jun 17 09:36:57 2022 +0200
  94. b68f77d BUG/MEDIUM: stream: Properly handle destructive client connection upgrades by Christopher Faulet · Thu Jun 16 16:24:16 2022 +0200
  95. 9b3aa63 BUG/MINOR: task: fix thread assignment in tasklet_kill() by Willy Tarreau · Wed Jun 15 15:54:56 2022 +0200
  96. e06f745 CLEANUP: quic: Remove any reference to boringssl by Frédéric Lécaille · Thu Jun 16 15:06:44 2022 +0200
  97. 301425b MEDIUM: quic: Compatible version negotiation implementation (draft-08) by Frédéric Lécaille · Tue Jun 14 17:40:39 2022 +0200
  98. e17bf77 MINOR: quic: Released QUIC TLS extension for QUIC v2 draft by Frédéric Lécaille · Thu Jun 09 07:32:06 2022 +0200
  99. 86845c5 MEDIUM: quic: Add QUIC v2 draft support by Frédéric Lécaille · Wed Jun 08 19:28:36 2022 +0200
  100. 83bf9ca CLEANUP: quid: QUIC draft-28 no more supported by Frédéric Lécaille · Wed Jun 08 15:23:46 2022 +0200