1. 010e532 MINOR: quic: Add CONNECTION_CLOSE phrase to trace by Frédéric Lécaille · Thu Dec 23 15:19:15 2021 +0100
  2. 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
  3. 01cfec7 MINOR: quic: Wrong dropped packet skipping by Frédéric Lécaille · Wed Dec 22 10:17:01 2021 +0100
  4. baea964 MINOR: trace: add quic_conn argument definition by Amaury Denoyelle · Tue Dec 21 11:26:02 2021 +0100
  5. 4fd53d7 MINOR: quic: add const qualifier for traces function by Amaury Denoyelle · Tue Dec 21 14:28:26 2021 +0100
  6. c15dd92 MINOR: quic: add reference to quic_conn in ssl context by Amaury Denoyelle · Tue Dec 21 11:41:52 2021 +0100
  7. 8a5b27a REORG: quic: move mux function outside of xprt by Amaury Denoyelle · Tue Dec 21 11:53:10 2021 +0100
  8. ccf973f MINOR: quic: Stop emptying the RX buffer asap. by Frédéric Lécaille · Mon Dec 20 17:12:42 2021 +0100
  9. 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
  10. 0ece75c MINOR: quic: Increase the RX buffer for each connection by Frédéric Lécaille · Fri Dec 17 14:11:00 2021 +0100
  11. dbef985 MINOR: quic: simplify the removal from ODCID tree by Amaury Denoyelle · Thu Dec 16 16:15:18 2021 +0100
  12. 8efe032 MINOR: quic: refactor DCID lookup by Amaury Denoyelle · Wed Dec 15 16:32:56 2021 +0100
  13. adb2276 MINOR: quic: compare coalesced packets by DCID by Amaury Denoyelle · Tue Dec 14 15:04:14 2021 +0100
  14. c92cbfc MINOR: quic: refactor concat DCID with address for Initial packets by Amaury Denoyelle · Tue Dec 14 17:20:59 2021 +0100
  15. d496251 MINOR: quic: rename constant for haproxy CIDs length by Amaury Denoyelle · Tue Dec 14 17:17:28 2021 +0100
  16. 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
  17. a5da31d MINOR: quic: Make xprt support 0-RTT. by Frédéric Lécaille · Tue Dec 14 19:44:14 2021 +0100
  18. b0bd62d MINOR: quic: Add quic_set_app_ops() function by Frédéric Lécaille · Tue Dec 14 19:34:08 2021 +0100
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. d1a2e2b BUILD: ssl: unbreak the build with newer libressl by Daniel Jakots · Tue Dec 07 20:34:39 2021 -0500
  25. f5d48f8 MEDIUM: cfgparse: numa detect topology on FreeBSD. by David CARLIER · Mon Dec 06 11:00:10 2021 +0000
  26. a842ca1 MINOR: quic: Compilation fix for quic_rx_packet_refinc() by Frédéric Lécaille · Wed Dec 08 15:24:15 2021 +0100
  27. f3b0ba7 BUG/MINOR: mux-quic: properly initialize flow control by Amaury Denoyelle · Wed Dec 08 15:12:01 2021 +0100
  28. 5154e7a MINOR: quic: notify the mux on CONNECTION_CLOSE by Amaury Denoyelle · Wed Dec 08 14:51:04 2021 +0100
  29. 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
  30. 9beb387 BUILD: mux-quic: fix compilation with DEBUG_MEM_STATS by Amaury Denoyelle · Tue Dec 07 17:27:47 2021 +0100
  31. db44338 MINOR: quic: add HTX EOM on request end by Amaury Denoyelle · Tue Nov 30 11:23:29 2021 +0100
  32. 73dcc6e MINOR: quic: Remove QUIC TX packet length evaluation function by Frédéric Lécaille · Tue Dec 07 15:27:44 2021 +0100
  33. fee7ba6 MINOR: quic: Delete remaining RX handshake packets by Frédéric Lécaille · Mon Dec 06 12:09:08 2021 +0100
  34. 7d807c9 MINOR: quic: QUIC encryption level RX packets race issue by Frédéric Lécaille · Mon Dec 06 08:56:38 2021 +0100
  35. d61bc8d MINOR: quic: Race issue when consuming RX packets buffer by Frédéric Lécaille · Thu Dec 02 14:46:19 2021 +0100
  36. 84ea8dc MEDIUM: mux-quic: handle when sending buffer is full by Amaury Denoyelle · Fri Dec 03 14:40:01 2021 +0100
  37. a3f222d MINOR: mux-quic: implement subscribe on stream by Amaury Denoyelle · Mon Dec 06 11:24:00 2021 +0100
  38. c2025c1 MEDIUM: quic: detect the stream FIN by Amaury Denoyelle · Fri Dec 03 15:03:36 2021 +0100
  39. deed777 MAJOR: mux-quic: implement a simplified mux version by Amaury Denoyelle · Fri Dec 03 11:36:46 2021 +0100
  40. d6ae912 BUILD: bug: Fix error when compiling with -DDEBUG_STRICT_NOCRASH by Christopher Faulet · Fri Dec 03 08:58:22 2021 +0100
  41. 02c8933 BUG/MEDIUM: h1: Properly reset h1m flags when headers parsing is restarted by Christopher Faulet · Wed Dec 01 18:01:48 2021 +0100
  42. 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
  43. 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
  44. b1e190a MEDIUM: pool: Following up on previous pool trimming update. by David CARLIER · Fri Nov 26 20:44:44 2021 +0000
  45. 008386b MINOR: quic: Delete the ODCIDs asap by Frédéric Lécaille · Tue Nov 30 12:01:32 2021 +0100
  46. 40df78f MINOR: quic: Add structures to maintain key phase information by Frédéric Lécaille · Tue Nov 30 10:59:37 2021 +0100
  47. 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
  48. fc768ec MINOR: quic: Dynamically allocate the secrete keys by Frédéric Lécaille · Tue Nov 23 21:02:04 2021 +0100
  49. 1fc5e16 MINOR: quic: More accurate immediately close. by Frédéric Lécaille · Mon Nov 22 14:25:57 2021 +0100
  50. 067a82b MINOR: quic: Set "no_application_protocol" alert by Frédéric Lécaille · Fri Nov 19 17:02:20 2021 +0100
  51. d6a352a MEDIUM: quic: handle CIDs to rattach received packets to connection by Amaury Denoyelle · Wed Nov 24 15:32:46 2021 +0100
  52. 42b9f1c CLEANUP: quic: add comments on CID code by Amaury Denoyelle · Wed Nov 24 15:29:53 2021 +0100
  53. 73dec76 [RELEASE] Released version 2.6-dev0 by Willy Tarreau · Tue Nov 23 15:50:11 2021 +0100
  54. 3b068c4 MINOR: version: it's development again by Willy Tarreau · Tue Nov 23 15:48:35 2021 +0100
  55. 9dc4057 MINOR: version: mention that it's stable now by Willy Tarreau · Tue Nov 23 15:38:10 2021 +0100
  56. a4d09e7 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Nov 20 23:11:12 2021 +0500
  57. 66cbb82 MINOR: quic: Send CONNECTION_CLOSE frame upon TLS alert by Frédéric Lécaille · Wed Nov 17 11:56:21 2021 +0100
  58. 2b2032a MINOR: quic: Update some QUIC protocol errors by Frédéric Lécaille · Tue Nov 16 14:34:24 2021 +0100
  59. ca98a7f MINOR: quic: Anti-amplification implementation by Frédéric Lécaille · Wed Nov 10 17:30:15 2021 +0100
  60. a956d15 MINOR: quic: Support transport parameters draft TLS extension by Frédéric Lécaille · Wed Nov 10 09:24:22 2021 +0100
  61. e18d4e8 BUG/MEDIUM: ssl: backend TLS resumption with sni and TLSv1.3 by William Lallemand · Wed Nov 17 02:59:21 2021 +0100
  62. 154bc7f MINOR: quic: support hq-interop by Amaury Denoyelle · Fri Nov 12 16:09:54 2021 +0100
  63. 71e588c MEDIUM: quic: inspect ALPN to install app_ops by Amaury Denoyelle · Fri Nov 12 11:23:29 2021 +0100
  64. abbe91e MINOR: quic: redirect app_ops snd_buf through mux by Amaury Denoyelle · Fri Nov 12 16:09:29 2021 +0100
  65. 8c13a92 BUG/MEDIUM: connection: make cs_shutr/cs_shutw//cs_close() idempotent by Willy Tarreau · Sun Nov 14 13:42:17 2021 +0100
  66. 6883674 MINOR: mworker: implement a reload failure counter by William Lallemand · Wed Nov 10 10:49:06 2021 +0100
  67. f14d750 BUG/MEDIUM: conn-stream: Don't reset CS flags on close by Christopher Faulet · Wed Nov 10 15:12:47 2021 +0100
  68. 42d7c40 MINOR: promex: backend aggregated server check status by William Dauchy · Sun Nov 07 10:18:47 2021 +0100
  69. d3141b1 DOC: stats: fix location of the text representation by William Dauchy · Sat Nov 06 12:30:43 2021 +0100
  70. 49b0482 CLEANUP: chunk: remove misleading chunk_strncat() function by Willy Tarreau · Mon Nov 08 11:44:47 2021 +0100
  71. 8f1d178 CLEANUP: chunk: Remove duplicated chunk_Xcat implementation by Tim Duesterhus · Mon Nov 08 09:05:05 2021 +0100
  72. 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
  73. 46ea033 MINOR: quic: Remove a useless lock for CRYPTO frames by Frédéric Lécaille · Wed Nov 03 18:39:59 2021 +0100
  74. 324ecda MINOR: quic: Enhance the listener RX buffering part by Frédéric Lécaille · Tue Nov 02 10:14:44 2021 +0100
  75. c5c69a0 CLEANUP: quic: Remove useless code by Frédéric Lécaille · Wed Oct 20 17:24:42 2021 +0200
  76. c1029f6 MINOR: quic: Allocate listener RX buffers by Frédéric Lécaille · Wed Oct 20 11:09:58 2021 +0200
  77. f8642ee MEDIUM: resolvers: rename dns extra counters to resolvers extra counters by Emeric Brun · Fri Oct 29 17:59:18 2021 +0200
  78. d174f0e MINOR: resolvers/dns: split dns and resolver counters in dns_counter struct by Emeric Brun · Fri Oct 29 17:30:41 2021 +0200
  79. 9c3251d MEDIUM: server/backend: implement websocket protocol selection by Amaury Denoyelle · Mon Oct 18 14:39:57 2021 +0200
  80. ac03ef2 MINOR: connection: add alternative mux_ops param for conn_install_mux_be by Amaury Denoyelle · Thu Oct 28 16:36:11 2021 +0200
  81. 2454bda MINOR: connection: implement function to update ALPN by Amaury Denoyelle · Mon Oct 18 14:32:36 2021 +0200
  82. 90ac605 MINOR: stream/mux: implement websocket stream flag by Amaury Denoyelle · Mon Oct 18 14:45:49 2021 +0200
  83. 5592c7b BUILD/MINOR: cpuset freebsd build fix by David Carlier · Sat Oct 30 12:22:21 2021 +0100
  84. bd5739e MINOR: httpclient/lua: handle the streaming into the lua applet by William Lallemand · Thu Oct 28 15:41:38 2021 +0200
  85. 0da616e MINOR: httpclient: request streaming with a callback by William Lallemand · Thu Oct 28 15:34:26 2021 +0200
  86. 04065b8 MINOR: atomic: remove the memcpy() call and dependency on string.h by Willy Tarreau · Thu Oct 28 09:41:29 2021 +0200
  87. c050dc6 BUILD: atomic: fix build on mac/arm64 by David CARLIER · Sat Oct 23 14:43:42 2021 +0100
  88. 4957a32 BUILD: atomic: prefer __atomic_compare_exchange_n() for __ha_cas_dw() by Willy Tarreau · Thu Oct 28 08:53:33 2021 +0200
  89. 14e7f29 MINOR: protocols: replace protocol_by_family() with protocol_lookup() by Willy Tarreau · Wed Oct 27 17:41:07 2021 +0200
  90. e3b4518 MINOR: protocols: make use of the protocol type to select the protocol by Willy Tarreau · Wed Oct 27 17:28:55 2021 +0200
  91. 337edfd MINOR: protocols: add a new protocol type selector by Willy Tarreau · Wed Oct 27 17:05:36 2021 +0200
  92. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · Wed Oct 27 09:34:56 2021 +0200
  93. 859ff84 MINOR: stream-int: Add src and dst addresses to the stream-interface by Christopher Faulet · Fri Oct 22 17:25:58 2021 +0200
  94. f46e1ea MINOR: session: Add src and dst addresses to the session by Christopher Faulet · Fri Oct 22 15:41:57 2021 +0200
  95. cc6fc26 MINOR: connection: Add function to get src/dst without updating the connection by Christopher Faulet · Fri Oct 22 16:33:28 2021 +0200
  96. 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
  97. 4bfce39 CLEANUP: connection: No longer export make_proxy_line_v1/v2 functions by Christopher Faulet · Fri Oct 22 14:33:59 2021 +0200
  98. 24a58fb CLEANUP: lua: Remove any ambiguities about lua txn execution context flags by Christopher Faulet · Mon Oct 25 11:41:53 2021 +0200
  99. dec25c3 MINOR: httpclient: support payload within a buffer by William Lallemand · Mon Oct 25 19:48:37 2021 +0200
  100. 28c5b3c BUILD: fix compilation on NetBSD by Amaury Denoyelle · Thu Oct 21 10:57:02 2021 +0200