1. 3f39b40 MINOR: mux-quic: rename qcs flag FIN_RECV to SIZE_KNOWN by Amaury Denoyelle · Fri Jul 01 16:11:03 2022 +0200
  2. a509ffb MEDIUM: mux-quic: refactor streams opening by Amaury Denoyelle · Mon Jul 04 15:50:33 2022 +0200
  3. 321fa77 REORG: mux-quic: reorganize flow-control fields by Amaury Denoyelle · Mon Jul 04 15:31:43 2022 +0200
  4. a441ec9 CLEANUP: mux-quic: do not export qc_get_ncbuf by Amaury Denoyelle · Mon Jul 04 15:48:57 2022 +0200
  5. 36d9097 MINOR: fd: Add BUG_ON checks on fd_insert() by Emeric Brun · Fri Jul 01 04:57:39 2022 -0700
  6. 1229ef3 MINOR: wdt: do not rely on threads_to_dump anymore by Willy Tarreau · Fri Jul 01 17:26:15 2022 +0200
  7. a2b8ed4 MINOR: thread: add is_thread_harmless() to know if a thread already is harmless by Willy Tarreau · Fri Jul 01 17:11:03 2022 +0200
  8. 598cf3f MAJOR: threads: change thread_isolate to support inter-group synchronization by Willy Tarreau · Fri Jul 01 15:08:37 2022 +0200
  9. ef422ce MEDIUM: thread: make stopping_threads per-group and add stopping_tgroups by Willy Tarreau · Tue Jun 28 19:29:29 2022 +0200
  10. 03f9b35 MEDIUM: tinfo: add a dynamic thread-group context by Willy Tarreau · Mon Jun 27 16:02:24 2022 +0200
  11. 22b2a24 CLEANUP: thread: remove thread_sync_release() and thread_sync_mask by Willy Tarreau · Mon Jun 27 15:05:44 2022 +0200
  12. 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
  13. 377e37a MINOR: tinfo: add the mask of enabled threads in each group by Willy Tarreau · Fri Jun 24 15:18:49 2022 +0200
  14. 60fe4a9 MINOR: tinfo: replace the tgid with tgid_bit in tgroup_info by Willy Tarreau · Tue Jun 28 17:48:07 2022 +0200
  15. 66ad98a MINOR: tinfo: add the tgid to the thread_info struct by Willy Tarreau · Tue Jun 28 10:49:57 2022 +0200
  16. 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
  17. 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
  18. 058b2c1 MINOR: poller: centralize poll return handling by Willy Tarreau · Wed Jun 22 15:21:34 2022 +0200
  19. bdcd325 MINOR: thread: only use atomic ops to touch the flags by Willy Tarreau · Wed Jun 22 09:19:46 2022 +0200
  20. 8e079cd MINOR: thread: move the flags to the shared cache line by Willy Tarreau · Wed Jun 22 09:00:08 2022 +0200
  21. f3efef4 MINOR: thread: make wake_thread() take care of the sleeping threads mask by Willy Tarreau · Mon Jun 20 09:14:40 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. 1f4bf72 MEDIUM: task: only keep task_new_*() and drop task_new() by Willy Tarreau · Wed Jun 15 16:37:33 2022 +0200
  33. cb85427 MEDIUM: applet: only keep appctx_new_*() and drop appctx_new() by Willy Tarreau · Wed Jun 15 16:35:51 2022 +0200
  34. 0ad00be CLEANUP: task: remove thread_mask from the struct task by Willy Tarreau · Wed Jun 15 15:57:53 2022 +0200
  35. 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
  36. 5b8e054 MEDIUM: task/debug: move the ->thread_mask integrity checks to ->tid by Willy Tarreau · Wed Jun 15 14:24:57 2022 +0200
  37. 6ef52f4 MEDIUM: task: add and preset a thread ID in the task struct by Willy Tarreau · Wed Jun 15 14:19:48 2022 +0200
  38. 66ef2c3 CLEANUP: config: remove unused proc_mask() by Willy Tarreau · Fri Jun 24 09:26:19 2022 +0200
  39. 252754c MINOR: tinfo: make tid temporarily still reflect global ID by Willy Tarreau · Tue Jun 14 10:43:01 2022 +0200
  40. 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
  41. e0a92a7 MINOR: ncbuf: implement ncb_is_fragmented() by Amaury Denoyelle · Fri Jul 01 14:45:41 2022 +0200
  42. 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
  43. 1ca1495 MINOR: quic: Duplicated QUIC_RX_BUFSZ definition by Frédéric Lécaille · Thu Jun 30 11:25:09 2022 +0200
  44. 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
  45. ad548b5 MINOR: task: Add tasklet_wakeup_after() by Frédéric Lécaille · Wed Jun 29 10:53:03 2022 +0200
  46. 628e89c BUILD: quic+h3: 32-bit compilation errors fixes by Frédéric Lécaille · Fri Jun 24 12:13:53 2022 +0200
  47. 27061cd MEDIUM: debug: improve DEBUG_MEM_STATS to also report pool alloc/free by Willy Tarreau · Thu Jun 23 10:54:17 2022 +0200
  48. 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
  49. 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
  50. 4f5777a MINOR: quic: Dump version_information transport parameter by Frédéric Lécaille · Mon Jun 20 19:39:26 2022 +0200
  51. 2aebaa4 BUG/MINOR: quic: Unexpected half open connection counter wrapping by Frédéric Lécaille · Fri Jun 17 15:11:32 2022 +0200
  52. 177aed5 MEDIUM: debug: detect redefinition of symbols upon dlopen() by Willy Tarreau · Sun Jun 19 16:49:51 2022 +0200
  53. 40dde2d MEDIUM: debug: add a tainted flag when a shared library is loaded by Willy Tarreau · Sun Jun 19 16:41:59 2022 +0200
  54. 0b7b639 MINOR: hlua: add a new hlua_show_current_location() function by Willy Tarreau · Sun Jun 19 17:39:33 2022 +0200
  55. b68f77d BUG/MEDIUM: stream: Properly handle destructive client connection upgrades by Christopher Faulet · Thu Jun 16 16:24:16 2022 +0200
  56. e06f745 CLEANUP: quic: Remove any reference to boringssl by Frédéric Lécaille · Thu Jun 16 15:06:44 2022 +0200
  57. 301425b MEDIUM: quic: Compatible version negotiation implementation (draft-08) by Frédéric Lécaille · Tue Jun 14 17:40:39 2022 +0200
  58. 86845c5 MEDIUM: quic: Add QUIC v2 draft support by Frédéric Lécaille · Wed Jun 08 19:28:36 2022 +0200
  59. 83bf9ca CLEANUP: quid: QUIC draft-28 no more supported by Frédéric Lécaille · Wed Jun 08 15:23:46 2022 +0200
  60. fa94f77 BUG/MINOR: quic: Wrong PTO calculation by Frédéric Lécaille · Wed Jun 08 10:09:39 2022 +0200
  61. 3f96a0a MINOR: quic: Add several nonce and key definitions for Retry tag by Frédéric Lécaille · Wed Jun 08 08:26:03 2022 +0200
  62. 60ef19f BUG/MINOR: h3/qpack: deal with too many headers by Amaury Denoyelle · Tue Jun 14 17:38:36 2022 +0200
  63. 53eef46 MINOR: qpack: reduce dependencies on other modules by Amaury Denoyelle · Tue Jun 14 16:34:32 2022 +0200
  64. c5d31ed MINOR: qpack: add comments and remove a useless trace by Amaury Denoyelle · Tue Jun 14 17:34:53 2022 +0200
  65. 3ccb14d MINOR: thread: get rid of MAX_THREADS_MASK by Willy Tarreau · Tue Jun 14 11:18:40 2022 +0200
  66. 1a85a95 MINOR: tinfo: remove the global thread ID bit (tid_bit) by Willy Tarreau · Tue Jun 14 10:43:01 2022 +0200
  67. 680ed5f MINOR: task: move profiling bit to per-thread by Willy Tarreau · Mon Jun 13 15:59:39 2022 +0200
  68. b9e0640 BUG/MEDIUM: mux-quic: fix flow control connection Tx level by Amaury Denoyelle · Fri Jun 10 15:16:21 2022 +0200
  69. c715eb7 BUG/MINOR: h3: fix frame type definition by Amaury Denoyelle · Thu Jun 09 11:51:01 2022 +0200
  70. 7d318ed BUILD: compiler: implement unreachable for older compilers too by Willy Tarreau · Wed Jun 08 12:14:23 2022 +0200
  71. 1f21ebd MINOR: mux-quic/h3: adjust demuxing function return values by Amaury Denoyelle · Tue Jun 07 17:30:55 2022 +0200
  72. 62eef85 MINOR: mux-quic: simplify decode_qcs API by Amaury Denoyelle · Fri Jun 03 16:40:34 2022 +0200
  73. c015679 MINOR: h3: add h3c pointer into h3s instance by Amaury Denoyelle · Fri Jun 03 15:29:07 2022 +0200
  74. 29698e3 [RELEASE] Released version 2.7-dev0 by Willy Tarreau · Tue May 31 17:05:27 2022 +0200
  75. 6391bb2 MINOR: version: it's development again by Willy Tarreau · Tue May 31 17:04:45 2022 +0200
  76. b2c1e08 MINOR: version: mention that it's LTS now. by Willy Tarreau · Tue May 31 16:53:13 2022 +0200
  77. 91a8791 BUILD: quic: use inttypes.h instead of stdint.h by Willy Tarreau · Mon May 30 16:37:17 2022 +0200
  78. 771483d MINOR: htx: add an unchecked version of htx_get_head_blk() by Willy Tarreau · Mon May 30 16:25:16 2022 +0200
  79. 6f7607e MINOR: h3: Add a statistics module for h3 by Frédéric Lécaille · Wed May 25 22:25:37 2022 +0200
  80. eb79145 MINOR: quic_stats: Add transport new counters (lost, stateless reset, drop) by Frédéric Lécaille · Tue May 24 16:01:39 2022 +0200
  81. 3ccea6d MINOIR: quic_stats: add QUIC connection errors counters by Frédéric Lécaille · Mon May 23 22:54:54 2022 +0200
  82. aee6757 MINOR: quic: Clarifications about transport parameters value by Frédéric Lécaille · Mon May 23 18:29:39 2022 +0200
  83. 2674098 MINOR: quic: Tunable "initial_max_streams_bidi" transport parameter by Frédéric Lécaille · Mon May 23 17:28:01 2022 +0200
  84. 1d96d6e MINOR: quic: Tunable "max_idle_timeout" transport parameter by Frédéric Lécaille · Mon May 23 16:38:14 2022 +0200
  85. c7785b5 MINOR: quic: Transport parameters dump by Frédéric Lécaille · Mon May 23 09:08:54 2022 +0200
  86. 748ece6 MINOR: quic: QUIC transport parameters split. by Frédéric Lécaille · Sat May 21 23:58:40 2022 +0200
  87. 57ac3fa CLEANUP: quic: No more used handshake output buffer by Frédéric Lécaille · Sat May 21 22:36:08 2022 +0200
  88. 56f61b6 CLEANUP: quic: Useless QUIC_CONN_TX_BUF_SZ definition by Frédéric Lécaille · Sat May 21 22:32:25 2022 +0200
  89. da59c89 CLEANUP: stconn: remove the new unneeded SE_FL_APP_MASK by Willy Tarreau · Fri May 27 17:03:34 2022 +0200
  90. e4ebe26 MINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CONSUME by Willy Tarreau · Fri May 27 16:43:52 2022 +0200
  91. d7b7e0d CLEANUP: mux-quic: rename the "endp" field to "sd" by Willy Tarreau · Fri May 27 16:09:35 2022 +0200
  92. e68bc61 CLEANUP: stconn: replace a few remaining occurrences of CS in comments or traces by Willy Tarreau · Fri May 27 11:23:05 2022 +0200
  93. 1d2c79a CLEANUP: obj_type: rename OBJ_TYPE_CS to OBJ_TYPE_SC by Willy Tarreau · Fri May 27 11:15:19 2022 +0200
  94. df1a2fc CLEANUP: stream: rename stream_upgrade_from_cs() to stream_upgrade_from_sc() by Willy Tarreau · Fri May 27 11:11:15 2022 +0200
  95. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · Fri May 27 11:08:15 2022 +0200
  96. caff631 CLEANUP: stats: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:17:46 2022 +0200
  97. b49672d CLEANUP: stream: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:13:37 2022 +0200
  98. 3215e73 CLEANUP: quic/h3: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:09:11 2022 +0200
  99. 0adb281 CLEANUP: stconn: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:02:48 2022 +0200
  100. 61f5675 CLEANUP: connection: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:00:13 2022 +0200