1. 5f35a3e MEDIUM: lua: Refactor cosocket appctx creation by Christopher Faulet · Thu May 12 15:31:05 2022 +0200
  2. 69ebc30 MEDIUM: spoe: Refactor SPOE appctx creation by Christopher Faulet · Thu May 12 15:28:51 2022 +0200
  3. 9223851 MEDIUM: dns: Refactor dns appctx creation by Christopher Faulet · Thu May 12 15:24:46 2022 +0200
  4. d0c4ec0 MINOR: applet: Add function to release appctx on error during init stage by Christopher Faulet · Thu May 12 15:18:48 2022 +0200
  5. 8718c95 MINOR: applet: Add a function to finalize frontend appctx startup by Christopher Faulet · Thu May 12 15:15:53 2022 +0200
  6. 16c0d9c MINOR: applet: Add appctx_init() helper fnuction by Christopher Faulet · Thu May 12 14:59:28 2022 +0200
  7. ab5d1dc MINOR: stream: Export stream_free() by Christopher Faulet · Thu May 12 14:56:55 2022 +0200
  8. c992938 MINOR: applet: Change return value for .init callback function by Christopher Faulet · Thu May 12 11:52:27 2022 +0200
  9. 92202da MINOR: applet: Let the frontend appctx release the session by Christopher Faulet · Wed May 11 12:22:10 2022 +0200
  10. ac57bb5 MINOR: applet: Prepare appctx to own the session on frontend side by Christopher Faulet · Mon May 09 08:08:26 2022 +0200
  11. ef5e1bb CLEANUP: conn-stream: Remove cs_applet_shut declaration from header file by Christopher Faulet · Wed May 11 11:52:53 2022 +0200
  12. 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
  13. 7198c70 MINOR: tools: add get_exec_path implementation for solaris based systems. by David Carlier · Sat May 14 17:15:49 2022 +0100
  14. 135c1ec BUILD: fix build warning on solaris based systems with __maybe_unused. by David Carlier · Sat May 14 17:10:50 2022 +0100
  15. 9b6becb CLEANUP: Remove unused function hlua_get_top_error_string by Tim Duesterhus · Sat May 14 22:15:28 2022 +0200
  16. 6eded62 CLEANUP: Add missing header to hlua_fcn.c by Tim Duesterhus · Sat May 14 22:17:25 2022 +0200
  17. 2a0688a CLEANUP: Add missing header to ssl_utils.c by Tim Duesterhus · Sat May 14 22:15:26 2022 +0200
  18. 1746a38 MINOR: ssl: Add 'ssl-provider' global option by Remi Tricot-Le Breton · Mon May 16 16:24:33 2022 +0200
  19. e809765 MINOR: ssl: Add 'ssl-propquery' global option by Remi Tricot-Le Breton · Mon May 16 16:24:32 2022 +0200
  20. 5194446 MEDIUM: ssl: Delay random generator initialization after config parsing by Remi Tricot-Le Breton · Mon May 16 16:24:31 2022 +0200
  21. 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
  22. f46393a MINOR: ncbuf: fix warnings for testing build by Amaury Denoyelle · Mon May 16 11:09:05 2022 +0200
  23. 48fbad4 BUG/MEDIUM: ncbuf: fix null buffer usage by Amaury Denoyelle · Mon May 16 11:09:29 2022 +0200
  24. 94cd779 CI: determine actual LibreSSL version dynamically by Ilya Shipitsin · Fri May 13 21:59:38 2022 +0500
  25. 3703325 [RELEASE] Released version 2.6-dev10 by Willy Tarreau · Sat May 14 16:05:50 2022 +0200
  26. 45fce8f CLEANUP: quic: remove unused quic_rx_strm_frm by Amaury Denoyelle · Fri May 13 15:42:19 2022 +0200
  27. 00f87bb CLEANUP: mux-quic: remove unused fields for Rx by Amaury Denoyelle · Fri May 13 15:41:35 2022 +0200
  28. 3db98e9 MEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams by Amaury Denoyelle · Fri May 13 15:41:04 2022 +0200
  29. 1290f1e MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams by Amaury Denoyelle · Fri May 13 14:49:05 2022 +0200
  30. 06749f3 MINOR: xprt_quic: adjust flow-control according to bufsize by Amaury Denoyelle · Fri May 13 11:27:06 2022 +0200
  31. b5ca943 BUG/MINOR: ncbuf: fix coverity warning on uninit sz_data by Amaury Denoyelle · Fri May 13 15:33:50 2022 +0200
  32. 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
  33. 8d31ab0 MINOR: tools: improve error message accuracy in str2sa_range by Willy Tarreau · Mon May 09 16:18:26 2022 +0200
  34. 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
  35. 973cf90 MINOR: ext-check: indicate the transport and protocol of a server by Willy Tarreau · Fri May 13 15:58:35 2022 +0200
  36. 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
  37. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
  38. c1b8d77 MINOR: applet: add appctx_strm() and appctx_cs() to access common fields by Willy Tarreau · Wed May 11 14:14:56 2022 +0200
  39. 1c3ead4 MINOR: applet: replace cs_applet_shut() with appctx_shut() by Willy Tarreau · Tue May 10 19:42:22 2022 +0200
  40. 4201ab7 CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint by Willy Tarreau · Tue May 10 19:18:52 2022 +0200
  41. cfbfc3f MINOR: mux-pt: remove the now unneeded conn_stream from the context by Willy Tarreau · Tue May 10 19:23:39 2022 +0200
  42. 01c2a4a MINOR: mux-quic: remove the now unneeded conn_stream from the qcs by Willy Tarreau · Tue May 10 15:46:10 2022 +0200
  43. 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
  44. c84610c MINOR: mux-fcgi: make sure any stream always has an endpoint by Willy Tarreau · Tue May 10 15:02:32 2022 +0200
  45. cd6bb1a MINOR: mux-h2: remove the now unneeded conn_stream from the h2s by Willy Tarreau · Tue May 10 15:00:03 2022 +0200
  46. b22b5f0 MINOR: mux-h2: make sure any h2s always has an endpoint by Willy Tarreau · Tue May 10 14:57:16 2022 +0200
  47. 56d5a81 MINOR: mux-h1: remove the now unneeded h1s->cs by Willy Tarreau · Tue May 10 10:25:41 2022 +0200
  48. 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
  49. 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · Tue May 10 11:32:31 2022 +0200
  50. 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
  51. 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
  52. 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
  53. 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
  54. 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
  55. 386346f MINOR: conn_stream: make cs_set_error() work on the endpoint instead by Willy Tarreau · Tue May 10 08:46:07 2022 +0200
  56. b112b1d CLEANUP: mux-h1: Fix comments and error messages for global options by Christopher Faulet · Fri May 13 09:27:13 2022 +0200
  57. 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
  58. ae053b3 BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized by William Lallemand · Fri May 13 11:03:39 2022 +0200
  59. 60cfe8b DOC/MINOR: fix typos in the lua-api document by Boyang Li · Tue May 10 18:11:00 2022 +0000
  60. e0c5435 BUG/MEDIUM: lua: fix argument handling in data removal functions by Boyang Li · Tue May 10 17:47:23 2022 +0000
  61. eeeeed4 MINOR: ncbuf: write unit tests by Amaury Denoyelle · Wed May 04 16:51:19 2022 +0200
  62. df25acf MINOR: ncbuf: implement advance by Amaury Denoyelle · Wed May 04 16:47:09 2022 +0200
  63. b830f0d MINOR: ncbuf: define various insertion modes by Amaury Denoyelle · Mon May 09 11:59:15 2022 +0200
  64. 077e096 MINOR: ncbuf: implement insertion by Amaury Denoyelle · Mon May 09 09:43:11 2022 +0200
  65. edeb0a6 MINOR: ncbuf: optimize storage for the last gap by Amaury Denoyelle · Wed May 04 16:16:39 2022 +0200
  66. d5d2ed9 MINOR: ncbuf: complete API and define block interal abstraction by Amaury Denoyelle · Mon May 09 09:38:45 2022 +0200
  67. 1b5f77f MINOR: ncbuf: define non-contiguous buffer by Amaury Denoyelle · Mon May 09 09:37:27 2022 +0200
  68. 31fe308 CLEANUP: quic_tls: QUIC_TLS_IV_LEN defined two times by Frédéric Lécaille · Wed May 11 10:56:07 2022 +0200
  69. 4ba3b4e CLEANUP: quic: Useless use of pointer for quic_hkdf_extract() by Frédéric Lécaille · Tue May 10 18:40:19 2022 +0200
  70. a54e49d CLEANUP: quic: wrong use of eb*entry() macro by Frédéric Lécaille · Tue May 10 15:15:24 2022 +0200
  71. 36b28ed MINOR: quic: Short packets always embed a trailing AEAD TAG by Frédéric Lécaille · Mon May 09 18:08:13 2022 +0200
  72. e2fb1bf MINOR: quic: Send stateless reset tokens by Frédéric Lécaille · Mon May 09 16:30:55 2022 +0200
  73. 806e6cf MINOR: quic: Stateless reset token copy to transport parameters by Frédéric Lécaille · Mon May 09 16:22:29 2022 +0200
  74. 395a64d MINOR: qc_new_conn() rework for stateless reset by Frédéric Lécaille · Mon May 09 15:42:26 2022 +0200
  75. 28a1795 MINOR: quic: Initialize stateless reset tokens with HKDF secrets by Frédéric Lécaille · Fri May 06 15:07:20 2022 +0200
  76. 0226c52 MINOR: quic: new_quic_cid() code moving by Frédéric Lécaille · Fri May 06 14:18:53 2022 +0200
  77. 7b92c81 MINOR: quic-tls: Add quic_hkdf_extract_and_expand() for HKDF by Frédéric Lécaille · Fri May 06 09:54:48 2022 +0200
  78. 372508c MINOR: config: Add "cluster-secret" new global keyword by Frédéric Lécaille · Fri May 06 08:53:16 2022 +0200
  79. 7cc8b31 MINOR: quic: Add correct ack delay values to ACK frames by Frédéric Lécaille · Thu May 05 12:04:28 2022 +0200
  80. 9475d89 MINOR: quic: Congestion controller event trace fix (loss) by Frédéric Lécaille · Wed May 04 15:24:50 2022 +0200
  81. f6e8594 BUG/MINOR: quic: Wrong unit for ack delay for incoming ACK frames by Frédéric Lécaille · Tue May 03 16:09:08 2022 +0200
  82. 5b988eb BUG/MINOR: quic: Dropped peer transport parameters by Frédéric Lécaille · Tue May 03 15:55:17 2022 +0200
  83. 8726d63 MINOR: quic: Add a debug counter for sendto() errors by Frédéric Lécaille · Tue May 03 10:32:21 2022 +0200
  84. cfabb35 DOC: configuration: add the httpclient keywords to the global keywords index by William Lallemand · Thu May 12 10:51:15 2022 +0200
  85. e872f75 MINOR: mux-h2: report a trace event when failing to create a new stream by Willy Tarreau · Thu May 12 09:24:41 2022 +0200
  86. 198b507 BUG/MINOR: mux-h2: mark the stream as open before processing it not after by Willy Tarreau · Thu May 12 09:08:51 2022 +0200
  87. 314e6ec BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket by Emeric Brun · Tue May 10 11:35:48 2022 +0200
  88. 47a4c61 BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes). by vigneshsp · Mon May 09 22:36:39 2022 +0530
  89. 6d868a2 BUILD: makefile: add -Wfatal-errors to the default flags by Willy Tarreau · Wed May 11 11:32:41 2022 +0200
  90. ff3333e DOC: install: update gcc version requirements by Willy Tarreau · Wed May 11 11:29:54 2022 +0200
  91. 63fc900 BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-( by Willy Tarreau · Mon May 09 21:14:04 2022 +0200
  92. d867934 BUILD: listener: shut report of possible null-deref in listener_accept() by Willy Tarreau · Mon May 09 20:41:54 2022 +0200
  93. 8a0fd3a BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings by Willy Tarreau · Mon May 09 20:07:21 2022 +0200
  94. 393e42a BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation by Willy Tarreau · Mon May 09 10:31:28 2022 +0200
  95. ecab71f BUILD: stats: conditionally mark obsolete stats states as deprecated by Willy Tarreau · Mon May 09 19:46:35 2022 +0200
  96. 4fc2cd7 MINOR: compiler: add a new macro to set an attribute on an enum when possible by Willy Tarreau · Mon May 09 19:45:06 2022 +0200
  97. 444d702 BUG/MINOR: ssl: Fix typos in crl-file related CLI commands by Remi Tricot-Le Breton · Thu May 05 17:18:40 2022 +0200
  98. 589570d MEDIUM: ssl: ignore dotfiles when loading a dir w/ crt by William Lallemand · Mon May 09 10:30:51 2022 +0200
  99. e4b93eb MINOR: ssl: ignore dotfiles when loading a dir w/ ca-file by William Lallemand · Mon May 09 09:29:00 2022 +0200
  100. e979796 [RELEASE] Released version 2.6-dev9 by Willy Tarreau · Sun May 08 11:44:15 2022 +0200