1. d6a352a MEDIUM: quic: handle CIDs to rattach received packets to connection by Amaury Denoyelle · Wed Nov 24 15:32:46 2021 +0100
  2. 42b9f1c CLEANUP: quic: add comments on CID code by Amaury Denoyelle · Wed Nov 24 15:29:53 2021 +0100
  3. 73dec76 [RELEASE] Released version 2.6-dev0 by Willy Tarreau · Tue Nov 23 15:50:11 2021 +0100
  4. 3b068c4 MINOR: version: it's development again by Willy Tarreau · Tue Nov 23 15:48:35 2021 +0100
  5. 9dc4057 MINOR: version: mention that it's stable now by Willy Tarreau · Tue Nov 23 15:38:10 2021 +0100
  6. a4d09e7 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Nov 20 23:11:12 2021 +0500
  7. 66cbb82 MINOR: quic: Send CONNECTION_CLOSE frame upon TLS alert by Frédéric Lécaille · Wed Nov 17 11:56:21 2021 +0100
  8. 2b2032a MINOR: quic: Update some QUIC protocol errors by Frédéric Lécaille · Tue Nov 16 14:34:24 2021 +0100
  9. ca98a7f MINOR: quic: Anti-amplification implementation by Frédéric Lécaille · Wed Nov 10 17:30:15 2021 +0100
  10. a956d15 MINOR: quic: Support transport parameters draft TLS extension by Frédéric Lécaille · Wed Nov 10 09:24:22 2021 +0100
  11. e18d4e8 BUG/MEDIUM: ssl: backend TLS resumption with sni and TLSv1.3 by William Lallemand · Wed Nov 17 02:59:21 2021 +0100
  12. 154bc7f MINOR: quic: support hq-interop by Amaury Denoyelle · Fri Nov 12 16:09:54 2021 +0100
  13. 71e588c MEDIUM: quic: inspect ALPN to install app_ops by Amaury Denoyelle · Fri Nov 12 11:23:29 2021 +0100
  14. abbe91e MINOR: quic: redirect app_ops snd_buf through mux by Amaury Denoyelle · Fri Nov 12 16:09:29 2021 +0100
  15. 8c13a92 BUG/MEDIUM: connection: make cs_shutr/cs_shutw//cs_close() idempotent by Willy Tarreau · Sun Nov 14 13:42:17 2021 +0100
  16. 6883674 MINOR: mworker: implement a reload failure counter by William Lallemand · Wed Nov 10 10:49:06 2021 +0100
  17. f14d750 BUG/MEDIUM: conn-stream: Don't reset CS flags on close by Christopher Faulet · Wed Nov 10 15:12:47 2021 +0100
  18. 42d7c40 MINOR: promex: backend aggregated server check status by William Dauchy · Sun Nov 07 10:18:47 2021 +0100
  19. d3141b1 DOC: stats: fix location of the text representation by William Dauchy · Sat Nov 06 12:30:43 2021 +0100
  20. 49b0482 CLEANUP: chunk: remove misleading chunk_strncat() function by Willy Tarreau · Mon Nov 08 11:44:47 2021 +0100
  21. 8f1d178 CLEANUP: chunk: Remove duplicated chunk_Xcat implementation by Tim Duesterhus · Mon Nov 08 09:05:05 2021 +0100
  22. 6f74976 MEDIUM: connection: rename fc_conn_err and bc_conn_err to fc_err and bc_err by Willy Tarreau · Fri Nov 05 17:07:03 2021 +0100
  23. 46ea033 MINOR: quic: Remove a useless lock for CRYPTO frames by Frédéric Lécaille · Wed Nov 03 18:39:59 2021 +0100
  24. 324ecda MINOR: quic: Enhance the listener RX buffering part by Frédéric Lécaille · Tue Nov 02 10:14:44 2021 +0100
  25. c5c69a0 CLEANUP: quic: Remove useless code by Frédéric Lécaille · Wed Oct 20 17:24:42 2021 +0200
  26. c1029f6 MINOR: quic: Allocate listener RX buffers by Frédéric Lécaille · Wed Oct 20 11:09:58 2021 +0200
  27. f8642ee MEDIUM: resolvers: rename dns extra counters to resolvers extra counters by Emeric Brun · Fri Oct 29 17:59:18 2021 +0200
  28. d174f0e MINOR: resolvers/dns: split dns and resolver counters in dns_counter struct by Emeric Brun · Fri Oct 29 17:30:41 2021 +0200
  29. 9c3251d MEDIUM: server/backend: implement websocket protocol selection by Amaury Denoyelle · Mon Oct 18 14:39:57 2021 +0200
  30. ac03ef2 MINOR: connection: add alternative mux_ops param for conn_install_mux_be by Amaury Denoyelle · Thu Oct 28 16:36:11 2021 +0200
  31. 2454bda MINOR: connection: implement function to update ALPN by Amaury Denoyelle · Mon Oct 18 14:32:36 2021 +0200
  32. 90ac605 MINOR: stream/mux: implement websocket stream flag by Amaury Denoyelle · Mon Oct 18 14:45:49 2021 +0200
  33. 5592c7b BUILD/MINOR: cpuset freebsd build fix by David Carlier · Sat Oct 30 12:22:21 2021 +0100
  34. bd5739e MINOR: httpclient/lua: handle the streaming into the lua applet by William Lallemand · Thu Oct 28 15:41:38 2021 +0200
  35. 0da616e MINOR: httpclient: request streaming with a callback by William Lallemand · Thu Oct 28 15:34:26 2021 +0200
  36. 04065b8 MINOR: atomic: remove the memcpy() call and dependency on string.h by Willy Tarreau · Thu Oct 28 09:41:29 2021 +0200
  37. c050dc6 BUILD: atomic: fix build on mac/arm64 by David CARLIER · Sat Oct 23 14:43:42 2021 +0100
  38. 4957a32 BUILD: atomic: prefer __atomic_compare_exchange_n() for __ha_cas_dw() by Willy Tarreau · Thu Oct 28 08:53:33 2021 +0200
  39. 14e7f29 MINOR: protocols: replace protocol_by_family() with protocol_lookup() by Willy Tarreau · Wed Oct 27 17:41:07 2021 +0200
  40. e3b4518 MINOR: protocols: make use of the protocol type to select the protocol by Willy Tarreau · Wed Oct 27 17:28:55 2021 +0200
  41. 337edfd MINOR: protocols: add a new protocol type selector by Willy Tarreau · Wed Oct 27 17:05:36 2021 +0200
  42. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · Wed Oct 27 09:34:56 2021 +0200
  43. 859ff84 MINOR: stream-int: Add src and dst addresses to the stream-interface by Christopher Faulet · Fri Oct 22 17:25:58 2021 +0200
  44. f46e1ea MINOR: session: Add src and dst addresses to the session by Christopher Faulet · Fri Oct 22 15:41:57 2021 +0200
  45. cc6fc26 MINOR: connection: Add function to get src/dst without updating the connection by Christopher Faulet · Fri Oct 22 16:33:28 2021 +0200
  46. 99163b7 CLEANUP: tools: Use const address for get_net_port() and get_host_port() by Christopher Faulet · Fri Oct 22 15:32:48 2021 +0200
  47. 4bfce39 CLEANUP: connection: No longer export make_proxy_line_v1/v2 functions by Christopher Faulet · Fri Oct 22 14:33:59 2021 +0200
  48. 24a58fb CLEANUP: lua: Remove any ambiguities about lua txn execution context flags by Christopher Faulet · Mon Oct 25 11:41:53 2021 +0200
  49. dec25c3 MINOR: httpclient: support payload within a buffer by William Lallemand · Mon Oct 25 19:48:37 2021 +0200
  50. 28c5b3c BUILD: fix compilation on NetBSD by Amaury Denoyelle · Thu Oct 21 10:57:02 2021 +0200
  51. 46be7e9 MINOR: quic: Increase the size of handshake RX UDP datagrams by Frédéric Lécaille · Fri Oct 22 15:04:27 2021 +0200
  52. 20b622e MINOR: connection: add a new CO_FL_WANT_DRAIN flag to force drain on close by Willy Tarreau · Thu Oct 21 21:31:42 2021 +0200
  53. 3193eb9 BUG/MINOR: task: do not set TASK_F_USR1 for no reason by Willy Tarreau · Thu Oct 21 16:17:29 2021 +0200
  54. c79f014 MINOR: list: add new macro LIST_INLIST_ATOMIC() by Willy Tarreau · Thu Oct 21 14:06:01 2021 +0200
  55. 9628c42 OPTIM: resolvers: move the eb32 node before the data in the answer_item by Willy Tarreau · Thu Oct 21 14:45:28 2021 +0200
  56. dd362b7 BUG/MAJOR: buf: fix varint API post- vs pre- increment by Willy Tarreau · Thu Oct 21 15:05:34 2021 +0200
  57. 7893ae1 MEDIUM: resolvers: replace the answer_list with a (flat) tree by Willy Tarreau · Thu Oct 21 07:39:57 2021 +0200
  58. 6878f80 MEDIUM: resolvers: remove the last occurrences of the "safe" argument by Willy Tarreau · Wed Oct 20 14:07:31 2021 +0200
  59. 2acc160 CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records() by Willy Tarreau · Tue Oct 19 11:16:11 2021 +0200
  60. 1c891bc MINOR: jwt: jwt_verify returns negative values in case of error by Remi Tricot-Le Breton · Mon Oct 18 15:14:49 2021 +0200
  61. f480768 CLEANUP: Consistently `unsigned int` for bitfields by Tim Duesterhus · Sat Oct 16 18:24:18 2021 +0200
  62. bd6b4be CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Oct 15 16:18:21 2021 +0500
  63. 5671780 MINOR: proxy: Add PR_FL_READY flag on fully configured and usable proxies by Christopher Faulet · Wed Oct 13 10:10:09 2021 +0200
  64. 27c8d20 MINOR: proxy: Be able to reference the defaults section used by a proxy by Christopher Faulet · Wed Oct 13 09:50:53 2021 +0200
  65. b405420 MEDIUM: proxy: Warn about ambiguous use of named defaults sections by Christopher Faulet · Tue Oct 12 18:57:43 2021 +0200
  66. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
  67. cc8fd4c MINOR: resolvers: merge address and target into a union "data" by Willy Tarreau · Thu Oct 14 22:52:04 2021 +0200
  68. b4ca019 BUG/MEDIUM: resolvers: use correct storage for the target address by Willy Tarreau · Thu Oct 14 22:30:38 2021 +0200
  69. 6dfbef4 MEDIUM: listener: add the "shards" bind keyword by Willy Tarreau · Tue Oct 12 15:23:03 2021 +0200
  70. 59a877d MINOR: listeners: add clone_listener() to duplicate listeners at boot time by Willy Tarreau · Tue Oct 12 09:36:10 2021 +0200
  71. 01cac3f MEDIUM: listeners: split the thread mask between receiver and bind_conf by Willy Tarreau · Tue Oct 12 08:47:54 2021 +0200
  72. 1dbf578 BUILD: jwt: fix declaration of EVP_KEY in jwt-h.h by William Lallemand · Thu Oct 14 16:51:08 2021 +0200
  73. 130e142 MEDIUM: jwt: Add jwt_verify converter to verify JWT integrity by Remi Tricot-Le Breton · Fri Oct 01 15:36:58 2021 +0200
  74. 864089e MINOR: jwt: Insert public certificates into dedicated JWT tree by Remi Tricot-Le Breton · Fri Oct 01 15:36:56 2021 +0200
  75. e0d3c00 MINOR: jwt: JWT tokenizing helper function by Remi Tricot-Le Breton · Fri Oct 01 15:36:55 2021 +0200
  76. 7feb361 MINOR: jwt: Parse JWT alg field by Remi Tricot-Le Breton · Fri Oct 01 15:36:54 2021 +0200
  77. f5dd337 MINOR: http: Add http_auth_bearer sample fetch by Remi Tricot-Le Breton · Fri Oct 01 15:36:53 2021 +0200
  78. 493bb1d MINOR: quic: handle CONNECTION_CLOSE frame by Amaury Denoyelle · Wed Oct 13 16:34:49 2021 +0200
  79. 1e308ff MINOR: mux: remove last occurences of qcc ring buffer by Amaury Denoyelle · Tue Oct 12 18:14:12 2021 +0200
  80. cae0791 MEDIUM: mux-quic: defer stream shut if remaining tx data by Amaury Denoyelle · Fri Oct 08 17:57:41 2021 +0200
  81. d3d97c6 MEDIUM: mux-quic: rationalize tx buffers between qcc/qcs by Amaury Denoyelle · Tue Oct 05 11:45:58 2021 +0200
  82. b01179a MINOR: ssl: Add ssllib_name_startswith precondition by Remi Tricot-Le Breton · Mon Oct 11 15:34:12 2021 +0200
  83. c9e4868 MINOR: rules: add a file name and line number to act_rules by Willy Tarreau · Mon Oct 11 09:13:07 2021 +0200
  84. d535f80 MINOR: rules: add a new function new_act_rule() to allocate act_rules by Willy Tarreau · Mon Oct 11 08:49:26 2021 +0200
  85. e972c0a MINOR: initcall: Rename __GLOBL and __GLOBL1. by Olivier Houchard · Sat Oct 09 01:53:03 2021 +0200
  86. db2ab82 MEDIUM: stick-table: never learn the "conn_cur" value from peers by Willy Tarreau · Fri Oct 08 17:53:12 2021 +0200
  87. 627def9 MINOR: threads: add a new function to resolve config groups and masks by Willy Tarreau · Wed Sep 29 18:59:47 2021 +0200
  88. d57b9ff MEDIUM: listeners: support the definition of thread groups on bind lines by Willy Tarreau · Wed Sep 29 18:50:31 2021 +0200
  89. b90935c MINOR: threads: add the current group ID in thread-local "tgid" variable by Willy Tarreau · Thu Sep 30 08:00:11 2021 +0200
  90. 43ab05b MEDIUM: threads: replace ha_set_tid() with ha_set_thread() by Willy Tarreau · Tue Sep 28 09:43:11 2021 +0200
  91. cc7a11e MINOR: threads: set the tid, ltid and their bit in thread_cfg by Willy Tarreau · Tue Sep 28 08:53:11 2021 +0200
  92. 6eee85f MINOR: threads: set the group ID and its bit in the thread group by Willy Tarreau · Tue Sep 28 08:50:02 2021 +0200
  93. e6806eb MEDIUM: threads: automatically assign threads to groups by Willy Tarreau · Mon Sep 27 10:10:26 2021 +0200
  94. fc69e41 MINOR: threads: make tg point to the current thread's group by Willy Tarreau · Tue Sep 28 08:58:49 2021 +0200
  95. d04bc3a MINOR: global: add a new "thread-group" directive by Willy Tarreau · Mon Sep 27 13:55:10 2021 +0200
  96. c33b969 MINOR: global: add a new "thread-groups" directive by Willy Tarreau · Wed Sep 22 12:07:23 2021 +0200
  97. f966284 MINOR: threads: introduce a minimalistic notion of thread-group by Willy Tarreau · Mon Sep 13 18:11:26 2021 +0200
  98. 6036342 MINOR: thread: make "ti" a const pointer and clean up thread_info a bit by Willy Tarreau · Fri Oct 01 16:29:27 2021 +0200
  99. b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · Thu Sep 30 19:02:18 2021 +0200
  100. a0b9953 REORG: thread/sched: move the thread_info flags to the thread_ctx by Willy Tarreau · Thu Sep 30 18:48:37 2021 +0200