1. dc523e3 BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message by Christopher Faulet · Tue Feb 01 18:11:50 2022 +0100
  2. d439a49 DEBUG: buffer: check in __b_put_blk() whether the buffer room is respected by Willy Tarreau · Fri Feb 18 17:33:27 2022 +0100
  3. 7b2e0ee MINOR: httpclient: sets an alternative destination by William Lallemand · Thu Feb 17 19:10:55 2022 +0100
  4. 71f3abb MINOR: quic: Move quic_rxbuf_pool pool out of xprt part by Frédéric Lécaille · Tue Feb 15 16:59:48 2022 +0100
  5. eca47d9 MINOR: quic: Wrong smoothed rtt initialization by Frédéric Lécaille · Mon Feb 14 10:17:01 2022 +0100
  6. 9a327a7 MINOR: mux-quic: implement rcv_buf by Amaury Denoyelle · Mon Feb 14 17:11:09 2022 +0100
  7. 8524f0f MINOR: quic: use a global dghlrs for each thread by Amaury Denoyelle · Tue Feb 08 15:03:40 2022 +0100
  8. 6c8babf BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks by Willy Tarreau · Mon Feb 14 10:18:51 2022 +0100
  9. 27c8da1 DEBUG: pools: replace the link pointer with the caller's address on pool_free() by Willy Tarreau · Wed Feb 09 16:49:16 2022 +0100
  10. 49bb5d4 DEBUG: pools: let's add reverse mapping from cache heads to thread and pool by Willy Tarreau · Wed Feb 09 16:33:22 2022 +0100
  11. e2830ad DEBUG: pools: add extra sanity checks when picking objects from a local cache by Willy Tarreau · Wed Feb 09 16:23:55 2022 +0100
  12. c895c44 BUG/MINOR: pools: always flush pools about to be destroyed by Willy Tarreau · Wed Feb 09 16:19:24 2022 +0100
  13. 83cd51e MINOR: quic: Remove an RX buffer useless lock by Frédéric Lécaille · Wed Feb 02 10:51:50 2022 +0100
  14. c76c3c4 MEDIUM: ssl: Replace all DH objects by EVP_PKEY on OpenSSLv3 (via HASSL_DH type) by Remi Tricot-Le Breton · Fri Feb 11 12:04:55 2022 +0100
  15. 55d7e78 MINOR: ssl: Set default dh size to 2048 by Remi Tricot-Le Breton · Fri Feb 11 12:04:54 2022 +0100
  16. 09ebb33 MINOR: ssl: Add ssl_sock_get_dh_from_bio helper function by Remi Tricot-Le Breton · Fri Feb 11 12:04:48 2022 +0100
  17. 956f3ae MINOR: ssl: Create HASSL_DH wrapper structure by Remi Tricot-Le Breton · Fri Feb 11 12:04:47 2022 +0100
  18. 1effd9a MINOR: ssl: Remove call to ERR_func_error_string with OpenSSLv3 by Remi Tricot-Le Breton · Fri Feb 11 12:04:44 2022 +0100
  19. 58a7704 MINOR: quic: take out xprt snd_buf operation by Amaury Denoyelle · Wed Feb 09 15:43:07 2022 +0100
  20. 59e0b1f MINOR: mux-quic: remove quic_transport_params_update by Amaury Denoyelle · Wed Feb 09 10:34:59 2022 +0100
  21. b788054 MINOR: h3: hardcode the stream id of control stream by Amaury Denoyelle · Wed Feb 09 10:28:53 2022 +0100
  22. 8ea1f5f MINOR: ssl: Remove call to SSL_CTX_set_tlsext_ticket_key_cb with OpenSSLv3 by Remi Tricot-Le Breton · Tue Feb 08 17:45:58 2022 +0100
  23. 36f80f6 CLEANUP: ssl: Remove unused ssl_sock_create_cert function by Remi Tricot-Le Breton · Tue Feb 08 17:45:52 2022 +0100
  24. e5ea76a BUILD: ssl: adjust guard for X509_get_X509_PUBKEY(x) by Ilya Shipitsin · Mon Jan 31 09:45:00 2022 +0500
  25. 2a17191 MINOR: mworker/cli: mcli-debug-mode enables every command by William Lallemand · Wed Feb 02 11:43:20 2022 +0100
  26. 7267f78 MINOR: mworker/cli: set expert/experimental mode from the CLI by William Lallemand · Tue Feb 01 16:08:50 2022 +0100
  27. 08b6f96 MINOR: listener: replace the listener's spinlock with an rwlock by Willy Tarreau · Tue Feb 01 16:23:00 2022 +0100
  28. aebe26f MINOR: mux-quic: create a timeout task by Amaury Denoyelle · Thu Jan 13 16:28:06 2022 +0100
  29. 9aa324d DEBUG: fd: make sure we never try to insert/delete an impossible FD number by Willy Tarreau · Mon Jan 31 20:05:02 2022 +0100
  30. 91f083a MINOR: quic: Do not try to accept a connection more than one time by Frédéric Lécaille · Fri Jan 28 21:43:48 2022 +0100
  31. 56be0e0 MINOR: mworker: allocate and initialize a mworker_proc by William Lallemand · Fri Jan 28 21:11:41 2022 +0100
  32. 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
  33. 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
  34. 8f0b4e9 BUILD: tree-wide: mark a few numeric constants as explicitly long long by Willy Tarreau · Fri Jan 28 09:39:24 2022 +0100
  35. 95d3eaf BUILD: checks: fix inlining issue on set_srv_agent_[addr,port} by Willy Tarreau · Fri Jan 28 09:16:47 2022 +0100
  36. 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
  37. 8da2339 BUILD: atomic: make the old HA_ATOMIC_LOAD() support const pointers by Willy Tarreau · Fri Jan 28 08:52:57 2022 +0100
  38. b510116 MINOR: sock: move the unused socket cleaning code into its own function by Willy Tarreau · Fri Jan 28 18:28:18 2022 +0100
  39. 0442efd MINOR: quic: refactor quic CID association with threads by Amaury Denoyelle · Fri Jan 28 16:02:13 2022 +0100
  40. dc36404 MINOR: quic: Drop Initial packets with wrong ODCID by Frédéric Lécaille · Thu Jan 27 16:51:54 2022 +0100
  41. 74904a4 MINOR: quic: Make usage of by datagram handler trees by Frédéric Lécaille · Thu Jan 27 15:35:56 2022 +0100
  42. 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
  43. 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
  44. 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
  45. d152309 CLEANUP: quic: Remove useless definition by Frédéric Lécaille · Thu Jan 27 09:31:15 2022 +0100
  46. 25bc887 MINOR: quic: Convert quic_dgram_read() into a task by Frédéric Lécaille · Thu Jan 27 09:15:40 2022 +0100
  47. 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
  48. 69dd5e6 MINOR: proto_quic: Allocate datagram handlers by Frédéric Lécaille · Wed Jan 26 17:45:39 2022 +0100
  49. 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
  50. 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
  51. ce521e4 MINOR: quic: Add new defintion about DCIDs offsets by Frédéric Lécaille · Wed Jan 26 15:47:33 2022 +0100
  52. 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
  53. ecc473b BUG/MAJOR: compiler: relax alignment constraints on certain structures by Willy Tarreau · Thu Jan 27 15:46:19 2022 +0100
  54. cfa2d56 MAJOR: quic: implement accept queue by Amaury Denoyelle · Wed Jan 19 16:01:05 2022 +0100
  55. f68b2cb MINOR: listener: define per-thr struct by Amaury Denoyelle · Tue Jan 25 16:21:47 2022 +0100
  56. 2ce99fe MINOR: quic: create accept queue for QUIC connections by Amaury Denoyelle · Wed Jan 19 15:46:11 2022 +0100
  57. b59b889 MINOR: quic: define QUIC flag on listener by Amaury Denoyelle · Tue Jan 25 17:48:47 2022 +0100
  58. 31ea917 MINOR: listener: add flags field by Amaury Denoyelle · Tue Jan 25 17:47:09 2022 +0100
  59. 9fa15e5 MINOR: quic: do not manage connection in xprt snd_buf by Amaury Denoyelle · Wed Jan 19 15:54:23 2022 +0100
  60. 7f7713d MINOR: receiver: define a flag for local accept by Amaury Denoyelle · Wed Jan 19 11:37:50 2022 +0100
  61. 4b40f19 MINOR: quic: refactor app-ops initialization by Amaury Denoyelle · Wed Jan 19 11:29:25 2022 +0100
  62. 0b1f931 MINOR: quic: handle app data according to mux/connection layer status by Amaury Denoyelle · Wed Jan 26 09:51:28 2022 +0100
  63. add43fa DEBUG: pools: add new build option DEBUG_POOL_TRACING by Willy Tarreau · Mon Jan 24 15:52:51 2022 +0100
  64. 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
  65. 7fa092b MINOR: pools: prepare POOL_EXTRA to be split into multiple extra fields by Willy Tarreau · Mon Jan 24 15:44:26 2022 +0100
  66. d392973 MINOR: pools: partially uninline pool_alloc() by Willy Tarreau · Mon Jan 24 16:09:29 2022 +0100
  67. 15c322c MINOR: pools: partially uninline pool_free() by Willy Tarreau · Mon Jan 24 11:51:43 2022 +0100
  68. 9320dd5 MEDIUM: quic/ssl: add new ex data for quic_conn by Amaury Denoyelle · Wed Jan 19 10:03:30 2022 +0100
  69. 57af069 MINOR: quic: set listener accept cb on parsing by Amaury Denoyelle · Tue Jan 18 15:39:02 2022 +0100
  70. 0575d8f DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY by Willy Tarreau · Fri Jan 21 19:00:25 2022 +0100
  71. 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
  72. 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
  73. c514365 MINOR: channel: add new function co_getdelim() to support multiple delimiters by Willy Tarreau · Wed Jan 19 17:19:52 2022 +0100
  74. bad9c8c BUG/MINOR: httpclient: set default Accept and User-Agent headers by William Lallemand · Fri Jan 14 14:10:33 2022 +0100
  75. 39fd546 MINOR: pools: enable pools with DEBUG_FAIL_ALLOC as well by Willy Tarreau · Wed Jan 12 16:28:06 2022 +0100
  76. b76ae69 MEDIUM: quic: implement Retry emission by Amaury Denoyelle · Tue Jan 11 14:16:37 2022 +0100
  77. c3b6f4d MINOR: quic: define retry_source_connection_id TP by Amaury Denoyelle · Tue Jan 11 12:03:09 2022 +0100
  78. 5ff1c97 MEDIUM: quic: implement Initial token parsing by Amaury Denoyelle · Tue Jan 11 14:11:32 2022 +0100
  79. 6efec29 MINOR: quic: implement Retry TLS AEAD tag generation by Amaury Denoyelle · Tue Jan 11 11:57:00 2022 +0100
  80. 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
  81. 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
  82. 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
  83. a9dd901 MINOR: proxy: add option idle-close-on-response by William Dauchy · Wed Jan 05 22:53:24 2022 +0100
  84. 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
  85. de6f7c5 MINOR: quic: Prepare Handshake packets asap after completed handshake by Frédéric Lécaille · Mon Jan 03 17:25:53 2022 +0100
  86. 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
  87. 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
  88. 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
  89. 09e0f83 MINOR: quic: Wrong packet number space computation for PTO by Frédéric Lécaille · Mon Dec 27 18:13:13 2021 +0100
  90. 1f6cf18 MINOR: quic: Wrong first packet number space computation by Frédéric Lécaille · Mon Dec 27 18:09:22 2021 +0100
  91. fde2a98 MINOR: quic: Wrong traces after rework by Frédéric Lécaille · Mon Dec 27 15:12:09 2021 +0100
  92. 148d7a0 BUG/MINOR: cli: fix _getsocks with musl libc by William Lallemand · Mon Jan 03 19:43:41 2022 +0100
  93. 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
  94. f5e94b2 OPTIM: pools: reduce local pool cache size to 512kB by Willy Tarreau · Sun Jan 02 19:38:54 2022 +0100
  95. 43937e9 MEDIUM: pools: start to batch eviction from local caches by Willy Tarreau · Sun Jan 02 17:24:55 2022 +0100
  96. 337410c MINOR: pools: pass the objects count to pool_put_to_shared_cache() by Willy Tarreau · Sun Jan 02 15:15:54 2022 +0100
  97. 148160b MINOR: pools: prepare pool_item to support chained clusters by Willy Tarreau · Sun Jan 02 14:35:57 2022 +0100
  98. 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
  99. c16ed3b MINOR: pool: introduce pool_item to represent shared pool items by Willy Tarreau · Sat Jan 01 18:22:20 2022 +0100
  100. 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