1. 3d7b468 CLEANUP: config: provide cleare hints about unsupported QUIC addresses by Willy Tarreau · Fri May 20 17:32:35 2022 +0200
  2. 2b049b8 CLEANUP: config: improve address parser error report for unmatched protocols by Willy Tarreau · Fri May 20 17:28:30 2022 +0200
  3. 0d04410 BUG/MINOR: peers: fix error reporting of "bind" lines by Willy Tarreau · Fri May 20 15:19:48 2022 +0200
  4. cc3d716 MINOR: mux-quic: close connection on error if different data at offset by Amaury Denoyelle · Fri May 20 15:14:57 2022 +0200
  5. 209404b MINOR: mux-quic: emit STREAM_LIMIT_ERROR by Amaury Denoyelle · Fri May 20 16:45:32 2022 +0200
  6. d46b0f5 MINOR: mux-quic: emit FLOW_CONTROL_ERROR by Amaury Denoyelle · Fri May 20 15:05:07 2022 +0200
  7. 9fab9fd MINOR: quic/mux-quic: define CONNECTION_CLOSE send API by Amaury Denoyelle · Fri May 20 15:04:38 2022 +0200
  8. dfd1301 MINOR: quic: Dynamic Retry implementation by Frédéric Lécaille · Fri May 20 16:37:36 2022 +0200
  9. 9286210 MINOR: quic: Add tune.quic.retry-threshold keyword by Frédéric Lécaille · Fri May 20 16:29:10 2022 +0200
  10. cbd59c7 MINOR: quic: QUIC stats counters handling by Frédéric Lécaille · Fri May 20 08:11:26 2022 +0200
  11. 3fd92f6 BUG/MINOR: quic: Fix potential memory leak during QUIC connection allocations by Frédéric Lécaille · Thu May 19 14:35:20 2022 +0200
  12. a89659a MINOR: quic: Attach proxy QUIC stats counters to the QUIC connection by Frédéric Lécaille · Thu May 19 11:58:53 2022 +0200
  13. a58cafe MINOR: quic_stats: Add a new stats module for QUIC by Frédéric Lécaille · Wed May 18 14:30:03 2022 +0200
  14. 2822593 BUILD: stats: Missing headers inclusions from stats.h by Frédéric Lécaille · Wed May 18 11:49:34 2022 +0200
  15. 6492e66 MINOR: quic: Move quic_lstnr_dgram_dispatch() out of xprt_quic.c by Frédéric Lécaille · Tue May 17 17:23:16 2022 +0200
  16. ad20a56 MINOR: cfgparse: Update for "cluster-secret" keyword for QUIC Retry by Frédéric Lécaille · Mon May 16 16:51:41 2022 +0200
  17. 3f3ff47 MINOR: quic: Retry implementation by Frédéric Lécaille · Thu May 12 14:47:59 2022 +0200
  18. 55367c8 MINOR: quic_tls: Add quic_tls_decrypt2() implementation by Frédéric Lécaille · Mon May 16 10:27:57 2022 +0200
  19. a9c5d8d MINOR: quic_tls: Add quic_tls_derive_retry_token_secret() by Frédéric Lécaille · Thu May 12 14:44:51 2022 +0200
  20. 359d877 MINOR: quic: Dump initial derived secrets by Frédéric Lécaille · Fri May 13 15:07:49 2022 +0200
  21. 8ec9c81 BUG/MINOR: cfgparse: abort earlier in case of allocation error by Willy Tarreau · Fri May 20 09:13:38 2022 +0200
  22. fe1c785 CLEANUP: quic: adjust comment/coding style for TPs init by Amaury Denoyelle · Thu May 19 16:55:29 2022 +0200
  23. 0daef00 BUG/MEDIUM: quic: fix initialization for local/remote TPs by Amaury Denoyelle · Thu May 19 16:45:37 2022 +0200
  24. 3dde0d8 MINOR: quic: detect EBADF on sendto() by Amaury Denoyelle · Thu May 19 11:53:56 2022 +0200
  25. ad5df38 MINOR: quic: abort on unlisted errno on sendto() by Amaury Denoyelle · Wed May 18 18:26:13 2022 +0200
  26. 8fa6666 BUG/MINOR: quic: break for error on sendto by Amaury Denoyelle · Wed May 18 18:14:12 2022 +0200
  27. c95eaef MEDIUM: check: Use the CS to handle subscriptions for read/write events by Christopher Faulet · Wed May 18 15:57:15 2022 +0200
  28. 361417f REORG: check: Rename and export I/O callback function by Christopher Faulet · Wed May 18 14:50:30 2022 +0200
  29. 08c8f8e MEDIUM: check: No longer shutdown the connection in .wake callback function by Christopher Faulet · Wed May 18 14:35:49 2022 +0200
  30. 6d781f6 BUG/MINOR: check: Reinit the buffer wait list at the end of a check by Christopher Faulet · Wed May 18 14:24:43 2022 +0200
  31. dfe32c7 BUG/MEDIUM: config: Reset outline buffer size on realloc error in readcfgfile() by Christopher Faulet · Wed May 18 16:22:43 2022 +0200
  32. 8b87b15 MINOR: mux-quic: free RX buf if empty by Amaury Denoyelle · Wed May 18 16:19:47 2022 +0200
  33. 7313f5e BUG/MINOR: mux-quic: support nul buffer with qc_free_ncbuf() by Amaury Denoyelle · Tue May 17 18:53:21 2022 +0200
  34. c830e1e MINOR: mux-quic: implement MAX_DATA emission by Amaury Denoyelle · Mon May 16 16:19:59 2022 +0200
  35. a977355 MINOR: mux-quic: implement MAX_STREAM_DATA emission by Amaury Denoyelle · Mon May 16 14:38:25 2022 +0200
  36. c985cb1 MINOR: mux-quic: reorganize flow-control frames emission by Amaury Denoyelle · Mon May 16 14:29:59 2022 +0200
  37. 3a08640 MINOR: mux-quic: remove qcc_decode_qcs() call in XPRT by Amaury Denoyelle · Wed May 18 11:38:22 2022 +0200
  38. 37c2e4a MEDIUM: mux-quic: implement recv on io-cb by Amaury Denoyelle · Mon May 16 13:54:59 2022 +0200
  39. 73d6ffe MINOR: h3: flag demux as full on HTX full by Amaury Denoyelle · Mon May 16 13:54:31 2022 +0200
  40. b5454d4 MINOR: h3: do not wait a complete frame for demuxing by Amaury Denoyelle · Thu May 12 16:56:16 2022 +0200
  41. 03dcf56 BUG/MINOR: mux-quic: update session's idle delay before stream creation by Amaury Denoyelle · Tue May 17 18:03:37 2022 +0200
  42. ca21c76 MINOR: ncbuf: refactor ncb_advance() by Amaury Denoyelle · Tue May 17 18:52:39 2022 +0200
  43. f6dbdc1 BUG/MINOR: ncbuf: fix ncb_is_empty() by Amaury Denoyelle · Tue May 17 18:52:22 2022 +0200
  44. 82c51b5 OPTIM: quic: realign empty Rx buffer by Amaury Denoyelle · Tue May 17 15:01:25 2022 +0200
  45. 80d0572 BUG/MEDIUM: quic: fix Rx buffering by Amaury Denoyelle · Mon May 16 18:13:56 2022 +0200
  46. f229e18 CLEANUP: httpclient: Remove useless test on ss_dst in httpclient_applet_init() by Christopher Faulet · Wed May 18 09:29:32 2022 +0200
  47. 9e3c8d5 CLEANUP: peers: Remove unreachable code in peer_session_create() by Christopher Faulet · Wed May 18 08:02:37 2022 +0200
  48. fa463af BUG/MINOR: spoe: Fix error handling in spoe_init_appctx() by Christopher Faulet · Wed May 18 07:42:49 2022 +0200
  49. 7ad27d4 CLEANUP: http_ana: Make use of the return value of stream_generate_unique_id() by Tim Duesterhus · Wed May 18 00:22:15 2022 +0200
  50. ccc0355 MINOR: ssl: Add 'ssl-provider-path' global option by Remi Tricot-Le Breton · Tue May 17 15:18:37 2022 +0200
  51. 96816b0 REGTESTS: abortonclose: Fix some race conditions by Christopher Faulet · Tue May 17 15:08:22 2022 +0200
  52. bc684ac CLEANUP: proxy: Remove dead code when parsing "http-restrict-req-hdr-names" option by Christopher Faulet · Tue May 17 14:46:15 2022 +0200
  53. 2d9cc85 MINOR: conn-stream/applet: Stop setting appctx as the endpoint context by Christopher Faulet · Mon May 16 17:29:37 2022 +0200
  54. 34e4085 MEDIUM: peers: Balance applets across threads by Maciej Zdeb · Mon May 16 17:27:28 2022 +0200
  55. d01be2a MINOR: peers: Track number of applets run by thread by Maciej Zdeb · Mon May 16 17:26:20 2022 +0200
  56. d9c1d33 MEDIUM: applet: Add support for async appctx startup on a thread subset by Christopher Faulet · Mon May 16 17:15:31 2022 +0200
  57. 6095d57 MINOR: applet: Add API to start applet on a thread subset by Christopher Faulet · Mon May 16 17:09:48 2022 +0200
  58. 6712dc6 MEDIUM: peers: Refactor peer appctx creation by Christopher Faulet · Thu May 12 15:36:11 2022 +0200
  59. 387e797 MINOR: peers: Add a ref to peers section in the peer structure by Christopher Faulet · Thu May 12 14:47:52 2022 +0200
  60. aee57fc MEDIUM: sink: Refactor sink forwarder appctx creation by Christopher Faulet · Thu May 12 15:34:48 2022 +0200
  61. 2ae25ea MINOR: sink: Add a ref to sink in the sink_forward_target structure by Christopher Faulet · Thu May 12 14:50:09 2022 +0200
  62. b1e0836 MEDIUM: httpclient: Refactor http-client appctx creation by Christopher Faulet · Thu May 12 15:33:14 2022 +0200
  63. 5f35a3e MEDIUM: lua: Refactor cosocket appctx creation by Christopher Faulet · Thu May 12 15:31:05 2022 +0200
  64. 69ebc30 MEDIUM: spoe: Refactor SPOE appctx creation by Christopher Faulet · Thu May 12 15:28:51 2022 +0200
  65. 9223851 MEDIUM: dns: Refactor dns appctx creation by Christopher Faulet · Thu May 12 15:24:46 2022 +0200
  66. d0c4ec0 MINOR: applet: Add function to release appctx on error during init stage by Christopher Faulet · Thu May 12 15:18:48 2022 +0200
  67. 8718c95 MINOR: applet: Add a function to finalize frontend appctx startup by Christopher Faulet · Thu May 12 15:15:53 2022 +0200
  68. 16c0d9c MINOR: applet: Add appctx_init() helper fnuction by Christopher Faulet · Thu May 12 14:59:28 2022 +0200
  69. ab5d1dc MINOR: stream: Export stream_free() by Christopher Faulet · Thu May 12 14:56:55 2022 +0200
  70. c992938 MINOR: applet: Change return value for .init callback function by Christopher Faulet · Thu May 12 11:52:27 2022 +0200
  71. 92202da MINOR: applet: Let the frontend appctx release the session by Christopher Faulet · Wed May 11 12:22:10 2022 +0200
  72. ac57bb5 MINOR: applet: Prepare appctx to own the session on frontend side by Christopher Faulet · Mon May 09 08:08:26 2022 +0200
  73. ef5e1bb CLEANUP: conn-stream: Remove cs_applet_shut declaration from header file by Christopher Faulet · Wed May 11 11:52:53 2022 +0200
  74. 9bf3a1f BUG/MINOR: ssl: Fix crash when no private key is found in pem by Remi Tricot-Le Breton · Mon May 09 11:07:13 2022 +0200
  75. 7198c70 MINOR: tools: add get_exec_path implementation for solaris based systems. by David Carlier · Sat May 14 17:15:49 2022 +0100
  76. 135c1ec BUILD: fix build warning on solaris based systems with __maybe_unused. by David Carlier · Sat May 14 17:10:50 2022 +0100
  77. 9b6becb CLEANUP: Remove unused function hlua_get_top_error_string by Tim Duesterhus · Sat May 14 22:15:28 2022 +0200
  78. 6eded62 CLEANUP: Add missing header to hlua_fcn.c by Tim Duesterhus · Sat May 14 22:17:25 2022 +0200
  79. 2a0688a CLEANUP: Add missing header to ssl_utils.c by Tim Duesterhus · Sat May 14 22:15:26 2022 +0200
  80. 1746a38 MINOR: ssl: Add 'ssl-provider' global option by Remi Tricot-Le Breton · Mon May 16 16:24:33 2022 +0200
  81. e809765 MINOR: ssl: Add 'ssl-propquery' global option by Remi Tricot-Le Breton · Mon May 16 16:24:32 2022 +0200
  82. 5194446 MEDIUM: ssl: Delay random generator initialization after config parsing by Remi Tricot-Le Breton · Mon May 16 16:24:31 2022 +0200
  83. 18c13d3 MEDIUM: http-ana: Add a proxy option to restrict chars in request header names by Christopher Faulet · Mon May 16 11:43:10 2022 +0200
  84. f46393a MINOR: ncbuf: fix warnings for testing build by Amaury Denoyelle · Mon May 16 11:09:05 2022 +0200
  85. 48fbad4 BUG/MEDIUM: ncbuf: fix null buffer usage by Amaury Denoyelle · Mon May 16 11:09:29 2022 +0200
  86. 94cd779 CI: determine actual LibreSSL version dynamically by Ilya Shipitsin · Fri May 13 21:59:38 2022 +0500
  87. 3703325 [RELEASE] Released version 2.6-dev10 by Willy Tarreau · Sat May 14 16:05:50 2022 +0200
  88. 45fce8f CLEANUP: quic: remove unused quic_rx_strm_frm by Amaury Denoyelle · Fri May 13 15:42:19 2022 +0200
  89. 00f87bb CLEANUP: mux-quic: remove unused fields for Rx by Amaury Denoyelle · Fri May 13 15:41:35 2022 +0200
  90. 3db98e9 MEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams by Amaury Denoyelle · Fri May 13 15:41:04 2022 +0200
  91. 1290f1e MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams by Amaury Denoyelle · Fri May 13 14:49:05 2022 +0200
  92. 06749f3 MINOR: xprt_quic: adjust flow-control according to bufsize by Amaury Denoyelle · Fri May 13 11:27:06 2022 +0200
  93. b5ca943 BUG/MINOR: ncbuf: fix coverity warning on uninit sz_data by Amaury Denoyelle · Fri May 13 15:33:50 2022 +0200
  94. 26f221b MINOR: config: make sure never to mix dgram and stream protocols on a bind line by Willy Tarreau · Tue Apr 26 14:40:30 2022 +0200
  95. 8d31ab0 MINOR: tools: improve error message accuracy in str2sa_range by Willy Tarreau · Mon May 09 16:18:26 2022 +0200
  96. df94313 BUG/MEDIUM: mux-quic: fix a thinko in the latest cs/endpoint cleanup by Willy Tarreau · Fri May 13 16:31:23 2022 +0200
  97. 973cf90 MINOR: ext-check: indicate the transport and protocol of a server by Willy Tarreau · Fri May 13 15:58:35 2022 +0200
  98. 6796a06 CLEANUP: conn_stream: merge cs_new_from_{mux,applet} into cs_new_from_endp() by Willy Tarreau · Wed May 11 16:11:24 2022 +0200
  99. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
  100. c1b8d77 MINOR: applet: add appctx_strm() and appctx_cs() to access common fields by Willy Tarreau · Wed May 11 14:14:56 2022 +0200