1. ac57bb5 MINOR: applet: Prepare appctx to own the session on frontend side by Christopher Faulet · Mon May 09 08:08:26 2022 +0200
  2. 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
  3. 7198c70 MINOR: tools: add get_exec_path implementation for solaris based systems. by David Carlier · Sat May 14 17:15:49 2022 +0100
  4. 9b6becb CLEANUP: Remove unused function hlua_get_top_error_string by Tim Duesterhus · Sat May 14 22:15:28 2022 +0200
  5. 6eded62 CLEANUP: Add missing header to hlua_fcn.c by Tim Duesterhus · Sat May 14 22:17:25 2022 +0200
  6. 2a0688a CLEANUP: Add missing header to ssl_utils.c by Tim Duesterhus · Sat May 14 22:15:26 2022 +0200
  7. 1746a38 MINOR: ssl: Add 'ssl-provider' global option by Remi Tricot-Le Breton · Mon May 16 16:24:33 2022 +0200
  8. e809765 MINOR: ssl: Add 'ssl-propquery' global option by Remi Tricot-Le Breton · Mon May 16 16:24:32 2022 +0200
  9. 5194446 MEDIUM: ssl: Delay random generator initialization after config parsing by Remi Tricot-Le Breton · Mon May 16 16:24:31 2022 +0200
  10. 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
  11. f46393a MINOR: ncbuf: fix warnings for testing build by Amaury Denoyelle · Mon May 16 11:09:05 2022 +0200
  12. 48fbad4 BUG/MEDIUM: ncbuf: fix null buffer usage by Amaury Denoyelle · Mon May 16 11:09:29 2022 +0200
  13. 45fce8f CLEANUP: quic: remove unused quic_rx_strm_frm by Amaury Denoyelle · Fri May 13 15:42:19 2022 +0200
  14. 00f87bb CLEANUP: mux-quic: remove unused fields for Rx by Amaury Denoyelle · Fri May 13 15:41:35 2022 +0200
  15. 3db98e9 MEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams by Amaury Denoyelle · Fri May 13 15:41:04 2022 +0200
  16. 1290f1e MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams by Amaury Denoyelle · Fri May 13 14:49:05 2022 +0200
  17. b5ca943 BUG/MINOR: ncbuf: fix coverity warning on uninit sz_data by Amaury Denoyelle · Fri May 13 15:33:50 2022 +0200
  18. 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
  19. 8d31ab0 MINOR: tools: improve error message accuracy in str2sa_range by Willy Tarreau · Mon May 09 16:18:26 2022 +0200
  20. 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
  21. 973cf90 MINOR: ext-check: indicate the transport and protocol of a server by Willy Tarreau · Fri May 13 15:58:35 2022 +0200
  22. 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
  23. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
  24. 1c3ead4 MINOR: applet: replace cs_applet_shut() with appctx_shut() by Willy Tarreau · Tue May 10 19:42:22 2022 +0200
  25. 4201ab7 CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint by Willy Tarreau · Tue May 10 19:18:52 2022 +0200
  26. cfbfc3f MINOR: mux-pt: remove the now unneeded conn_stream from the context by Willy Tarreau · Tue May 10 19:23:39 2022 +0200
  27. 01c2a4a MINOR: mux-quic: remove the now unneeded conn_stream from the qcs by Willy Tarreau · Tue May 10 15:46:10 2022 +0200
  28. 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
  29. c84610c MINOR: mux-fcgi: make sure any stream always has an endpoint by Willy Tarreau · Tue May 10 15:02:32 2022 +0200
  30. cd6bb1a MINOR: mux-h2: remove the now unneeded conn_stream from the h2s by Willy Tarreau · Tue May 10 15:00:03 2022 +0200
  31. b22b5f0 MINOR: mux-h2: make sure any h2s always has an endpoint by Willy Tarreau · Tue May 10 14:57:16 2022 +0200
  32. 56d5a81 MINOR: mux-h1: remove the now unneeded h1s->cs by Willy Tarreau · Tue May 10 10:25:41 2022 +0200
  33. 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
  34. 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · Tue May 10 11:32:31 2022 +0200
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 386346f MINOR: conn_stream: make cs_set_error() work on the endpoint instead by Willy Tarreau · Tue May 10 08:46:07 2022 +0200
  41. b112b1d CLEANUP: mux-h1: Fix comments and error messages for global options by Christopher Faulet · Fri May 13 09:27:13 2022 +0200
  42. 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
  43. ae053b3 BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized by William Lallemand · Fri May 13 11:03:39 2022 +0200
  44. e0c5435 BUG/MEDIUM: lua: fix argument handling in data removal functions by Boyang Li · Tue May 10 17:47:23 2022 +0000
  45. eeeeed4 MINOR: ncbuf: write unit tests by Amaury Denoyelle · Wed May 04 16:51:19 2022 +0200
  46. df25acf MINOR: ncbuf: implement advance by Amaury Denoyelle · Wed May 04 16:47:09 2022 +0200
  47. b830f0d MINOR: ncbuf: define various insertion modes by Amaury Denoyelle · Mon May 09 11:59:15 2022 +0200
  48. 077e096 MINOR: ncbuf: implement insertion by Amaury Denoyelle · Mon May 09 09:43:11 2022 +0200
  49. edeb0a6 MINOR: ncbuf: optimize storage for the last gap by Amaury Denoyelle · Wed May 04 16:16:39 2022 +0200
  50. d5d2ed9 MINOR: ncbuf: complete API and define block interal abstraction by Amaury Denoyelle · Mon May 09 09:38:45 2022 +0200
  51. 1b5f77f MINOR: ncbuf: define non-contiguous buffer by Amaury Denoyelle · Mon May 09 09:37:27 2022 +0200
  52. 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
  53. a54e49d CLEANUP: quic: wrong use of eb*entry() macro by Frédéric Lécaille · Tue May 10 15:15:24 2022 +0200
  54. 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
  55. e2fb1bf MINOR: quic: Send stateless reset tokens by Frédéric Lécaille · Mon May 09 16:30:55 2022 +0200
  56. 806e6cf MINOR: quic: Stateless reset token copy to transport parameters by Frédéric Lécaille · Mon May 09 16:22:29 2022 +0200
  57. 395a64d MINOR: qc_new_conn() rework for stateless reset by Frédéric Lécaille · Mon May 09 15:42:26 2022 +0200
  58. 28a1795 MINOR: quic: Initialize stateless reset tokens with HKDF secrets by Frédéric Lécaille · Fri May 06 15:07:20 2022 +0200
  59. 0226c52 MINOR: quic: new_quic_cid() code moving by Frédéric Lécaille · Fri May 06 14:18:53 2022 +0200
  60. 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
  61. 372508c MINOR: config: Add "cluster-secret" new global keyword by Frédéric Lécaille · Fri May 06 08:53:16 2022 +0200
  62. 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
  63. 8726d63 MINOR: quic: Add a debug counter for sendto() errors by Frédéric Lécaille · Tue May 03 10:32:21 2022 +0200
  64. 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
  65. 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
  66. 314e6ec BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket by Emeric Brun · Tue May 10 11:35:48 2022 +0200
  67. 63fc900 BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-( by Willy Tarreau · Mon May 09 21:14:04 2022 +0200
  68. d867934 BUILD: listener: shut report of possible null-deref in listener_accept() by Willy Tarreau · Mon May 09 20:41:54 2022 +0200
  69. 393e42a BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation by Willy Tarreau · Mon May 09 10:31:28 2022 +0200
  70. 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
  71. 589570d MEDIUM: ssl: ignore dotfiles when loading a dir w/ crt by William Lallemand · Mon May 09 10:30:51 2022 +0200
  72. e4b93eb MINOR: ssl: ignore dotfiles when loading a dir w/ ca-file by William Lallemand · Mon May 09 09:29:00 2022 +0200
  73. 6ef1648 CLEANUP: stats: rename the stats state values an mark the old ones deprecated by Willy Tarreau · Fri May 06 18:07:53 2022 +0200
  74. 1c0715b CLEANUP: cli: move the status print context into its own context by Willy Tarreau · Fri May 06 17:16:35 2022 +0200
  75. aa229cc MINOR: lua: move the http service context out of appctx.ctx by Willy Tarreau · Fri May 06 14:26:10 2022 +0200
  76. e23f33b MINOR: lua: move the tcp service storage outside of appctx.ctx by Willy Tarreau · Fri May 06 14:07:13 2022 +0200
  77. 5321da9 MEDIUM: lua: move the cosocket storage outside of appctx.ctx by Willy Tarreau · Fri May 06 11:57:34 2022 +0200
  78. f61494c CLEANUP: cache: take the context out of appctx.ctx by Willy Tarreau · Fri May 06 11:03:39 2022 +0200
  79. c7afedc BUILD: applet: mark the appctx's st2 variable as deprecated by Willy Tarreau · Thu May 05 20:01:54 2022 +0200
  80. 23a2407 CLEANUP: spoe: do not use appctx.ctx anymore by Willy Tarreau · Thu May 05 20:18:44 2022 +0200
  81. 455caef CLEANUP: peers: do not use appctx.ctx anymore by Willy Tarreau · Thu May 05 20:16:16 2022 +0200
  82. 1eea665 CLEANUP: httpclient: do not use the appctx.ctx anymore by Willy Tarreau · Thu May 05 20:12:01 2022 +0200
  83. 89a7c41 CLEANUP: httpclient/cli: use a locally-defined context instead of ctx.cli by Willy Tarreau · Thu May 05 19:38:21 2022 +0200
  84. b128f49 CLEANUP: cli: make "show cli sockets" use its own context by Willy Tarreau · Thu May 05 19:11:05 2022 +0200
  85. 4df54eb CLEANUP: cli: simplify the "show cli sockets" I/O handler by Willy Tarreau · Thu May 05 18:52:36 2022 +0200
  86. 307dbb3 CLEANUP: cli: make "show env" use its own context by Willy Tarreau · Thu May 05 17:45:52 2022 +0200
  87. 741a5a9 CLEANUP: cli: make "show fd" use its own context by Willy Tarreau · Thu May 05 17:56:58 2022 +0200
  88. acf6a44 CLEANUP: proxy/cli: make "show backend" only use the generic context by Willy Tarreau · Thu May 05 17:05:38 2022 +0200
  89. d741e9c CLEANUP: proxy/cli: get rid of appctx->st2 in "show servers" by Willy Tarreau · Thu May 05 19:26:18 2022 +0200
  90. 72a0423 CLEANUP: proxy/cli: make use of a locally defined context for "show servers" by Willy Tarreau · Thu May 05 17:00:20 2022 +0200
  91. c6dfef7 CLEANUP: cache/cli: make use of a locally defined context for "show cache" by Willy Tarreau · Thu May 05 16:46:13 2022 +0200
  92. 12d5228 CLEANUP: resolvers/cli: remove the unneeded appctx->st2 from "show resolvers" by Willy Tarreau · Thu May 05 16:38:13 2022 +0200
  93. db933d6 CLEANUP: resolvers/cli: make "show resolvers" use a locally-defined context by Willy Tarreau · Thu May 05 15:39:02 2022 +0200
  94. 6e3fc48 CLEANUP: ring/cli: use a locally-defined context instead of using ctx.cli by Willy Tarreau · Thu May 05 15:29:43 2022 +0200
  95. cba8838 CLEANUP: ring: pass the ring watch flags to ring_attach_cli(), not in ctx.cli by Willy Tarreau · Thu May 05 15:18:57 2022 +0200
  96. 40e952f CLEANUP: debug/cli: make "debug dev memstats" not use ctx.cli anymore by Willy Tarreau · Thu May 05 14:39:51 2022 +0200
  97. e06bbf3 CLEANUP: debug/cli: make "debug dev fd" not use ctx.cli anymore by Willy Tarreau · Thu May 05 14:26:28 2022 +0200
  98. e8d006a CLEANUP: activity/cli: make "show profiling" not use ctx.cli anymore by Willy Tarreau · Thu May 05 14:19:00 2022 +0200
  99. 42cc831 CLEANUP: sink: use the generic context to store the forwarder's context by Willy Tarreau · Wed May 04 20:42:23 2022 +0200
  100. 0d626a5 CLEANUP: dns: stop abusing the sink forwarder's context by Willy Tarreau · Wed May 04 20:41:19 2022 +0200