1. ad5df38 MINOR: quic: abort on unlisted errno on sendto() by Amaury Denoyelle · Wed May 18 18:26:13 2022 +0200
  2. 8fa6666 BUG/MINOR: quic: break for error on sendto by Amaury Denoyelle · Wed May 18 18:14:12 2022 +0200
  3. c95eaef MEDIUM: check: Use the CS to handle subscriptions for read/write events by Christopher Faulet · Wed May 18 15:57:15 2022 +0200
  4. 361417f REORG: check: Rename and export I/O callback function by Christopher Faulet · Wed May 18 14:50:30 2022 +0200
  5. 08c8f8e MEDIUM: check: No longer shutdown the connection in .wake callback function by Christopher Faulet · Wed May 18 14:35:49 2022 +0200
  6. 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
  7. dfe32c7 BUG/MEDIUM: config: Reset outline buffer size on realloc error in readcfgfile() by Christopher Faulet · Wed May 18 16:22:43 2022 +0200
  8. 8b87b15 MINOR: mux-quic: free RX buf if empty by Amaury Denoyelle · Wed May 18 16:19:47 2022 +0200
  9. 7313f5e BUG/MINOR: mux-quic: support nul buffer with qc_free_ncbuf() by Amaury Denoyelle · Tue May 17 18:53:21 2022 +0200
  10. c830e1e MINOR: mux-quic: implement MAX_DATA emission by Amaury Denoyelle · Mon May 16 16:19:59 2022 +0200
  11. a977355 MINOR: mux-quic: implement MAX_STREAM_DATA emission by Amaury Denoyelle · Mon May 16 14:38:25 2022 +0200
  12. c985cb1 MINOR: mux-quic: reorganize flow-control frames emission by Amaury Denoyelle · Mon May 16 14:29:59 2022 +0200
  13. 3a08640 MINOR: mux-quic: remove qcc_decode_qcs() call in XPRT by Amaury Denoyelle · Wed May 18 11:38:22 2022 +0200
  14. 37c2e4a MEDIUM: mux-quic: implement recv on io-cb by Amaury Denoyelle · Mon May 16 13:54:59 2022 +0200
  15. 73d6ffe MINOR: h3: flag demux as full on HTX full by Amaury Denoyelle · Mon May 16 13:54:31 2022 +0200
  16. b5454d4 MINOR: h3: do not wait a complete frame for demuxing by Amaury Denoyelle · Thu May 12 16:56:16 2022 +0200
  17. 03dcf56 BUG/MINOR: mux-quic: update session's idle delay before stream creation by Amaury Denoyelle · Tue May 17 18:03:37 2022 +0200
  18. ca21c76 MINOR: ncbuf: refactor ncb_advance() by Amaury Denoyelle · Tue May 17 18:52:39 2022 +0200
  19. f6dbdc1 BUG/MINOR: ncbuf: fix ncb_is_empty() by Amaury Denoyelle · Tue May 17 18:52:22 2022 +0200
  20. 82c51b5 OPTIM: quic: realign empty Rx buffer by Amaury Denoyelle · Tue May 17 15:01:25 2022 +0200
  21. 80d0572 BUG/MEDIUM: quic: fix Rx buffering by Amaury Denoyelle · Mon May 16 18:13:56 2022 +0200
  22. f229e18 CLEANUP: httpclient: Remove useless test on ss_dst in httpclient_applet_init() by Christopher Faulet · Wed May 18 09:29:32 2022 +0200
  23. 9e3c8d5 CLEANUP: peers: Remove unreachable code in peer_session_create() by Christopher Faulet · Wed May 18 08:02:37 2022 +0200
  24. fa463af BUG/MINOR: spoe: Fix error handling in spoe_init_appctx() by Christopher Faulet · Wed May 18 07:42:49 2022 +0200
  25. 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
  26. ccc0355 MINOR: ssl: Add 'ssl-provider-path' global option by Remi Tricot-Le Breton · Tue May 17 15:18:37 2022 +0200
  27. 96816b0 REGTESTS: abortonclose: Fix some race conditions by Christopher Faulet · Tue May 17 15:08:22 2022 +0200
  28. 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
  29. 2d9cc85 MINOR: conn-stream/applet: Stop setting appctx as the endpoint context by Christopher Faulet · Mon May 16 17:29:37 2022 +0200
  30. 34e4085 MEDIUM: peers: Balance applets across threads by Maciej Zdeb · Mon May 16 17:27:28 2022 +0200
  31. d01be2a MINOR: peers: Track number of applets run by thread by Maciej Zdeb · Mon May 16 17:26:20 2022 +0200
  32. d9c1d33 MEDIUM: applet: Add support for async appctx startup on a thread subset by Christopher Faulet · Mon May 16 17:15:31 2022 +0200
  33. 6095d57 MINOR: applet: Add API to start applet on a thread subset by Christopher Faulet · Mon May 16 17:09:48 2022 +0200
  34. 6712dc6 MEDIUM: peers: Refactor peer appctx creation by Christopher Faulet · Thu May 12 15:36:11 2022 +0200
  35. 387e797 MINOR: peers: Add a ref to peers section in the peer structure by Christopher Faulet · Thu May 12 14:47:52 2022 +0200
  36. aee57fc MEDIUM: sink: Refactor sink forwarder appctx creation by Christopher Faulet · Thu May 12 15:34:48 2022 +0200
  37. 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
  38. b1e0836 MEDIUM: httpclient: Refactor http-client appctx creation by Christopher Faulet · Thu May 12 15:33:14 2022 +0200
  39. 5f35a3e MEDIUM: lua: Refactor cosocket appctx creation by Christopher Faulet · Thu May 12 15:31:05 2022 +0200
  40. 69ebc30 MEDIUM: spoe: Refactor SPOE appctx creation by Christopher Faulet · Thu May 12 15:28:51 2022 +0200
  41. 9223851 MEDIUM: dns: Refactor dns appctx creation by Christopher Faulet · Thu May 12 15:24:46 2022 +0200
  42. d0c4ec0 MINOR: applet: Add function to release appctx on error during init stage by Christopher Faulet · Thu May 12 15:18:48 2022 +0200
  43. 8718c95 MINOR: applet: Add a function to finalize frontend appctx startup by Christopher Faulet · Thu May 12 15:15:53 2022 +0200
  44. 16c0d9c MINOR: applet: Add appctx_init() helper fnuction by Christopher Faulet · Thu May 12 14:59:28 2022 +0200
  45. ab5d1dc MINOR: stream: Export stream_free() by Christopher Faulet · Thu May 12 14:56:55 2022 +0200
  46. c992938 MINOR: applet: Change return value for .init callback function by Christopher Faulet · Thu May 12 11:52:27 2022 +0200
  47. 92202da MINOR: applet: Let the frontend appctx release the session by Christopher Faulet · Wed May 11 12:22:10 2022 +0200
  48. ac57bb5 MINOR: applet: Prepare appctx to own the session on frontend side by Christopher Faulet · Mon May 09 08:08:26 2022 +0200
  49. ef5e1bb CLEANUP: conn-stream: Remove cs_applet_shut declaration from header file by Christopher Faulet · Wed May 11 11:52:53 2022 +0200
  50. 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
  51. 7198c70 MINOR: tools: add get_exec_path implementation for solaris based systems. by David Carlier · Sat May 14 17:15:49 2022 +0100
  52. 135c1ec BUILD: fix build warning on solaris based systems with __maybe_unused. by David Carlier · Sat May 14 17:10:50 2022 +0100
  53. 9b6becb CLEANUP: Remove unused function hlua_get_top_error_string by Tim Duesterhus · Sat May 14 22:15:28 2022 +0200
  54. 6eded62 CLEANUP: Add missing header to hlua_fcn.c by Tim Duesterhus · Sat May 14 22:17:25 2022 +0200
  55. 2a0688a CLEANUP: Add missing header to ssl_utils.c by Tim Duesterhus · Sat May 14 22:15:26 2022 +0200
  56. 1746a38 MINOR: ssl: Add 'ssl-provider' global option by Remi Tricot-Le Breton · Mon May 16 16:24:33 2022 +0200
  57. e809765 MINOR: ssl: Add 'ssl-propquery' global option by Remi Tricot-Le Breton · Mon May 16 16:24:32 2022 +0200
  58. 5194446 MEDIUM: ssl: Delay random generator initialization after config parsing by Remi Tricot-Le Breton · Mon May 16 16:24:31 2022 +0200
  59. 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
  60. f46393a MINOR: ncbuf: fix warnings for testing build by Amaury Denoyelle · Mon May 16 11:09:05 2022 +0200
  61. 48fbad4 BUG/MEDIUM: ncbuf: fix null buffer usage by Amaury Denoyelle · Mon May 16 11:09:29 2022 +0200
  62. 94cd779 CI: determine actual LibreSSL version dynamically by Ilya Shipitsin · Fri May 13 21:59:38 2022 +0500
  63. 3703325 [RELEASE] Released version 2.6-dev10 by Willy Tarreau · Sat May 14 16:05:50 2022 +0200
  64. 45fce8f CLEANUP: quic: remove unused quic_rx_strm_frm by Amaury Denoyelle · Fri May 13 15:42:19 2022 +0200
  65. 00f87bb CLEANUP: mux-quic: remove unused fields for Rx by Amaury Denoyelle · Fri May 13 15:41:35 2022 +0200
  66. 3db98e9 MEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams by Amaury Denoyelle · Fri May 13 15:41:04 2022 +0200
  67. 1290f1e MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams by Amaury Denoyelle · Fri May 13 14:49:05 2022 +0200
  68. 06749f3 MINOR: xprt_quic: adjust flow-control according to bufsize by Amaury Denoyelle · Fri May 13 11:27:06 2022 +0200
  69. b5ca943 BUG/MINOR: ncbuf: fix coverity warning on uninit sz_data by Amaury Denoyelle · Fri May 13 15:33:50 2022 +0200
  70. 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
  71. 8d31ab0 MINOR: tools: improve error message accuracy in str2sa_range by Willy Tarreau · Mon May 09 16:18:26 2022 +0200
  72. 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
  73. 973cf90 MINOR: ext-check: indicate the transport and protocol of a server by Willy Tarreau · Fri May 13 15:58:35 2022 +0200
  74. 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
  75. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
  76. c1b8d77 MINOR: applet: add appctx_strm() and appctx_cs() to access common fields by Willy Tarreau · Wed May 11 14:14:56 2022 +0200
  77. 1c3ead4 MINOR: applet: replace cs_applet_shut() with appctx_shut() by Willy Tarreau · Tue May 10 19:42:22 2022 +0200
  78. 4201ab7 CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint by Willy Tarreau · Tue May 10 19:18:52 2022 +0200
  79. cfbfc3f MINOR: mux-pt: remove the now unneeded conn_stream from the context by Willy Tarreau · Tue May 10 19:23:39 2022 +0200
  80. 01c2a4a MINOR: mux-quic: remove the now unneeded conn_stream from the qcs by Willy Tarreau · Tue May 10 15:46:10 2022 +0200
  81. b57669e MINOR: mux-fcgi: remove the now unneeded conn_stream from the fcgi_strm by Willy Tarreau · Tue May 10 15:30:53 2022 +0200
  82. c84610c MINOR: mux-fcgi: make sure any stream always has an endpoint by Willy Tarreau · Tue May 10 15:02:32 2022 +0200
  83. cd6bb1a MINOR: mux-h2: remove the now unneeded conn_stream from the h2s by Willy Tarreau · Tue May 10 15:00:03 2022 +0200
  84. b22b5f0 MINOR: mux-h2: make sure any h2s always has an endpoint by Willy Tarreau · Tue May 10 14:57:16 2022 +0200
  85. 56d5a81 MINOR: mux-h1: remove the now unneeded h1s->cs by Willy Tarreau · Tue May 10 10:25:41 2022 +0200
  86. efb4618 MINOR: conn_stream: add a pointer back to the cs from the endpoint by Willy Tarreau · Tue May 10 09:04:18 2022 +0200
  87. 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · Tue May 10 11:32:31 2022 +0200
  88. 15b0721 CLEANUP: mux-quic: always take the endp from the qcs not the cs by Willy Tarreau · Tue May 10 11:24:26 2022 +0200
  89. 7d299c2 CLEANUP: mux-fcgi: always take the endp from the fstrm not the cs by Willy Tarreau · Tue May 10 11:22:50 2022 +0200
  90. 7a2705f CLEANUP: mux-pt: always take the endp from the context not the cs by Willy Tarreau · Tue May 10 11:21:15 2022 +0200
  91. aff21f9 CLEANUP: mux-h2: always take the endp from the h2s not the cs by Willy Tarreau · Tue May 10 10:31:08 2022 +0200
  92. 61533d3 CLEANUP: mux-h1: always take the endp from the h1s not the cs by Willy Tarreau · Tue May 10 10:27:08 2022 +0200
  93. 386346f MINOR: conn_stream: make cs_set_error() work on the endpoint instead by Willy Tarreau · Tue May 10 08:46:07 2022 +0200
  94. b112b1d CLEANUP: mux-h1: Fix comments and error messages for global options by Christopher Faulet · Fri May 13 09:27:13 2022 +0200
  95. 0f9c0f5 MINOR: mux-h1: Add global option accpet payload for any HTTP/1.0 requests by Christopher Faulet · Fri May 13 09:20:13 2022 +0200
  96. ae053b3 BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized by William Lallemand · Fri May 13 11:03:39 2022 +0200
  97. 60cfe8b DOC/MINOR: fix typos in the lua-api document by Boyang Li · Tue May 10 18:11:00 2022 +0000
  98. e0c5435 BUG/MEDIUM: lua: fix argument handling in data removal functions by Boyang Li · Tue May 10 17:47:23 2022 +0000
  99. eeeeed4 MINOR: ncbuf: write unit tests by Amaury Denoyelle · Wed May 04 16:51:19 2022 +0200
  100. df25acf MINOR: ncbuf: implement advance by Amaury Denoyelle · Wed May 04 16:47:09 2022 +0200