1. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · Mon Dec 20 17:09:39 2021 +0100
  2. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  3. dd2d0d8 MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint by Christopher Faulet · Mon Dec 20 09:34:32 2021 +0100
  4. 897d612 MEDIUM: conn-stream: No longer access connection field directly by Christopher Faulet · Fri Dec 17 17:28:35 2021 +0100
  5. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · Thu Dec 16 17:32:56 2021 +0100
  6. e2b38b3 MEDIUM: stream: Allocate backend CS when the stream is created by Christopher Faulet · Thu Dec 16 16:11:28 2021 +0100
  7. e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · Thu Dec 16 14:44:31 2021 +0100
  8. a742293 MINOR: stream: Handle appctx case first when creating a new stream by Christopher Faulet · Wed Dec 15 11:42:23 2021 +0100
  9. 0256da1 MINOR: connection: Be prepared to handle conn-stream with no connection by Christopher Faulet · Wed Dec 15 09:50:17 2021 +0100
  10. f4b79c4 MINOR: pools: support setting debugging options using -dM by Willy Tarreau · Wed Feb 23 15:20:53 2022 +0100
  11. 1408b1f MINOR: pools: delegate parsing of command line option -dM to a new function by Willy Tarreau · Fri Feb 18 18:54:40 2022 +0100
  12. 18f96d0 MEDIUM: init: handle arguments earlier by Willy Tarreau · Wed Feb 23 17:25:00 2022 +0100
  13. 392524d MINOR: init: extract args parsing to their own function by Willy Tarreau · Thu Feb 17 18:10:36 2022 +0100
  14. 34527d5 MEDIUM: init: split the early initialization in its own function by Willy Tarreau · Thu Feb 17 17:45:58 2022 +0100
  15. 3ebe4d9 MEDIUM: initcall: move STG_REGISTER earlier by Willy Tarreau · Fri Feb 18 14:51:49 2022 +0100
  16. ef301b7 MINOR: pools: add a debugging flag for memory poisonning option by Willy Tarreau · Wed Feb 23 14:15:18 2022 +0100
  17. 13d7775 MINOR: pools: replace DEBUG_MEMORY_POOLS with runtime POOL_DBG_TAG by Willy Tarreau · Wed Feb 23 10:20:37 2022 +0100
  18. 0271822 MINOR: pools: replace DEBUG_POOL_TRACING with runtime POOL_DBG_CALLER by Willy Tarreau · Wed Feb 23 10:10:33 2022 +0100
  19. 42705d0 MINOR: pools: get rid of POOL_EXTRA by Willy Tarreau · Wed Feb 23 10:03:11 2022 +0100
  20. 96d5bc7 MINOR: pools: store the allocated size for each pool by Willy Tarreau · Wed Feb 23 08:57:59 2022 +0100
  21. e981631 MEDIUM: pools: replace CONFIG_HAP_POOLS with a runtime "NO_CACHE" flag. by Willy Tarreau · Tue Feb 22 16:23:09 2022 +0100
  22. dff3b06 MINOR: pools: make the global pools a runtime option. by Willy Tarreau · Tue Feb 22 09:21:13 2022 +0100
  23. 6f3c7f6 MINOR: pools: add a new debugging flag POOL_DBG_INTEGRITY by Willy Tarreau · Mon Feb 21 18:42:53 2022 +0100
  24. d3470e1 MINOR: pools: add a new debugging flag POOL_DBG_COLD_FIRST by Willy Tarreau · Mon Feb 21 18:30:25 2022 +0100
  25. fd8b737 MINOR: pools: switch DEBUG_DONT_SHARE_POOLS to runtime by Willy Tarreau · Mon Feb 21 17:31:50 2022 +0100
  26. 8d0273e MINOR: pools: switch the fail-alloc test to runtime only by Willy Tarreau · Mon Feb 21 17:16:22 2022 +0100
  27. 605629b MINOR: pools: introduce a new pool_debugging global variable by Willy Tarreau · Fri Feb 18 18:35:59 2022 +0100
  28. af580f6 MINOR: pools: disable redundant poisonning on pool_free() by Willy Tarreau · Wed Feb 23 11:45:09 2022 +0100
  29. b61fccd CLEANUP: init: remove the ifdef on HAPROXY_MEMMAX by Willy Tarreau · Thu Feb 17 17:15:02 2022 +0100
  30. cc0d554 CLEANUP: vars: move the per-process variables initialization to vars.c by Willy Tarreau · Thu Feb 17 16:47:03 2022 +0100
  31. add4306 CLEANUP: muxes: do not use a dynamic trash in list_mux_protos() by Willy Tarreau · Fri Feb 18 11:07:40 2022 +0100
  32. 5b4b6ca CLEANUP: httpclient: initialize the client in stage INIT not REGISTER by Willy Tarreau · Fri Feb 18 16:23:14 2022 +0100
  33. ab90ee8 BUG/MINOR: httpclient/lua: missing pop for new timeout parameter by William Lallemand · Wed Feb 23 15:16:08 2022 +0100
  34. b4a4ef6 MINOR: httpclient/lua: ability to set a server timeout by William Lallemand · Wed Feb 23 14:18:16 2022 +0100
  35. 686501c BUG/MEDIUM: stream: Abort processing if response buffer allocation fails by Christopher Faulet · Tue Feb 01 18:53:53 2022 +0100
  36. 9f69995 MINOR: pools: mark most static pool configuration variables as read-mostly by Willy Tarreau · Fri Feb 18 18:31:53 2022 +0100
  37. 4323567 MINOR: quic: fix handling of out-of-order received STREAM frames by Amaury Denoyelle · Mon Feb 21 19:08:44 2022 +0100
  38. c0b66ca MINOR: mux-quic: fix uninitialized return on qc_send by Amaury Denoyelle · Mon Feb 21 18:45:22 2022 +0100
  39. ff191de MINOR: h3: fix compiler warning variable set but not used by Amaury Denoyelle · Mon Feb 21 18:38:29 2022 +0100
  40. d1c76f2 MINOR: quic: do not modify offset node if quic_rx_strm_frm in tree by Amaury Denoyelle · Mon Feb 21 17:53:38 2022 +0100
  41. ae17925 DEBUG: stream-int: Check CS_FL_WANT_ROOM is not set with an empty input buffer by Christopher Faulet · Mon Feb 21 16:12:00 2022 +0100
  42. ec361bb BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer by Christopher Faulet · Mon Feb 21 15:12:54 2022 +0100
  43. c17c31c BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer by Christopher Faulet · Tue Feb 01 18:25:06 2022 +0100
  44. ea3e035 MINOR: mux-quic: fix a possible null dereference in qc_timeout_task by Amaury Denoyelle · Mon Feb 21 10:05:16 2022 +0100
  45. 11adb1d BUG/MEDIUM: httpclient: limit transfers to the maximum available room by Willy Tarreau · Fri Feb 18 17:28:25 2022 +0100
  46. 8a91374 BUG/MINOR: tools: url2sa reads ipv4 too far by William Lallemand · Fri Feb 18 16:13:12 2022 +0100
  47. 2c8f984 CLEANUP: httpclient/cli: fix indentation alignment of the help message by Willy Tarreau · Fri Feb 18 16:26:36 2022 +0100
  48. 1b01b7f BUG/MINOR: ssl: Missing return value check in ssl_ocsp_response_print by Remi Tricot-Le Breton · Wed Feb 16 15:17:09 2022 +0100
  49. 8081b67 BUG/MINOR: ssl: Fix leak in "show ssl ocsp-response" CLI command by Remi Tricot-Le Breton · Wed Feb 16 15:03:51 2022 +0100
  50. a9a591a BUG/MINOR: ssl: Add missing return value check in ssl_ocsp_response_print by Remi Tricot-Le Breton · Wed Feb 16 14:42:22 2022 +0100
  51. 4f4f2b7 MINOR: httpclient/lua: add 'dst' optionnal field by William Lallemand · Thu Feb 17 20:00:23 2022 +0100
  52. 7b2e0ee MINOR: httpclient: sets an alternative destination by William Lallemand · Thu Feb 17 19:10:55 2022 +0100
  53. 1a16e4e BUG/MINOR: mailers: negotiate SMTP, not ESMTP by Lukas Tribus · Thu Feb 17 15:40:51 2022 +0100
  54. 5085bc3 BUG/MINOR: httpclient: reinit flags in httpclient_start() by William Lallemand · Thu Feb 17 12:52:09 2022 +0100
  55. d0de677 BUG/MINOR: mux-h2: update the session's idle delay before creating the stream by Willy Tarreau · Fri Feb 04 09:05:37 2022 +0100
  56. c7d8548 BUG/MEDIUM: h2/hpack: fix emission of HPACK DTSU after settings change by Willy Tarreau · Wed Feb 16 14:28:14 2022 +0100
  57. b042e4f BUG/MAJOR: spoe: properly detach all agents when releasing the applet by Willy Tarreau · Tue Feb 15 16:49:37 2022 +0100
  58. bfb15ab BUG/MAJOR: http/htx: prevent unbounded loop in http_manage_server_side_cookies by Andrew McDermott · Fri Feb 11 18:26:49 2022 +0000
  59. 1d5fdc5 MINOR: h3: remove unused return value on decode_qcs by Amaury Denoyelle · Wed Feb 16 14:35:10 2022 +0100
  60. de6ecc3 BUG/MINOR: httpclient/cli: display junk characters in vsn by William Lallemand · Wed Feb 16 11:37:02 2022 +0100
  61. d544d33 BUG/MINOR: jwt: Memory leak if same key is used in multiple jwt_verify calls by Remi Tricot-Le Breton · Fri Feb 04 14:24:15 2022 +0100
  62. 2b5a655 BUG/MINOR: jwt: Missing pkey free during cleanup by Remi Tricot-Le Breton · Fri Feb 04 14:21:02 2022 +0100
  63. 4930c6c BUG/MINOR: jwt: Double free in deinit function by Remi Tricot-Le Breton · Fri Feb 04 14:06:34 2022 +0100
  64. 31e4f6e MINOR: h3: report error on HEADERS/DATA parsing by Amaury Denoyelle · Tue Feb 15 17:30:27 2022 +0100
  65. 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
  66. 53c7d8d MINOR: quic: Do not retransmit too much packets. by Frédéric Lécaille · Tue Feb 15 12:00:55 2022 +0100
  67. 0c80e69 MINOR: quic: Possible frame parsers array overrun by Frédéric Lécaille · Tue Feb 15 10:27:34 2022 +0100
  68. 59509b5 MINOR: quic: Non checked returned value for cs_new() in h3_decode_qcs() by Frédéric Lécaille · Tue Feb 15 09:25:06 2022 +0100
  69. 3c08cb4 MINOR: h3: Dead code in h3_uqs_init() by Frédéric Lécaille · Tue Feb 15 09:15:47 2022 +0100
  70. 1e1fb5d MINOR: quic: Non checked returned value for cs_new() in hq_interop_decode_qcs() by Frédéric Lécaille · Tue Feb 15 09:13:05 2022 +0100
  71. 498e992 MINOR: quic: Useless test in quic_lstnr_dghdlr() by Frédéric Lécaille · Tue Feb 15 08:58:07 2022 +0100
  72. e1c3546 MINOR: quic: Avoid warning about NULL pointer dereferences by Frédéric Lécaille · Mon Feb 14 19:01:21 2022 +0100
  73. 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
  74. 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
  75. 21db6f9 MINOR: quic: Wrong loss delay computation by Frédéric Lécaille · Mon Feb 14 13:56:42 2022 +0100
  76. 91379f7 MINOR: h3: implement DATA parsing by Amaury Denoyelle · Mon Feb 14 17:14:59 2022 +0100
  77. 7b0f122 MINOR: h3: extract HEADERS parsing in a dedicated function by Amaury Denoyelle · Mon Feb 14 17:13:55 2022 +0100
  78. 0484f92 MINOR: h3: report frames bigger than rx buffer by Amaury Denoyelle · Tue Feb 15 16:59:39 2022 +0100
  79. bb56530 MINOR: h3: set CS_FL_NOT_FIRST by Amaury Denoyelle · Mon Feb 14 17:14:35 2022 +0100
  80. eb53e5b MINOR: mux-quic: set EOS on rcv_buf by Amaury Denoyelle · Mon Feb 14 17:11:32 2022 +0100
  81. 9a327a7 MINOR: mux-quic: implement rcv_buf by Amaury Denoyelle · Mon Feb 14 17:11:09 2022 +0100
  82. 95b93a3 MINOR: h3: set properly HTX EOM/BODYLESS on HEADERS parsing by Amaury Denoyelle · Mon Feb 14 15:49:53 2022 +0100
  83. a04724a MINOR: h3: add documentation on h3_decode_qcs by Amaury Denoyelle · Tue Feb 15 11:05:46 2022 +0100
  84. ffafb3d MINOR: h3: remove transfer-encoding header by Amaury Denoyelle · Tue Feb 15 16:10:42 2022 +0100
  85. 4ac6d37 BUG/MINOR: h3: fix the header length for QPACK decoding by Amaury Denoyelle · Mon Feb 14 14:38:55 2022 +0100
  86. 6a2c2f4 BUG/MINOR: quic: fix FIN stream signaling by Amaury Denoyelle · Tue Feb 15 10:57:16 2022 +0100
  87. ab9cec7 MINOR: qpack: fix typo in trace by Amaury Denoyelle · Mon Feb 14 14:45:10 2022 +0100
  88. 4af6595 BUG/MEDIUM: quic: fix crash on CC if mux not present by Amaury Denoyelle · Tue Feb 15 11:06:15 2022 +0100
  89. 8524f0f MINOR: quic: use a global dghlrs for each thread by Amaury Denoyelle · Tue Feb 08 15:03:40 2022 +0100
  90. 6c8babf BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks by Willy Tarreau · Mon Feb 14 10:18:51 2022 +0100
  91. 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
  92. 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
  93. 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
  94. 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
  95. c895c44 BUG/MINOR: pools: always flush pools about to be destroyed by Willy Tarreau · Wed Feb 09 16:19:24 2022 +0100
  96. 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
  97. 547aa0e MINOR: quic: Useless statement in quic_crypto_data_cpy() by Frédéric Lécaille · Wed Feb 02 15:57:22 2022 +0100
  98. c0b481f MINOR: quic: Possible memleak in qc_new_conn() by Frédéric Lécaille · Wed Feb 02 15:39:55 2022 +0100
  99. 225c31f CLEANUP: h3: Unreachable target in h3_uqs_init() by Frédéric Lécaille · Wed Feb 02 15:21:00 2022 +0100
  100. 6842485 MINOR: quic: Possible overflow in qpack_get_varint() by Frédéric Lécaille · Wed Feb 02 14:56:23 2022 +0100