1. 07cbd8e MINOR: clock: add now_mono_time_fast() function by Aurelien DARRAGON · Fri Nov 25 08:56:46 2022 +0100
  2. 0783a7b MINOR: listener: remove unneeded local accept flag by Amaury Denoyelle · Wed Apr 05 18:14:51 2023 +0200
  3. 739de3f MINOR: quic: properly finalize thread rebinding by Amaury Denoyelle · Tue Apr 11 14:42:31 2023 +0200
  4. 25174d5 MEDIUM: quic: implement thread affinity rebinding by Amaury Denoyelle · Wed Apr 05 17:52:05 2023 +0200
  5. 1304d19 MINOR: quic: delay post handshake frames after accept by Amaury Denoyelle · Tue Apr 11 16:46:03 2023 +0200
  6. a66e043 MINOR: protocol: define new callback set_affinity by Amaury Denoyelle · Wed Apr 05 18:16:28 2023 +0200
  7. 1e959ad MINOR: quic: remove TID encoding in CID by Amaury Denoyelle · Thu Apr 13 17:34:56 2023 +0200
  8. e83f937 MEDIUM: quic: use a global CID trees list by Amaury Denoyelle · Tue Apr 18 11:10:54 2023 +0200
  9. 6694728 MINOR: quic: remove TID ref from quic_conn by Amaury Denoyelle · Thu Apr 13 11:48:38 2023 +0200
  10. c2a9264 MINOR: quic: adjust quic CID derive API by Amaury Denoyelle · Thu Apr 13 15:26:18 2023 +0200
  11. 1a5cc19 MINOR: quic: adjust Rx packet type parsing by Amaury Denoyelle · Mon Apr 17 15:03:51 2023 +0200
  12. 591e798 CLEANUP: quic: rename quic_connection_id vars by Amaury Denoyelle · Wed Apr 12 10:04:49 2023 +0200
  13. 90e5027 CLEANUP: quic: remove unused scid_node by Amaury Denoyelle · Wed Apr 12 16:43:30 2023 +0200
  14. 22a368c CLEANUP: quic: remove unused QUIC_LOCK label by Amaury Denoyelle · Mon Apr 03 15:06:43 2023 +0200
  15. ca5309a MINOR: stconn: Add a flag to report EOS at the stream-connector level by Christopher Faulet · Mon Apr 17 16:17:32 2023 +0200
  16. a1d14a7 MINOR: stconn: Add a flag to ack endpoint errors at SC level by Christopher Faulet · Fri Apr 14 10:42:08 2023 +0200
  17. b2b1c3a MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown() by Christopher Faulet · Thu Apr 13 16:23:48 2023 +0200
  18. 208c712 MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONE by Christopher Faulet · Thu Apr 13 16:16:15 2023 +0200
  19. cfc11c0 MINOR: channel/stconn: Replace sc_shutr() by sc_abort() by Christopher Faulet · Thu Apr 13 16:10:23 2023 +0200
  20. 0c370ee MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONE by Christopher Faulet · Thu Apr 13 16:05:13 2023 +0200
  21. df7cd71 MINOR: channel/stconn: Replace channel_shutw_now() by sc_schedule_shutdown() by Christopher Faulet · Thu Apr 13 15:56:26 2023 +0200
  22. e38534c MINOR: stconn: Rename SC_FL_SHUTW_NOW in SC_FL_SHUT_WANTED by Christopher Faulet · Thu Apr 13 15:45:24 2023 +0200
  23. 12762f0 MINOR: channel/stconn: Replace channel_shutr_now() by sc_schedule_abort() by Christopher Faulet · Thu Apr 13 15:40:10 2023 +0200
  24. 573ead1 MINOR: stconn: Rename SC_FL_SHUTR_NOW in SC_FL_ABRT_WANTED by Christopher Faulet · Thu Apr 13 15:39:30 2023 +0200
  25. 7eb837d MINOR: stream: Introduce stream_abort() to abort on both sides in same time by Christopher Faulet · Thu Apr 13 15:22:29 2023 +0200
  26. 3db538a MINOR: channel: Forwad close to other side on abort by Christopher Faulet · Thu Apr 13 15:13:12 2023 +0200
  27. dbad8ec MINOR: stream: Uninline and export sess_set_term_flags() function by Christopher Faulet · Thu Apr 13 14:46:01 2023 +0200
  28. fad0e6c MINOR: quic: Add packet loss and maximum cc window to "show quic" by Frédéric Lécaille · Thu Apr 06 10:19:17 2023 +0200
  29. d30e82b MINOR: receiver: reserve special values for "shards" by Willy Tarreau · Thu Apr 13 17:11:23 2023 +0200
  30. 53fc98c MINOR: fd: implement fd_migrate_on() to migrate on a non-local thread by Amaury Denoyelle · Mon Apr 03 15:27:13 2023 +0200
  31. 7b44c26 MINOR: fd: add a lock bit with the tgid by Willy Tarreau · Thu Apr 13 14:27:48 2023 +0200
  32. 4d882bd MINOR: fd: optimize fd_claim_tgid() for use in fd_insert() by Willy Tarreau · Thu Apr 13 15:22:42 2023 +0200
  33. 97da942 MINOR: thread: keep a bitmask of enabled groups in thread_set by Willy Tarreau · Wed Mar 01 11:24:29 2023 +0100
  34. 3f21097 BUG/MINOR: stick_table: alert when type len has incorrect characters by William Lallemand · Thu Apr 13 14:33:52 2023 +0200
  35. 7f2b3f9 BUILD: bug.h: add a warning in the base API when unsafe functions are used by Willy Tarreau · Fri Apr 07 14:57:13 2023 +0200
  36. d499127 MINOR: compiler: define a __attribute__warning() macro by Willy Tarreau · Fri Apr 07 14:54:36 2023 +0200
  37. 988e19c BUILD: compiler: fix __equals_1() on older compilers by Willy Tarreau · Fri Apr 07 14:34:38 2023 +0200
  38. ead43fe MEDIUM: compression: Make it so we can compress requests as well. by Olivier Houchard · Thu Apr 06 00:33:48 2023 +0200
  39. dea25f5 MINOR: compression: Count separately request and response compression by Olivier Houchard · Thu Apr 06 00:33:01 2023 +0200
  40. db573e9 MINOR: compression: Store algo and type for both request and response by Olivier Houchard · Wed Apr 05 17:32:36 2023 +0200
  41. dfc11da MINOR: compression: Prepare compression code for request compression by Olivier Houchard · Wed Apr 05 16:25:57 2023 +0200
  42. 3ce0f01 MINOR: compression: Make compression offload a flag by Olivier Houchard · Mon Apr 03 22:22:24 2023 +0200
  43. 6bb26d4 BUG/MUNOR: http-ana: Use an unsigned integer for http_msg flags by Christopher Faulet · Thu Apr 06 08:58:42 2023 +0200
  44. 15adc4c MINOR: quic: remove address concatenation to ODCID by Amaury Denoyelle · Wed Apr 05 09:50:17 2023 +0200
  45. 2c98209 MINOR: quic: remove ODCID dedicated tree by Amaury Denoyelle · Mon Apr 03 18:50:58 2023 +0200
  46. ffcffa8 MINOR: http-ana: Add a HTTP_MSGF flag to state the Expect header was checked by Christopher Faulet · Wed Apr 05 10:33:31 2023 +0200
  47. c84899c MEDIUM: hlua/event_hdl: initial support for event handlers by Aurelien DARRAGON · Mon Feb 20 18:18:59 2023 +0100
  48. 4e5e266 MINOR: proxy: add findserver_unique_id() and findserver_unique_name() by Aurelien DARRAGON · Wed Feb 22 09:55:05 2023 +0100
  49. f751a97 MINOR: event_hdl: pause/resume for subscriptions by Aurelien DARRAGON · Fri Mar 10 10:45:58 2023 +0100
  50. b4b7320 MINOR: event_hdl: add event_hdl_async_equeue_size() function by Aurelien DARRAGON · Wed Mar 01 15:02:04 2023 +0100
  51. 9e98a27 MINOR: event_hdl: add event_hdl_async_equeue_isempty() function by Aurelien DARRAGON · Wed Mar 01 12:01:04 2023 +0100
  52. b289fd1 MINOR: event_hdl: normal tasks support for advanced async mode by Aurelien DARRAGON · Tue Feb 28 15:06:48 2023 +0100
  53. ef6ca67 BUG/MEDIUM: event_hdl: clean soft-stop handling by Aurelien DARRAGON · Thu Mar 16 10:54:24 2023 +0100
  54. 3a81e99 MINOR: event_hdl: global sublist management clarification by Aurelien DARRAGON · Thu Mar 16 11:16:05 2023 +0100
  55. d514ca4 BUG/MINOR: event_hdl: make event_hdl_subscribe thread-safe by Aurelien DARRAGON · Thu Feb 23 19:12:49 2023 +0100
  56. 53eb6ae BUG/MINOR: event_hdl: fix rid storage type by Aurelien DARRAGON · Wed Feb 22 09:26:41 2023 +0100
  57. 1edf36a MEDIUM: hlua_fcn: dynamic server iteration and indexing by Thierry Fournier · Fri Oct 07 13:25:51 2022 +0200
  58. 467913c MEDIUM: hlua: Dynamic list of frontend/backend in Lua by Thierry Fournier · Fri Sep 30 11:03:38 2022 +0200
  59. 599f231 MINOR: hlua: Fix two functions that return nothing useful by Thierry Fournier · Fri Sep 30 10:40:39 2022 +0200
  60. f175b08 BUG/MINOR: server/del: fix srv->next pointer consistency by Aurelien DARRAGON · Wed Feb 01 17:22:32 2023 +0100
  61. 75b9d1c MINOR: server: add SRV_F_DELETED flag by Aurelien DARRAGON · Tue Jan 24 14:40:01 2023 +0100
  62. 7faac7c MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directly by Christopher Faulet · Tue Apr 04 10:05:27 2023 +0200
  63. 87633c3 MEDIUM: tree-wide: Move flags about shut from the channel to the SC by Christopher Faulet · Mon Apr 03 18:32:50 2023 +0200
  64. 904763f MINOR: stconn/channel: Move CF_EOI into the SC and rename it by Christopher Faulet · Wed Mar 22 14:53:11 2023 +0100
  65. 84d3ef9 MINOR: stconn/channel: Move CF_EXPECT_MORE into the SC and rename it by Christopher Faulet · Fri Mar 17 15:45:58 2023 +0100
  66. 68ef218 MINOR: stconn/channel: Move CF_NEVER_WAIT into the SC and rename it by Christopher Faulet · Fri Mar 17 15:38:18 2023 +0100
  67. 5c281d5 MINOR: stconn/channel: Move CF_SEND_DONTWAIT into the SC and rename it by Christopher Faulet · Thu Mar 16 15:53:28 2023 +0100
  68. 9a790f6 MINOR: stconn/channel: Move CF_READ_DONTWAIT into the SC and rename it by Christopher Faulet · Thu Mar 16 14:40:03 2023 +0100
  69. 26e0935 MEDIUM: applet/trace: Register a new trace source with its events by Christopher Faulet · Wed Mar 29 17:42:28 2023 +0200
  70. a5915eb MINOR: applet: Uninline appctx_free() by Christopher Faulet · Wed Mar 29 17:37:48 2023 +0200
  71. 26e1432 BUG/MINOR: ssl: Undefined reference when building with OPENSSL_NO_DEPRECATED by Remi Tricot-Le Breton · Mon Apr 03 11:17:26 2023 +0200
  72. 7d6270a BUG/MAJOR: quic: Congestion algorithms states shared between the connection by Frédéric Lécaille · Sun Apr 02 12:43:22 2023 +0200
  73. 07be66d CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Apr 01 12:26:42 2023 +0200
  74. db4bc6b MINOR: quic: Add a fake congestion control algorithm named "nocc" by Frédéric Lécaille · Fri Mar 31 15:21:55 2023 +0200
  75. d721571 MEDIUM: quic: Ack delay implementation by Frédéric Lécaille · Fri Mar 24 18:13:37 2023 +0100
  76. 8f99194 MINOR: quic: Traces adjustments at proto level. by Frédéric Lécaille · Fri Mar 24 15:14:45 2023 +0100
  77. acc9cfd MINOR: quic: Adjustments for generic control congestion traces by Frédéric Lécaille · Fri Mar 24 14:16:28 2023 +0100
  78. d724331 BUG/MINOR: quic: Wrong use of now_ms timestamps (cubic algo) by Frédéric Lécaille · Tue Mar 21 11:54:02 2023 +0100
  79. 7e64d87 BUG/MINOR: backend: make be_usable_srv() consistent when stopping by Aurelien DARRAGON · Thu Mar 30 18:03:21 2023 +0200
  80. 110e4a8 MINOR: http_fetch: add case insensitive support for smp_fetch_url_param by Martin DOLEZ · Tue Mar 28 09:06:05 2023 -0400
  81. 2c5b9de CLEANUP: proxy: remove stop_time related dead code by Aurelien DARRAGON · Tue Mar 28 15:45:53 2023 +0200
  82. c425e03 BUG/MINOR: quic: Missing STREAM frame type updated by Frédéric Lécaille · Mon Mar 20 14:32:59 2023 +0100
  83. 1751db1 MINOR: pools: report a replaced memory allocator instead of just malloc_trim() by Willy Tarreau · Wed Mar 22 18:01:41 2023 +0100
  84. 7aee683 MINOR: pools: export trim_all_pools() by Willy Tarreau · Wed Mar 22 15:36:29 2023 +0100
  85. eaba76b MINOR: pools: intercept malloc_trim() instead of trying to plug holes by Willy Tarreau · Wed Mar 22 14:55:25 2023 +0100
  86. 1d0ed1a BUG/MINOR: trace: fix hardcoded level for TRACE_PRINTF by Amaury Denoyelle · Wed Mar 22 11:37:42 2023 +0100
  87. d8a97d8 BUG/MINOR: illegal use of the malloc_trim() function if jemalloc is used by Miroslav Zagorac · Wed Mar 22 12:52:19 2023 +0100
  88. 0de1e61 BUILD: thread: implement thread_harmless_end_sig() for threadless builds by Willy Tarreau · Wed Mar 22 10:26:58 2023 +0100
  89. 69869e6 MINOR: dynbuf: set POOL_F_NO_FAIL on buffer allocation by Willy Tarreau · Tue Mar 21 09:15:13 2023 +0100
  90. ac78c4f MINOR: ssl-sock: pass the CO_SFL_MSG_MORE info down the stack by Willy Tarreau · Fri Mar 17 16:13:05 2023 +0100
  91. ca07979 BUG/MINOR: quic: Missing STREAM frame data pointer updates by Frédéric Lécaille · Fri Mar 17 08:56:50 2023 +0100
  92. 9824f8c MINOR: buffer: add br_single() to check if a buffer ring has more than one buf by Willy Tarreau · Thu Mar 16 17:30:04 2023 +0100
  93. e5a26eb MINOR: buffer: add br_count() to return the number of allocated bufs by Willy Tarreau · Thu Mar 16 16:46:56 2023 +0100
  94. 3a7b539 BUG/MEDIUM: connection: Preserve flags when a conn is removed from an idle list by Christopher Faulet · Thu Mar 16 11:43:05 2023 +0100
  95. a6c0a59 MINOR: ssl: Use ocsp update task for "update ssl ocsp-response" command by Remi Tricot-Le Breton · Mon Mar 13 15:56:32 2023 +0100
  96. 8f6da64 MINOR: quic_sock: un-statify quic_conn_sock_fd_iocb() by Willy Tarreau · Fri Mar 10 12:04:02 2023 +0100
  97. 2078d4b BUG/MINOR: mworker: use MASTER_MAXCONN as default maxconn value by William Lallemand · Thu Mar 09 14:28:44 2023 +0100
  98. cd8914b BUG/MAJOR: fd/threads: close a race on closing connections after takeover by Willy Tarreau · Tue Mar 07 10:11:02 2023 -0800
  99. cc101cd BUG/MINOR: quic: Wrong RETIRE_CONNECTION_ID sequence number check by Frédéric Lécaille · Wed Mar 08 11:01:58 2023 +0100
  100. 5907fed MEDIUM: quic: release closing connections on stopping by Amaury Denoyelle · Wed Mar 08 10:37:45 2023 +0100