1. 56be0e0 MINOR: mworker: allocate and initialize a mworker_proc by William Lallemand · Fri Jan 28 21:11:41 2022 +0100
  2. 55a921c BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload by William Lallemand · Fri Jan 28 21:17:30 2022 +0100
  3. cc5cd5b BUILD: task: use list_to_mt_list() instead of casting list to mt_list by Willy Tarreau · Fri Jan 28 09:48:12 2022 +0100
  4. 8f0b4e9 BUILD: tree-wide: mark a few numeric constants as explicitly long long by Willy Tarreau · Fri Jan 28 09:39:24 2022 +0100
  5. 95d3eaf BUILD: checks: fix inlining issue on set_srv_agent_[addr,port} by Willy Tarreau · Fri Jan 28 09:16:47 2022 +0100
  6. a65b493 BUILD: cpuset: do not use const on the source of CPU_AND/CPU_ASSIGN by Willy Tarreau · Fri Jan 28 09:10:52 2022 +0100
  7. 8da2339 BUILD: atomic: make the old HA_ATOMIC_LOAD() support const pointers by Willy Tarreau · Fri Jan 28 08:52:57 2022 +0100
  8. b510116 MINOR: sock: move the unused socket cleaning code into its own function by Willy Tarreau · Fri Jan 28 18:28:18 2022 +0100
  9. 0442efd MINOR: quic: refactor quic CID association with threads by Amaury Denoyelle · Fri Jan 28 16:02:13 2022 +0100
  10. dc36404 MINOR: quic: Drop Initial packets with wrong ODCID by Frédéric Lécaille · Thu Jan 27 16:51:54 2022 +0100
  11. 74904a4 MINOR: quic: Make usage of by datagram handler trees by Frédéric Lécaille · Thu Jan 27 15:35:56 2022 +0100
  12. 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
  13. 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
  14. 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
  15. d152309 CLEANUP: quic: Remove useless definition by Frédéric Lécaille · Thu Jan 27 09:31:15 2022 +0100
  16. 25bc887 MINOR: quic: Convert quic_dgram_read() into a task by Frédéric Lécaille · Thu Jan 27 09:15:40 2022 +0100
  17. 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
  18. 69dd5e6 MINOR: proto_quic: Allocate datagram handlers by Frédéric Lécaille · Wed Jan 26 17:45:39 2022 +0100
  19. 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
  20. 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
  21. ce521e4 MINOR: quic: Add new defintion about DCIDs offsets by Frédéric Lécaille · Wed Jan 26 15:47:33 2022 +0100
  22. 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
  23. ecc473b BUG/MAJOR: compiler: relax alignment constraints on certain structures by Willy Tarreau · Thu Jan 27 15:46:19 2022 +0100
  24. cfa2d56 MAJOR: quic: implement accept queue by Amaury Denoyelle · Wed Jan 19 16:01:05 2022 +0100
  25. f68b2cb MINOR: listener: define per-thr struct by Amaury Denoyelle · Tue Jan 25 16:21:47 2022 +0100
  26. 2ce99fe MINOR: quic: create accept queue for QUIC connections by Amaury Denoyelle · Wed Jan 19 15:46:11 2022 +0100
  27. b59b889 MINOR: quic: define QUIC flag on listener by Amaury Denoyelle · Tue Jan 25 17:48:47 2022 +0100
  28. 31ea917 MINOR: listener: add flags field by Amaury Denoyelle · Tue Jan 25 17:47:09 2022 +0100
  29. 9fa15e5 MINOR: quic: do not manage connection in xprt snd_buf by Amaury Denoyelle · Wed Jan 19 15:54:23 2022 +0100
  30. 7f7713d MINOR: receiver: define a flag for local accept by Amaury Denoyelle · Wed Jan 19 11:37:50 2022 +0100
  31. 4b40f19 MINOR: quic: refactor app-ops initialization by Amaury Denoyelle · Wed Jan 19 11:29:25 2022 +0100
  32. 0b1f931 MINOR: quic: handle app data according to mux/connection layer status by Amaury Denoyelle · Wed Jan 26 09:51:28 2022 +0100
  33. add43fa DEBUG: pools: add new build option DEBUG_POOL_TRACING by Willy Tarreau · Mon Jan 24 15:52:51 2022 +0100
  34. 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
  35. 7fa092b MINOR: pools: prepare POOL_EXTRA to be split into multiple extra fields by Willy Tarreau · Mon Jan 24 15:44:26 2022 +0100
  36. d392973 MINOR: pools: partially uninline pool_alloc() by Willy Tarreau · Mon Jan 24 16:09:29 2022 +0100
  37. 15c322c MINOR: pools: partially uninline pool_free() by Willy Tarreau · Mon Jan 24 11:51:43 2022 +0100
  38. 9320dd5 MEDIUM: quic/ssl: add new ex data for quic_conn by Amaury Denoyelle · Wed Jan 19 10:03:30 2022 +0100
  39. 57af069 MINOR: quic: set listener accept cb on parsing by Amaury Denoyelle · Tue Jan 18 15:39:02 2022 +0100
  40. 0575d8f DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY by Willy Tarreau · Fri Jan 21 19:00:25 2022 +0100
  41. 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
  42. 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
  43. c514365 MINOR: channel: add new function co_getdelim() to support multiple delimiters by Willy Tarreau · Wed Jan 19 17:19:52 2022 +0100
  44. bad9c8c BUG/MINOR: httpclient: set default Accept and User-Agent headers by William Lallemand · Fri Jan 14 14:10:33 2022 +0100
  45. 39fd546 MINOR: pools: enable pools with DEBUG_FAIL_ALLOC as well by Willy Tarreau · Wed Jan 12 16:28:06 2022 +0100
  46. b76ae69 MEDIUM: quic: implement Retry emission by Amaury Denoyelle · Tue Jan 11 14:16:37 2022 +0100
  47. c3b6f4d MINOR: quic: define retry_source_connection_id TP by Amaury Denoyelle · Tue Jan 11 12:03:09 2022 +0100
  48. 5ff1c97 MEDIUM: quic: implement Initial token parsing by Amaury Denoyelle · Tue Jan 11 14:11:32 2022 +0100
  49. 6efec29 MINOR: quic: implement Retry TLS AEAD tag generation by Amaury Denoyelle · Tue Jan 11 11:57:00 2022 +0100
  50. 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
  51. 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
  52. 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
  53. a9dd901 MINOR: proxy: add option idle-close-on-response by William Dauchy · Wed Jan 05 22:53:24 2022 +0100
  54. 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
  55. de6f7c5 MINOR: quic: Prepare Handshake packets asap after completed handshake by Frédéric Lécaille · Mon Jan 03 17:25:53 2022 +0100
  56. 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
  57. 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
  58. 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
  59. 09e0f83 MINOR: quic: Wrong packet number space computation for PTO by Frédéric Lécaille · Mon Dec 27 18:13:13 2021 +0100
  60. 1f6cf18 MINOR: quic: Wrong first packet number space computation by Frédéric Lécaille · Mon Dec 27 18:09:22 2021 +0100
  61. fde2a98 MINOR: quic: Wrong traces after rework by Frédéric Lécaille · Mon Dec 27 15:12:09 2021 +0100
  62. 148d7a0 BUG/MINOR: cli: fix _getsocks with musl libc by William Lallemand · Mon Jan 03 19:43:41 2022 +0100
  63. 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
  64. f5e94b2 OPTIM: pools: reduce local pool cache size to 512kB by Willy Tarreau · Sun Jan 02 19:38:54 2022 +0100
  65. 43937e9 MEDIUM: pools: start to batch eviction from local caches by Willy Tarreau · Sun Jan 02 17:24:55 2022 +0100
  66. 337410c MINOR: pools: pass the objects count to pool_put_to_shared_cache() by Willy Tarreau · Sun Jan 02 15:15:54 2022 +0100
  67. 148160b MINOR: pools: prepare pool_item to support chained clusters by Willy Tarreau · Sun Jan 02 14:35:57 2022 +0100
  68. 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
  69. c16ed3b MINOR: pool: introduce pool_item to represent shared pool items by Willy Tarreau · Sat Jan 01 18:22:20 2022 +0100
  70. 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
  71. 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
  72. 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
  73. 594775d CLEANUP: pools: group list updates in pool_get_from_cache() by Willy Tarreau · Sun Jan 02 19:34:19 2022 +0100
  74. afe2c4a MINOR: pool: allocate from the shared cache through the local caches by Willy Tarreau · Thu Dec 30 17:09:31 2021 +0100
  75. 8c49270 CLEANUP: pools: get rid of the POOL_LINK macro by Willy Tarreau · Sat Jan 01 17:10:50 2022 +0100
  76. 799f614 CLEANUP: pools: do not use the extra pointer to link shared elements by Willy Tarreau · Fri Dec 31 16:00:19 2021 +0100
  77. 4859984 DOC: pool: document the purpose of various structures in the code by Willy Tarreau · Thu Dec 30 16:35:32 2021 +0100
  78. f645047 BUILD/MINOR: cpuset FreeBSD 14 build fix. by David CARLIER · Fri Dec 31 05:00:12 2021 +0000
  79. 2c776f1 BUG/MEDIUM: ssl: initialize correctly ssl w/ default-server by William Lallemand · Tue Dec 28 18:47:17 2021 +0100
  80. 654726d MINOR: debug: add support for -dL to dump library names at boot by Willy Tarreau · Tue Dec 28 15:43:11 2021 +0100
  81. 6ab7b21 MINOR: debug: add ability to dump loaded shared libraries by Willy Tarreau · Tue Dec 28 09:57:10 2021 +0100
  82. 3f3a56c MINOR: compat: detect support for dl_iterate_phdr() by Willy Tarreau · Tue Dec 28 15:13:12 2021 +0100
  83. 266d540 BUG/MEDIUM: backend: fix possible sockaddr leak on redispatch by Willy Tarreau · Fri Dec 24 11:27:53 2021 +0100
  84. 76f47ca MEDIUM: quic: implement refcount for quic_conn by Amaury Denoyelle · Thu Dec 23 10:02:50 2021 +0100
  85. 7ca7c84 MINOR: quic: store ssl_sock_ctx reference into quic_conn by Amaury Denoyelle · Wed Dec 22 18:20:38 2021 +0100
  86. 010e532 MINOR: quic: Add CONNECTION_CLOSE phrase to trace by Frédéric Lécaille · Thu Dec 23 15:19:15 2021 +0100
  87. 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
  88. 01cfec7 MINOR: quic: Wrong dropped packet skipping by Frédéric Lécaille · Wed Dec 22 10:17:01 2021 +0100
  89. baea964 MINOR: trace: add quic_conn argument definition by Amaury Denoyelle · Tue Dec 21 11:26:02 2021 +0100
  90. 4fd53d7 MINOR: quic: add const qualifier for traces function by Amaury Denoyelle · Tue Dec 21 14:28:26 2021 +0100
  91. c15dd92 MINOR: quic: add reference to quic_conn in ssl context by Amaury Denoyelle · Tue Dec 21 11:41:52 2021 +0100
  92. 8a5b27a REORG: quic: move mux function outside of xprt by Amaury Denoyelle · Tue Dec 21 11:53:10 2021 +0100
  93. ccf973f MINOR: quic: Stop emptying the RX buffer asap. by Frédéric Lécaille · Mon Dec 20 17:12:42 2021 +0100
  94. 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
  95. 0ece75c MINOR: quic: Increase the RX buffer for each connection by Frédéric Lécaille · Fri Dec 17 14:11:00 2021 +0100
  96. dbef985 MINOR: quic: simplify the removal from ODCID tree by Amaury Denoyelle · Thu Dec 16 16:15:18 2021 +0100
  97. 8efe032 MINOR: quic: refactor DCID lookup by Amaury Denoyelle · Wed Dec 15 16:32:56 2021 +0100
  98. adb2276 MINOR: quic: compare coalesced packets by DCID by Amaury Denoyelle · Tue Dec 14 15:04:14 2021 +0100
  99. c92cbfc MINOR: quic: refactor concat DCID with address for Initial packets by Amaury Denoyelle · Tue Dec 14 17:20:59 2021 +0100
  100. d496251 MINOR: quic: rename constant for haproxy CIDs length by Amaury Denoyelle · Tue Dec 14 17:17:28 2021 +0100