1. 74904a4 MINOR: quic: Make usage of by datagram handler trees by Frédéric Lécaille · Thu Jan 27 15:35:56 2022 +0100
  2. 9ea9463 MINOR: quic: Attach all the CIDs to the same connection by Frédéric Lécaille · Thu Jan 27 15:20:31 2022 +0100
  3. 37ae505 MINOR: quic: Do not consume the RX buffer on QUIC sock i/o handler side by Frédéric Lécaille · Thu Jan 27 11:31:50 2022 +0100
  4. 794d068 MINOR: proto_quic: Wrong allocations for TX rings and RX bufs by Frédéric Lécaille · Thu Jan 27 10:23:31 2022 +0100
  5. d152309 CLEANUP: quic: Remove useless definition by Frédéric Lécaille · Thu Jan 27 09:31:15 2022 +0100
  6. 25bc887 MINOR: quic: Convert quic_dgram_read() into a task by Frédéric Lécaille · Thu Jan 27 09:15:40 2022 +0100
  7. 220894a MINOR: quic: Pass CID as a buffer to quic_get_cid_tid() by Frédéric Lécaille · Wed Jan 26 18:04:50 2022 +0100
  8. 69dd5e6 MINOR: proto_quic: Allocate datagram handlers by Frédéric Lécaille · Wed Jan 26 17:45:39 2022 +0100
  9. 3d4bfe7 MINOR: quic: Allocate QUIC datagrams from sock I/O handler by Frédéric Lécaille · Wed Jan 26 16:07:16 2022 +0100
  10. 53898bb MINOR: quic: Add a list to QUIC sock I/O handler RX buffer by Frédéric Lécaille · Wed Jan 26 15:55:21 2022 +0100
  11. ce521e4 MINOR: quic: Add new defintion about DCIDs offsets by Frédéric Lécaille · Wed Jan 26 15:47:33 2022 +0100
  12. 3d55462 MINOR: quic: Get rid of a struct buffer in quic_lstnr_dgram_read() by Frédéric Lécaille · Tue Jan 25 22:33:11 2022 +0100
  13. ecc473b BUG/MAJOR: compiler: relax alignment constraints on certain structures by Willy Tarreau · Thu Jan 27 15:46:19 2022 +0100
  14. cfa2d56 MAJOR: quic: implement accept queue by Amaury Denoyelle · Wed Jan 19 16:01:05 2022 +0100
  15. f68b2cb MINOR: listener: define per-thr struct by Amaury Denoyelle · Tue Jan 25 16:21:47 2022 +0100
  16. 2ce99fe MINOR: quic: create accept queue for QUIC connections by Amaury Denoyelle · Wed Jan 19 15:46:11 2022 +0100
  17. b59b889 MINOR: quic: define QUIC flag on listener by Amaury Denoyelle · Tue Jan 25 17:48:47 2022 +0100
  18. 31ea917 MINOR: listener: add flags field by Amaury Denoyelle · Tue Jan 25 17:47:09 2022 +0100
  19. 9fa15e5 MINOR: quic: do not manage connection in xprt snd_buf by Amaury Denoyelle · Wed Jan 19 15:54:23 2022 +0100
  20. 7f7713d MINOR: receiver: define a flag for local accept by Amaury Denoyelle · Wed Jan 19 11:37:50 2022 +0100
  21. 4b40f19 MINOR: quic: refactor app-ops initialization by Amaury Denoyelle · Wed Jan 19 11:29:25 2022 +0100
  22. 0b1f931 MINOR: quic: handle app data according to mux/connection layer status by Amaury Denoyelle · Wed Jan 26 09:51:28 2022 +0100
  23. add43fa DEBUG: pools: add new build option DEBUG_POOL_TRACING by Willy Tarreau · Mon Jan 24 15:52:51 2022 +0100
  24. 0e2a5b4 MINOR: pools: extend pool_cache API to pass a pointer to a caller by Willy Tarreau · Mon Jan 24 15:51:50 2022 +0100
  25. 7fa092b MINOR: pools: prepare POOL_EXTRA to be split into multiple extra fields by Willy Tarreau · Mon Jan 24 15:44:26 2022 +0100
  26. d392973 MINOR: pools: partially uninline pool_alloc() by Willy Tarreau · Mon Jan 24 16:09:29 2022 +0100
  27. 15c322c MINOR: pools: partially uninline pool_free() by Willy Tarreau · Mon Jan 24 11:51:43 2022 +0100
  28. 9320dd5 MEDIUM: quic/ssl: add new ex data for quic_conn by Amaury Denoyelle · Wed Jan 19 10:03:30 2022 +0100
  29. 57af069 MINOR: quic: set listener accept cb on parsing by Amaury Denoyelle · Tue Jan 18 15:39:02 2022 +0100
  30. 0575d8f DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY by Willy Tarreau · Fri Jan 21 19:00:25 2022 +0100
  31. 6c539c4 BUG/MINOR: stream: make the call_rate only count the no-progress calls by Willy Tarreau · Thu Jan 20 18:42:16 2022 +0100
  32. 82468ea MINOR: quic: Remove the packet number space TX MT_LIST by Frédéric Lécaille · Fri Jan 14 20:23:22 2022 +0100
  33. c514365 MINOR: channel: add new function co_getdelim() to support multiple delimiters by Willy Tarreau · Wed Jan 19 17:19:52 2022 +0100
  34. bad9c8c BUG/MINOR: httpclient: set default Accept and User-Agent headers by William Lallemand · Fri Jan 14 14:10:33 2022 +0100
  35. 39fd546 MINOR: pools: enable pools with DEBUG_FAIL_ALLOC as well by Willy Tarreau · Wed Jan 12 16:28:06 2022 +0100
  36. b76ae69 MEDIUM: quic: implement Retry emission by Amaury Denoyelle · Tue Jan 11 14:16:37 2022 +0100
  37. c3b6f4d MINOR: quic: define retry_source_connection_id TP by Amaury Denoyelle · Tue Jan 11 12:03:09 2022 +0100
  38. 5ff1c97 MEDIUM: quic: implement Initial token parsing by Amaury Denoyelle · Tue Jan 11 14:11:32 2022 +0100
  39. 6efec29 MINOR: quic: implement Retry TLS AEAD tag generation by Amaury Denoyelle · Tue Jan 11 11:57:00 2022 +0100
  40. ba85acd MINOR: quid: Add traces quic_close() and quic_conn_io_cb() by Frédéric Lécaille · Tue Jan 11 14:43:50 2022 +0100
  41. 2fe8b3b MINOR: quic: Flag the connection as being attached to a listener by Frédéric Lécaille · Mon Jan 10 12:10:10 2022 +0100
  42. a996763 BUG/MINOR: ssl: Store client SNI in SSL context in case of ClientHello error by Remi Tricot-Le Breton · Fri Jan 07 17:12:01 2022 +0100
  43. a9dd901 MINOR: proxy: add option idle-close-on-response by William Dauchy · Wed Jan 05 22:53:24 2022 +0100
  44. 6b66315 MINOR: quic: Re-arm the PTO timer upon datagram receipt by Frédéric Lécaille · Tue Jan 04 17:03:11 2022 +0100
  45. de6f7c5 MINOR: quic: Prepare Handshake packets asap after completed handshake by Frédéric Lécaille · Mon Jan 03 17:25:53 2022 +0100
  46. 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
  47. 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
  48. 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
  49. 09e0f83 MINOR: quic: Wrong packet number space computation for PTO by Frédéric Lécaille · Mon Dec 27 18:13:13 2021 +0100
  50. 1f6cf18 MINOR: quic: Wrong first packet number space computation by Frédéric Lécaille · Mon Dec 27 18:09:22 2021 +0100
  51. fde2a98 MINOR: quic: Wrong traces after rework by Frédéric Lécaille · Mon Dec 27 15:12:09 2021 +0100
  52. 148d7a0 BUG/MINOR: cli: fix _getsocks with musl libc by William Lallemand · Mon Jan 03 19:43:41 2022 +0100
  53. 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
  54. f5e94b2 OPTIM: pools: reduce local pool cache size to 512kB by Willy Tarreau · Sun Jan 02 19:38:54 2022 +0100
  55. 43937e9 MEDIUM: pools: start to batch eviction from local caches by Willy Tarreau · Sun Jan 02 17:24:55 2022 +0100
  56. 337410c MINOR: pools: pass the objects count to pool_put_to_shared_cache() by Willy Tarreau · Sun Jan 02 15:15:54 2022 +0100
  57. 148160b MINOR: pools: prepare pool_item to support chained clusters by Willy Tarreau · Sun Jan 02 14:35:57 2022 +0100
  58. 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
  59. c16ed3b MINOR: pool: introduce pool_item to represent shared pool items by Willy Tarreau · Sat Jan 01 18:22:20 2022 +0100
  60. 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
  61. 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
  62. 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
  63. 594775d CLEANUP: pools: group list updates in pool_get_from_cache() by Willy Tarreau · Sun Jan 02 19:34:19 2022 +0100
  64. afe2c4a MINOR: pool: allocate from the shared cache through the local caches by Willy Tarreau · Thu Dec 30 17:09:31 2021 +0100
  65. 8c49270 CLEANUP: pools: get rid of the POOL_LINK macro by Willy Tarreau · Sat Jan 01 17:10:50 2022 +0100
  66. 799f614 CLEANUP: pools: do not use the extra pointer to link shared elements by Willy Tarreau · Fri Dec 31 16:00:19 2021 +0100
  67. 4859984 DOC: pool: document the purpose of various structures in the code by Willy Tarreau · Thu Dec 30 16:35:32 2021 +0100
  68. f645047 BUILD/MINOR: cpuset FreeBSD 14 build fix. by David CARLIER · Fri Dec 31 05:00:12 2021 +0000
  69. 2c776f1 BUG/MEDIUM: ssl: initialize correctly ssl w/ default-server by William Lallemand · Tue Dec 28 18:47:17 2021 +0100
  70. 654726d MINOR: debug: add support for -dL to dump library names at boot by Willy Tarreau · Tue Dec 28 15:43:11 2021 +0100
  71. 6ab7b21 MINOR: debug: add ability to dump loaded shared libraries by Willy Tarreau · Tue Dec 28 09:57:10 2021 +0100
  72. 3f3a56c MINOR: compat: detect support for dl_iterate_phdr() by Willy Tarreau · Tue Dec 28 15:13:12 2021 +0100
  73. 266d540 BUG/MEDIUM: backend: fix possible sockaddr leak on redispatch by Willy Tarreau · Fri Dec 24 11:27:53 2021 +0100
  74. 76f47ca MEDIUM: quic: implement refcount for quic_conn by Amaury Denoyelle · Thu Dec 23 10:02:50 2021 +0100
  75. 7ca7c84 MINOR: quic: store ssl_sock_ctx reference into quic_conn by Amaury Denoyelle · Wed Dec 22 18:20:38 2021 +0100
  76. 010e532 MINOR: quic: Add CONNECTION_CLOSE phrase to trace by Frédéric Lécaille · Thu Dec 23 15:19:15 2021 +0100
  77. 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
  78. 01cfec7 MINOR: quic: Wrong dropped packet skipping by Frédéric Lécaille · Wed Dec 22 10:17:01 2021 +0100
  79. baea964 MINOR: trace: add quic_conn argument definition by Amaury Denoyelle · Tue Dec 21 11:26:02 2021 +0100
  80. 4fd53d7 MINOR: quic: add const qualifier for traces function by Amaury Denoyelle · Tue Dec 21 14:28:26 2021 +0100
  81. c15dd92 MINOR: quic: add reference to quic_conn in ssl context by Amaury Denoyelle · Tue Dec 21 11:41:52 2021 +0100
  82. 8a5b27a REORG: quic: move mux function outside of xprt by Amaury Denoyelle · Tue Dec 21 11:53:10 2021 +0100
  83. ccf973f MINOR: quic: Stop emptying the RX buffer asap. by Frédéric Lécaille · Mon Dec 20 17:12:42 2021 +0100
  84. 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
  85. 0ece75c MINOR: quic: Increase the RX buffer for each connection by Frédéric Lécaille · Fri Dec 17 14:11:00 2021 +0100
  86. dbef985 MINOR: quic: simplify the removal from ODCID tree by Amaury Denoyelle · Thu Dec 16 16:15:18 2021 +0100
  87. 8efe032 MINOR: quic: refactor DCID lookup by Amaury Denoyelle · Wed Dec 15 16:32:56 2021 +0100
  88. adb2276 MINOR: quic: compare coalesced packets by DCID by Amaury Denoyelle · Tue Dec 14 15:04:14 2021 +0100
  89. c92cbfc MINOR: quic: refactor concat DCID with address for Initial packets by Amaury Denoyelle · Tue Dec 14 17:20:59 2021 +0100
  90. d496251 MINOR: quic: rename constant for haproxy CIDs length by Amaury Denoyelle · Tue Dec 14 17:17:28 2021 +0100
  91. 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
  92. a5da31d MINOR: quic: Make xprt support 0-RTT. by Frédéric Lécaille · Tue Dec 14 19:44:14 2021 +0100
  93. b0bd62d MINOR: quic: Add quic_set_app_ops() function by Frédéric Lécaille · Tue Dec 14 19:34:08 2021 +0100
  94. 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
  95. 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
  96. 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
  97. 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
  98. 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
  99. d1a2e2b BUILD: ssl: unbreak the build with newer libressl by Daniel Jakots · Tue Dec 07 20:34:39 2021 -0500
  100. f5d48f8 MEDIUM: cfgparse: numa detect topology on FreeBSD. by David CARLIER · Mon Dec 06 11:00:10 2021 +0000