1. e1c3546 MINOR: quic: Avoid warning about NULL pointer dereferences by Frédéric Lécaille · Mon Feb 14 19:01:21 2022 +0100
  2. ee4508d MINOR: quic: ha_quic_set_encryption_secrets without server specific code by Frédéric Lécaille · Mon Feb 14 17:54:04 2022 +0100
  3. 16de9f7 MINOR: quic: Code never reached in qc_ssl_sess_init() by Frédéric Lécaille · Mon Feb 14 17:32:50 2022 +0100
  4. 21db6f9 MINOR: quic: Wrong loss delay computation by Frédéric Lécaille · Mon Feb 14 13:56:42 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. 91379f7 MINOR: h3: implement DATA parsing by Amaury Denoyelle · Mon Feb 14 17:14:59 2022 +0100
  7. 7b0f122 MINOR: h3: extract HEADERS parsing in a dedicated function by Amaury Denoyelle · Mon Feb 14 17:13:55 2022 +0100
  8. 0484f92 MINOR: h3: report frames bigger than rx buffer by Amaury Denoyelle · Tue Feb 15 16:59:39 2022 +0100
  9. bb56530 MINOR: h3: set CS_FL_NOT_FIRST by Amaury Denoyelle · Mon Feb 14 17:14:35 2022 +0100
  10. eb53e5b MINOR: mux-quic: set EOS on rcv_buf by Amaury Denoyelle · Mon Feb 14 17:11:32 2022 +0100
  11. 9a327a7 MINOR: mux-quic: implement rcv_buf by Amaury Denoyelle · Mon Feb 14 17:11:09 2022 +0100
  12. 95b93a3 MINOR: h3: set properly HTX EOM/BODYLESS on HEADERS parsing by Amaury Denoyelle · Mon Feb 14 15:49:53 2022 +0100
  13. a04724a MINOR: h3: add documentation on h3_decode_qcs by Amaury Denoyelle · Tue Feb 15 11:05:46 2022 +0100
  14. ffafb3d MINOR: h3: remove transfer-encoding header by Amaury Denoyelle · Tue Feb 15 16:10:42 2022 +0100
  15. 4ac6d37 BUG/MINOR: h3: fix the header length for QPACK decoding by Amaury Denoyelle · Mon Feb 14 14:38:55 2022 +0100
  16. 6a2c2f4 BUG/MINOR: quic: fix FIN stream signaling by Amaury Denoyelle · Tue Feb 15 10:57:16 2022 +0100
  17. ab9cec7 MINOR: qpack: fix typo in trace by Amaury Denoyelle · Mon Feb 14 14:45:10 2022 +0100
  18. 4af6595 BUG/MEDIUM: quic: fix crash on CC if mux not present by Amaury Denoyelle · Tue Feb 15 11:06:15 2022 +0100
  19. 8524f0f MINOR: quic: use a global dghlrs for each thread by Amaury Denoyelle · Tue Feb 08 15:03:40 2022 +0100
  20. 6c8babf BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks by Willy Tarreau · Mon Feb 14 10:18:51 2022 +0100
  21. 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
  22. 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
  23. 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
  24. ceabc5c CLEANUP: pools: don't needlessly set a call mark during refilling of caches by Willy Tarreau · Mon Feb 14 09:26:59 2022 +0100
  25. c895c44 BUG/MINOR: pools: always flush pools about to be destroyed by Willy Tarreau · Wed Feb 09 16:19:24 2022 +0100
  26. b5ba09e BUG/MEDIUM: pools: ensure items are always large enough for the pool_cache_item by Willy Tarreau · Mon Feb 07 10:32:00 2022 +0100
  27. 547aa0e MINOR: quic: Useless statement in quic_crypto_data_cpy() by Frédéric Lécaille · Wed Feb 02 15:57:22 2022 +0100
  28. c0b481f MINOR: quic: Possible memleak in qc_new_conn() by Frédéric Lécaille · Wed Feb 02 15:39:55 2022 +0100
  29. 225c31f CLEANUP: h3: Unreachable target in h3_uqs_init() by Frédéric Lécaille · Wed Feb 02 15:21:00 2022 +0100
  30. 6842485 MINOR: quic: Possible overflow in qpack_get_varint() by Frédéric Lécaille · Wed Feb 02 14:56:23 2022 +0100
  31. ce2ecc9 MINOR: quic: Potential overflow expression in qc_parse_frm() by Frédéric Lécaille · Wed Feb 02 14:37:37 2022 +0100
  32. 439c464 MINOR: quic: EINTR error ignored by Frédéric Lécaille · Wed Feb 02 14:33:10 2022 +0100
  33. 3916ca1 MINOR: quic: Variable used before being checked in ha_quic_add_handshake_data() by Frédéric Lécaille · Wed Feb 02 14:09:05 2022 +0100
  34. 83cd51e MINOR: quic: Remove an RX buffer useless lock by Frédéric Lécaille · Wed Feb 02 10:51:50 2022 +0100
  35. 88c5695 MINOR: ssl: Remove calls to SSL_CTX_set_tmp_dh_callback on OpenSSLv3 by Remi Tricot-Le Breton · Fri Feb 11 12:04:56 2022 +0100
  36. 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
  37. 55d7e78 MINOR: ssl: Set default dh size to 2048 by Remi Tricot-Le Breton · Fri Feb 11 12:04:54 2022 +0100
  38. bed7263 MINOR: ssl: Build local DH of right size when needed by Remi Tricot-Le Breton · Fri Feb 11 12:04:53 2022 +0100
  39. 7f6425a MINOR: ssl: Add ssl_new_dh_fromdata helper function by Remi Tricot-Le Breton · Fri Feb 11 12:04:52 2022 +0100
  40. 5f17930 MINOR: ssl: Add ssl_sock_set_tmp_dh_from_pkey helper function by Remi Tricot-Le Breton · Fri Feb 11 12:04:51 2022 +0100
  41. 846eda9 MINOR: ssl: Add ssl_sock_set_tmp_dh helper function by Remi Tricot-Le Breton · Fri Feb 11 12:04:50 2022 +0100
  42. 292a88c MINOR: ssl: Factorize ssl_get_tmp_dh and append a cbk to its name by Remi Tricot-Le Breton · Fri Feb 11 12:04:49 2022 +0100
  43. 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
  44. 956f3ae MINOR: ssl: Create HASSL_DH wrapper structure by Remi Tricot-Le Breton · Fri Feb 11 12:04:47 2022 +0100
  45. 17b7384 REGTESTS: ssl: Add tests for DH related options by Remi Tricot-Le Breton · Fri Feb 11 12:04:46 2022 +0100
  46. 78a36e3 MINOR: ssl: Remove call to ERR_load_SSL_strings with OpenSSLv3 by Remi Tricot-Le Breton · Fri Feb 11 12:04:45 2022 +0100
  47. 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
  48. 7b820a6 BUG/MINOR: mworker: does not erase the pidfile upon reload by William Lallemand · Mon Feb 14 09:02:14 2022 +0100
  49. 6fed59c CI: enable QUIC for Coverity scan by Ilya Shipitsin · Wed Feb 02 10:24:58 2022 +0500
  50. 58a7704 MINOR: quic: take out xprt snd_buf operation by Amaury Denoyelle · Wed Feb 09 15:43:07 2022 +0100
  51. 80bd837 MINOR: quic: remove unused xprt rcv_buf operation by Amaury Denoyelle · Wed Feb 09 15:39:35 2022 +0100
  52. f6dcbce MINOR: quic: rename local tid variable by Amaury Denoyelle · Tue Feb 08 15:05:58 2022 +0100
  53. 59e0b1f MINOR: mux-quic: remove quic_transport_params_update by Amaury Denoyelle · Wed Feb 09 10:34:59 2022 +0100
  54. b788054 MINOR: h3: hardcode the stream id of control stream by Amaury Denoyelle · Wed Feb 09 10:28:53 2022 +0100
  55. c9414e2 MINOR: ssl: Remove call to HMAC_Init_ex with OpenSSLv3 by Remi Tricot-Le Breton · Tue Feb 08 17:45:59 2022 +0100
  56. 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
  57. 3f269bb REGTESTS: ssl: Add test for "generate-certificates" SSL option by Remi Tricot-Le Breton · Tue Feb 08 17:45:57 2022 +0100
  58. c11e7e1 MINOR: ssl: Remove EC_KEY related calls when creating a certificate by Remi Tricot-Le Breton · Tue Feb 08 17:45:56 2022 +0100
  59. eb561ce REGTESTS: ssl: Add test for "curves" and "ecdhe" SSL options by Remi Tricot-Le Breton · Tue Feb 08 17:45:55 2022 +0100
  60. ff4c3c4 MINOR: ssl: Remove EC_KEY related calls when preparing SSL context by Remi Tricot-Le Breton · Tue Feb 08 17:45:54 2022 +0100
  61. 2559bc8 MINOR: ssl: Use high level OpenSSL APIs in sha2 converter by Remi Tricot-Le Breton · Tue Feb 08 17:45:53 2022 +0100
  62. 36f80f6 CLEANUP: ssl: Remove unused ssl_sock_create_cert function by Remi Tricot-Le Breton · Tue Feb 08 17:45:52 2022 +0100
  63. 2e7d1eb BUG/MINOR: ssl: Remove empty lines from "show ssl ocsp-response <id>" output by Remi Tricot-Le Breton · Tue Jan 11 10:11:10 2022 +0100
  64. bfa3236 MINOR: quic: Remove a useless test in quic_get_dgram_dcid() by Frédéric Lécaille · Wed Feb 02 10:44:36 2022 +0100
  65. f6f7520 MINOR: quic: Wrong datagram buffer passed to quic_lstnr_dgram_dispatch() by Frédéric Lécaille · Wed Feb 02 09:44:22 2022 +0100
  66. 841bf5e MINOR: quic: Do not modify a marked as consumed datagram by Frédéric Lécaille · Wed Feb 02 09:41:27 2022 +0100
  67. 8de3eff REGTESTS: ssl: skip show_ssl_ocspresponse.vtc when BoringSSL is used by Ilya Shipitsin · Mon Jan 31 09:49:47 2022 +0500
  68. e5ea76a BUILD: ssl: adjust guard for X509_get_X509_PUBKEY(x) by Ilya Shipitsin · Mon Jan 31 09:45:00 2022 +0500
  69. fc59129 MINOR: httpclient: Don't limit data transfer to 1024 bytes by Christopher Faulet · Wed Jan 12 14:46:03 2022 +0100
  70. 6ced61d BUG/MEDIUM: httpclient: Xfer the request when the stream is created by Christopher Faulet · Wed Jan 12 15:27:41 2022 +0100
  71. 600985d BUG/MINOR: httpclient: Revisit HC request and response buffers allocation by Christopher Faulet · Wed Jan 12 11:14:08 2022 +0100
  72. dae12c7 MINOR: mworker/cli: add flags in the prompt by William Lallemand · Wed Feb 02 14:13:54 2022 +0100
  73. 2a17191 MINOR: mworker/cli: mcli-debug-mode enables every command by William Lallemand · Wed Feb 02 11:43:20 2022 +0100
  74. d9c2807 BUG/MINOR: mworker/cli: don't display help on master applet by William Lallemand · Wed Feb 02 11:23:58 2022 +0100
  75. fe618fb CLEANUP: cleanup a commentary in pcli_parse_request() by William Lallemand · Wed Feb 02 14:07:08 2022 +0100
  76. a5ce28b DOC: management: add expert and experimental mode in 9.4.1 by William Lallemand · Wed Feb 02 15:29:21 2022 +0100
  77. af140ab DOC: management: rework the Master CLI section by William Lallemand · Wed Feb 02 14:44:19 2022 +0100
  78. 2454d6e [RELEASE] Released version 2.6-dev1 by Willy Tarreau · Tue Feb 01 18:06:59 2022 +0100
  79. 7267f78 MINOR: mworker/cli: set expert/experimental mode from the CLI by William Lallemand · Tue Feb 01 16:08:50 2022 +0100
  80. fed93d3 BUG/MEDIUM: listener: read-lock the listener during accept() by Willy Tarreau · Tue Feb 01 16:37:00 2022 +0100
  81. 08b6f96 MINOR: listener: replace the listener's spinlock with an rwlock by Willy Tarreau · Tue Feb 01 16:23:00 2022 +0100
  82. 0e0969d MINOR: mux-quic: release idle conns on process stopping by Amaury Denoyelle · Mon Jan 31 15:41:14 2022 +0100
  83. 1136e92 MEDIUM: mux-quic: delay the closing with the timeout by Amaury Denoyelle · Tue Feb 01 10:33:09 2022 +0100
  84. aebe26f MINOR: mux-quic: create a timeout task by Amaury Denoyelle · Thu Jan 13 16:28:06 2022 +0100
  85. d975148 MINOR: mux-quic: do not consider CONNECTION_CLOSE for the moment by Amaury Denoyelle · Tue Feb 01 15:15:11 2022 +0100
  86. ce1f30d MINOR: mux-quic: properly initialize qcc flags by Amaury Denoyelle · Tue Feb 01 15:14:24 2022 +0100
  87. 6a4aebf MINOR: mux-quic: add comment by Amaury Denoyelle · Tue Feb 01 10:16:05 2022 +0100
  88. 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
  89. 5ea9fa6 BUILD: makefile: only compute alternative options if required by Willy Tarreau · Mon Jan 31 15:27:58 2022 +0100
  90. d521b8b BUILD: makefile: validate support for extra warnings by batches by Willy Tarreau · Mon Jan 31 15:10:14 2022 +0100
  91. 7a1e6fe BUILD: makefile: avoid testing all -Wno-* options when not needed by Willy Tarreau · Mon Jan 31 11:54:16 2022 +0100
  92. ce67284 Revert "MINOR: mworker: sets used or closed worker FDs to -1" by William Lallemand · Mon Jan 31 19:06:07 2022 +0100
  93. 7fbb94d MINOR: quic: Do not use connection struct xprt_ctx too soon by Frédéric Lécaille · Mon Jan 31 10:37:07 2022 +0100
  94. 789413c MINOR: quic: Initialize the connection timer asap by Frédéric Lécaille · Mon Jan 31 10:16:18 2022 +0100
  95. 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
  96. 298931d MINOR: quic: Do not try to treat 0-RTT packets without started mux by Frédéric Lécaille · Fri Jan 28 21:41:06 2022 +0100
  97. 61b851d MINOR: quic: Try to accept 0-RTT connections by Frédéric Lécaille · Fri Jan 28 21:38:45 2022 +0100
  98. ea7371e MINOR: mworker: sets used or closed worker FDs to -1 by William Lallemand · Mon Jan 31 11:01:24 2022 +0100
  99. 21ea8c5 REGTESTS: Remove REQUIRE_VERSION=1.8 from all tests by Tim Duesterhus · Fri Jan 28 18:09:20 2022 +0100
  100. f42ddf7 CI: Consistently use actions/checkout@v2 by Tim Duesterhus · Fri Jan 28 18:45:37 2022 +0100