1. de6f7c5 MINOR: quic: Prepare Handshake packets asap after completed handshake by Frédéric Lécaille · Mon Jan 03 17:25:53 2022 +0100
  2. 917a7db MINOR: quic: Do not drop secret key but drop the CRYPTO data by Frédéric Lécaille · Mon Jan 03 17:00:35 2022 +0100
  3. 466e9da MINOR: quic: Remove nb_pto_dgrams quic_conn struct member by Frédéric Lécaille · Wed Dec 29 12:04:13 2021 +0100
  4. 22576a2 MINOR: quic: Wrong ack_delay compution before calling quic_loss_srtt_update() by Frédéric Lécaille · Tue Dec 28 14:27:43 2021 +0100
  5. 09e0f83 MINOR: quic: Wrong packet number space computation for PTO by Frédéric Lécaille · Mon Dec 27 18:13:13 2021 +0100
  6. 1f6cf18 MINOR: quic: Wrong first packet number space computation by Frédéric Lécaille · Mon Dec 27 18:09:22 2021 +0100
  7. fde2a98 MINOR: quic: Wrong traces after rework by Frédéric Lécaille · Mon Dec 27 15:12:09 2021 +0100
  8. 148d7a0 BUG/MINOR: cli: fix _getsocks with musl libc by William Lallemand · Mon Jan 03 19:43:41 2022 +0100
  9. 5e87bcf CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes by Ilya Shipitsin · Sat Dec 25 11:45:52 2021 +0500
  10. f5e94b2 OPTIM: pools: reduce local pool cache size to 512kB by Willy Tarreau · Sun Jan 02 19:38:54 2022 +0100
  11. 43937e9 MEDIUM: pools: start to batch eviction from local caches by Willy Tarreau · Sun Jan 02 17:24:55 2022 +0100
  12. 337410c MINOR: pools: pass the objects count to pool_put_to_shared_cache() by Willy Tarreau · Sun Jan 02 15:15:54 2022 +0100
  13. 148160b MINOR: pools: prepare pool_item to support chained clusters by Willy Tarreau · Sun Jan 02 14:35:57 2022 +0100
  14. 91a8e28 MINOR: pool: add a function to estimate how many may be released at once by Willy Tarreau · Sun Jan 02 00:21:46 2022 +0100
  15. c16ed3b MINOR: pool: introduce pool_item to represent shared pool items by Willy Tarreau · Sat Jan 01 18:22:20 2022 +0100
  16. b46674a MINOR: pool: check for pool's fullness outside of pool_put_to_shared_cache() by Willy Tarreau · Thu Dec 30 17:37:33 2021 +0100
  17. a06f78b MINOR: pool: make pool_is_crowded() always true when no shared pools are used by Willy Tarreau · Sat Jan 01 21:00:07 2022 +0100
  18. 57c5c6d MINOR: pool: rely on pool_free_nocache() in pool_put_to_shared_cache() by Willy Tarreau · Thu Dec 30 17:20:27 2021 +0100
  19. 594775d CLEANUP: pools: group list updates in pool_get_from_cache() by Willy Tarreau · Sun Jan 02 19:34:19 2022 +0100
  20. afe2c4a MINOR: pool: allocate from the shared cache through the local caches by Willy Tarreau · Thu Dec 30 17:09:31 2021 +0100
  21. 8c49270 CLEANUP: pools: get rid of the POOL_LINK macro by Willy Tarreau · Sat Jan 01 17:10:50 2022 +0100
  22. 799f614 CLEANUP: pools: do not use the extra pointer to link shared elements by Willy Tarreau · Fri Dec 31 16:00:19 2021 +0100
  23. 4859984 DOC: pool: document the purpose of various structures in the code by Willy Tarreau · Thu Dec 30 16:35:32 2021 +0100
  24. f645047 BUILD/MINOR: cpuset FreeBSD 14 build fix. by David CARLIER · Fri Dec 31 05:00:12 2021 +0000
  25. 2c776f1 BUG/MEDIUM: ssl: initialize correctly ssl w/ default-server by William Lallemand · Tue Dec 28 18:47:17 2021 +0100
  26. 654726d MINOR: debug: add support for -dL to dump library names at boot by Willy Tarreau · Tue Dec 28 15:43:11 2021 +0100
  27. 6ab7b21 MINOR: debug: add ability to dump loaded shared libraries by Willy Tarreau · Tue Dec 28 09:57:10 2021 +0100
  28. 3f3a56c MINOR: compat: detect support for dl_iterate_phdr() by Willy Tarreau · Tue Dec 28 15:13:12 2021 +0100
  29. 266d540 BUG/MEDIUM: backend: fix possible sockaddr leak on redispatch by Willy Tarreau · Fri Dec 24 11:27:53 2021 +0100
  30. 76f47ca MEDIUM: quic: implement refcount for quic_conn by Amaury Denoyelle · Thu Dec 23 10:02:50 2021 +0100
  31. 7ca7c84 MINOR: quic: store ssl_sock_ctx reference into quic_conn by Amaury Denoyelle · Wed Dec 22 18:20:38 2021 +0100
  32. 010e532 MINOR: quic: Add CONNECTION_CLOSE phrase to trace by Frédéric Lécaille · Thu Dec 23 15:19:15 2021 +0100
  33. 1ede823 MINOR: quic: Add traces for RX frames (flow control related) by Frédéric Lécaille · Thu Dec 23 14:11:25 2021 +0100
  34. 01cfec7 MINOR: quic: Wrong dropped packet skipping by Frédéric Lécaille · Wed Dec 22 10:17:01 2021 +0100
  35. baea964 MINOR: trace: add quic_conn argument definition by Amaury Denoyelle · Tue Dec 21 11:26:02 2021 +0100
  36. 4fd53d7 MINOR: quic: add const qualifier for traces function by Amaury Denoyelle · Tue Dec 21 14:28:26 2021 +0100
  37. c15dd92 MINOR: quic: add reference to quic_conn in ssl context by Amaury Denoyelle · Tue Dec 21 11:41:52 2021 +0100
  38. 8a5b27a REORG: quic: move mux function outside of xprt by Amaury Denoyelle · Tue Dec 21 11:53:10 2021 +0100
  39. ccf973f MINOR: quic: Stop emptying the RX buffer asap. by Frédéric Lécaille · Mon Dec 20 17:12:42 2021 +0100
  40. 91ac6c3 MINOR: quic: Add a function to list remaining RX packets by encryption level by Frédéric Lécaille · Fri Dec 17 16:11:54 2021 +0100
  41. 0ece75c MINOR: quic: Increase the RX buffer for each connection by Frédéric Lécaille · Fri Dec 17 14:11:00 2021 +0100
  42. dbef985 MINOR: quic: simplify the removal from ODCID tree by Amaury Denoyelle · Thu Dec 16 16:15:18 2021 +0100
  43. 8efe032 MINOR: quic: refactor DCID lookup by Amaury Denoyelle · Wed Dec 15 16:32:56 2021 +0100
  44. adb2276 MINOR: quic: compare coalesced packets by DCID by Amaury Denoyelle · Tue Dec 14 15:04:14 2021 +0100
  45. c92cbfc MINOR: quic: refactor concat DCID with address for Initial packets by Amaury Denoyelle · Tue Dec 14 17:20:59 2021 +0100
  46. d496251 MINOR: quic: rename constant for haproxy CIDs length by Amaury Denoyelle · Tue Dec 14 17:17:28 2021 +0100
  47. 25eeebe MINOR: quic: Do not mix packet number space and connection flags by Frédéric Lécaille · Thu Dec 16 11:21:52 2021 +0100
  48. a5da31d MINOR: quic: Make xprt support 0-RTT. by Frédéric Lécaille · Tue Dec 14 19:44:14 2021 +0100
  49. b0bd62d MINOR: quic: Add quic_set_app_ops() function by Frédéric Lécaille · Tue Dec 14 19:34:08 2021 +0100
  50. 0371cd5 CLEANUP: quic: Remove cdata_len from quic_tx_packet struct by Frédéric Lécaille · Mon Dec 13 12:30:54 2021 +0100
  51. 1d2faa2 CLEANUP: quic_frame: Remove a useless suffix to STOP_SENDING by Frédéric Lécaille · Fri Dec 10 14:42:02 2021 +0100
  52. f57c333 MINOR: quic: Attach timer task to thread for the connection. by Frédéric Lécaille · Thu Dec 09 10:06:21 2021 +0100
  53. bb6bc95 MINOR: vars: Parse optional conditions passed to the set-var actions by Remi Tricot-Le Breton · Thu Dec 16 17:14:38 2021 +0100
  54. 51899d2 MINOR: vars: Parse optional conditions passed to the set-var converter by Remi Tricot-Le Breton · Thu Dec 16 17:14:37 2021 +0100
  55. d1a2e2b BUILD: ssl: unbreak the build with newer libressl by Daniel Jakots · Tue Dec 07 20:34:39 2021 -0500
  56. f5d48f8 MEDIUM: cfgparse: numa detect topology on FreeBSD. by David CARLIER · Mon Dec 06 11:00:10 2021 +0000
  57. a842ca1 MINOR: quic: Compilation fix for quic_rx_packet_refinc() by Frédéric Lécaille · Wed Dec 08 15:24:15 2021 +0100
  58. f3b0ba7 BUG/MINOR: mux-quic: properly initialize flow control by Amaury Denoyelle · Wed Dec 08 15:12:01 2021 +0100
  59. 5154e7a MINOR: quic: notify the mux on CONNECTION_CLOSE by Amaury Denoyelle · Wed Dec 08 14:51:04 2021 +0100
  60. 2873a31 MINOR: mux-quic: do not release qcs if there is remaining data to send by Amaury Denoyelle · Wed Dec 08 14:42:55 2021 +0100
  61. 9beb387 BUILD: mux-quic: fix compilation with DEBUG_MEM_STATS by Amaury Denoyelle · Tue Dec 07 17:27:47 2021 +0100
  62. db44338 MINOR: quic: add HTX EOM on request end by Amaury Denoyelle · Tue Nov 30 11:23:29 2021 +0100
  63. 73dcc6e MINOR: quic: Remove QUIC TX packet length evaluation function by Frédéric Lécaille · Tue Dec 07 15:27:44 2021 +0100
  64. fee7ba6 MINOR: quic: Delete remaining RX handshake packets by Frédéric Lécaille · Mon Dec 06 12:09:08 2021 +0100
  65. 7d807c9 MINOR: quic: QUIC encryption level RX packets race issue by Frédéric Lécaille · Mon Dec 06 08:56:38 2021 +0100
  66. d61bc8d MINOR: quic: Race issue when consuming RX packets buffer by Frédéric Lécaille · Thu Dec 02 14:46:19 2021 +0100
  67. 84ea8dc MEDIUM: mux-quic: handle when sending buffer is full by Amaury Denoyelle · Fri Dec 03 14:40:01 2021 +0100
  68. a3f222d MINOR: mux-quic: implement subscribe on stream by Amaury Denoyelle · Mon Dec 06 11:24:00 2021 +0100
  69. c2025c1 MEDIUM: quic: detect the stream FIN by Amaury Denoyelle · Fri Dec 03 15:03:36 2021 +0100
  70. deed777 MAJOR: mux-quic: implement a simplified mux version by Amaury Denoyelle · Fri Dec 03 11:36:46 2021 +0100
  71. d6ae912 BUILD: bug: Fix error when compiling with -DDEBUG_STRICT_NOCRASH by Christopher Faulet · Fri Dec 03 08:58:22 2021 +0100
  72. 02c8933 BUG/MEDIUM: h1: Properly reset h1m flags when headers parsing is restarted by Christopher Faulet · Wed Dec 01 18:01:48 2021 +0100
  73. c1699f8 MEDIUM: resolvers: No longer store query items in a list into the response by Christopher Faulet · Wed Dec 01 15:07:26 2021 +0100
  74. 4ab2679 BUG/MINOR: server: Don't rely on last default-server to init server SSL context by Christopher Faulet · Wed Dec 01 09:50:41 2021 +0100
  75. b1e190a MEDIUM: pool: Following up on previous pool trimming update. by David CARLIER · Fri Nov 26 20:44:44 2021 +0000
  76. 008386b MINOR: quic: Delete the ODCIDs asap by Frédéric Lécaille · Tue Nov 30 12:01:32 2021 +0100
  77. 40df78f MINOR: quic: Add structures to maintain key phase information by Frédéric Lécaille · Tue Nov 30 10:59:37 2021 +0100
  78. 39484de MINOR: quic: Add a function to derive the key update secrets by Frédéric Lécaille · Tue Nov 30 10:10:24 2021 +0100
  79. fc768ec MINOR: quic: Dynamically allocate the secrete keys by Frédéric Lécaille · Tue Nov 23 21:02:04 2021 +0100
  80. 1fc5e16 MINOR: quic: More accurate immediately close. by Frédéric Lécaille · Mon Nov 22 14:25:57 2021 +0100
  81. 067a82b MINOR: quic: Set "no_application_protocol" alert by Frédéric Lécaille · Fri Nov 19 17:02:20 2021 +0100
  82. d6a352a MEDIUM: quic: handle CIDs to rattach received packets to connection by Amaury Denoyelle · Wed Nov 24 15:32:46 2021 +0100
  83. 42b9f1c CLEANUP: quic: add comments on CID code by Amaury Denoyelle · Wed Nov 24 15:29:53 2021 +0100
  84. 73dec76 [RELEASE] Released version 2.6-dev0 by Willy Tarreau · Tue Nov 23 15:50:11 2021 +0100
  85. 3b068c4 MINOR: version: it's development again by Willy Tarreau · Tue Nov 23 15:48:35 2021 +0100
  86. 9dc4057 MINOR: version: mention that it's stable now by Willy Tarreau · Tue Nov 23 15:38:10 2021 +0100
  87. a4d09e7 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Nov 20 23:11:12 2021 +0500
  88. 66cbb82 MINOR: quic: Send CONNECTION_CLOSE frame upon TLS alert by Frédéric Lécaille · Wed Nov 17 11:56:21 2021 +0100
  89. 2b2032a MINOR: quic: Update some QUIC protocol errors by Frédéric Lécaille · Tue Nov 16 14:34:24 2021 +0100
  90. ca98a7f MINOR: quic: Anti-amplification implementation by Frédéric Lécaille · Wed Nov 10 17:30:15 2021 +0100
  91. a956d15 MINOR: quic: Support transport parameters draft TLS extension by Frédéric Lécaille · Wed Nov 10 09:24:22 2021 +0100
  92. e18d4e8 BUG/MEDIUM: ssl: backend TLS resumption with sni and TLSv1.3 by William Lallemand · Wed Nov 17 02:59:21 2021 +0100
  93. 154bc7f MINOR: quic: support hq-interop by Amaury Denoyelle · Fri Nov 12 16:09:54 2021 +0100
  94. 71e588c MEDIUM: quic: inspect ALPN to install app_ops by Amaury Denoyelle · Fri Nov 12 11:23:29 2021 +0100
  95. abbe91e MINOR: quic: redirect app_ops snd_buf through mux by Amaury Denoyelle · Fri Nov 12 16:09:29 2021 +0100
  96. 8c13a92 BUG/MEDIUM: connection: make cs_shutr/cs_shutw//cs_close() idempotent by Willy Tarreau · Sun Nov 14 13:42:17 2021 +0100
  97. 6883674 MINOR: mworker: implement a reload failure counter by William Lallemand · Wed Nov 10 10:49:06 2021 +0100
  98. f14d750 BUG/MEDIUM: conn-stream: Don't reset CS flags on close by Christopher Faulet · Wed Nov 10 15:12:47 2021 +0100
  99. 42d7c40 MINOR: promex: backend aggregated server check status by William Dauchy · Sun Nov 07 10:18:47 2021 +0100
  100. d3141b1 DOC: stats: fix location of the text representation by William Dauchy · Sat Nov 06 12:30:43 2021 +0100