1. 01c2a4a MINOR: mux-quic: remove the now unneeded conn_stream from the qcs by Willy Tarreau · Tue May 10 15:46:10 2022 +0200
  2. 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
  3. c84610c MINOR: mux-fcgi: make sure any stream always has an endpoint by Willy Tarreau · Tue May 10 15:02:32 2022 +0200
  4. cd6bb1a MINOR: mux-h2: remove the now unneeded conn_stream from the h2s by Willy Tarreau · Tue May 10 15:00:03 2022 +0200
  5. b22b5f0 MINOR: mux-h2: make sure any h2s always has an endpoint by Willy Tarreau · Tue May 10 14:57:16 2022 +0200
  6. 56d5a81 MINOR: mux-h1: remove the now unneeded h1s->cs by Willy Tarreau · Tue May 10 10:25:41 2022 +0200
  7. 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
  8. 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · Tue May 10 11:32:31 2022 +0200
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 386346f MINOR: conn_stream: make cs_set_error() work on the endpoint instead by Willy Tarreau · Tue May 10 08:46:07 2022 +0200
  15. b112b1d CLEANUP: mux-h1: Fix comments and error messages for global options by Christopher Faulet · Fri May 13 09:27:13 2022 +0200
  16. 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
  17. ae053b3 BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized by William Lallemand · Fri May 13 11:03:39 2022 +0200
  18. e0c5435 BUG/MEDIUM: lua: fix argument handling in data removal functions by Boyang Li · Tue May 10 17:47:23 2022 +0000
  19. eeeeed4 MINOR: ncbuf: write unit tests by Amaury Denoyelle · Wed May 04 16:51:19 2022 +0200
  20. df25acf MINOR: ncbuf: implement advance by Amaury Denoyelle · Wed May 04 16:47:09 2022 +0200
  21. b830f0d MINOR: ncbuf: define various insertion modes by Amaury Denoyelle · Mon May 09 11:59:15 2022 +0200
  22. 077e096 MINOR: ncbuf: implement insertion by Amaury Denoyelle · Mon May 09 09:43:11 2022 +0200
  23. edeb0a6 MINOR: ncbuf: optimize storage for the last gap by Amaury Denoyelle · Wed May 04 16:16:39 2022 +0200
  24. d5d2ed9 MINOR: ncbuf: complete API and define block interal abstraction by Amaury Denoyelle · Mon May 09 09:38:45 2022 +0200
  25. 1b5f77f MINOR: ncbuf: define non-contiguous buffer by Amaury Denoyelle · Mon May 09 09:37:27 2022 +0200
  26. 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
  27. a54e49d CLEANUP: quic: wrong use of eb*entry() macro by Frédéric Lécaille · Tue May 10 15:15:24 2022 +0200
  28. 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
  29. e2fb1bf MINOR: quic: Send stateless reset tokens by Frédéric Lécaille · Mon May 09 16:30:55 2022 +0200
  30. 806e6cf MINOR: quic: Stateless reset token copy to transport parameters by Frédéric Lécaille · Mon May 09 16:22:29 2022 +0200
  31. 395a64d MINOR: qc_new_conn() rework for stateless reset by Frédéric Lécaille · Mon May 09 15:42:26 2022 +0200
  32. 28a1795 MINOR: quic: Initialize stateless reset tokens with HKDF secrets by Frédéric Lécaille · Fri May 06 15:07:20 2022 +0200
  33. 0226c52 MINOR: quic: new_quic_cid() code moving by Frédéric Lécaille · Fri May 06 14:18:53 2022 +0200
  34. 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
  35. 372508c MINOR: config: Add "cluster-secret" new global keyword by Frédéric Lécaille · Fri May 06 08:53:16 2022 +0200
  36. 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
  37. 8726d63 MINOR: quic: Add a debug counter for sendto() errors by Frédéric Lécaille · Tue May 03 10:32:21 2022 +0200
  38. 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
  39. 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
  40. 314e6ec BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket by Emeric Brun · Tue May 10 11:35:48 2022 +0200
  41. 63fc900 BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-( by Willy Tarreau · Mon May 09 21:14:04 2022 +0200
  42. d867934 BUILD: listener: shut report of possible null-deref in listener_accept() by Willy Tarreau · Mon May 09 20:41:54 2022 +0200
  43. 393e42a BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation by Willy Tarreau · Mon May 09 10:31:28 2022 +0200
  44. 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
  45. 589570d MEDIUM: ssl: ignore dotfiles when loading a dir w/ crt by William Lallemand · Mon May 09 10:30:51 2022 +0200
  46. e4b93eb MINOR: ssl: ignore dotfiles when loading a dir w/ ca-file by William Lallemand · Mon May 09 09:29:00 2022 +0200
  47. 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
  48. 1c0715b CLEANUP: cli: move the status print context into its own context by Willy Tarreau · Fri May 06 17:16:35 2022 +0200
  49. aa229cc MINOR: lua: move the http service context out of appctx.ctx by Willy Tarreau · Fri May 06 14:26:10 2022 +0200
  50. e23f33b MINOR: lua: move the tcp service storage outside of appctx.ctx by Willy Tarreau · Fri May 06 14:07:13 2022 +0200
  51. 5321da9 MEDIUM: lua: move the cosocket storage outside of appctx.ctx by Willy Tarreau · Fri May 06 11:57:34 2022 +0200
  52. f61494c CLEANUP: cache: take the context out of appctx.ctx by Willy Tarreau · Fri May 06 11:03:39 2022 +0200
  53. c7afedc BUILD: applet: mark the appctx's st2 variable as deprecated by Willy Tarreau · Thu May 05 20:01:54 2022 +0200
  54. 23a2407 CLEANUP: spoe: do not use appctx.ctx anymore by Willy Tarreau · Thu May 05 20:18:44 2022 +0200
  55. 455caef CLEANUP: peers: do not use appctx.ctx anymore by Willy Tarreau · Thu May 05 20:16:16 2022 +0200
  56. 1eea665 CLEANUP: httpclient: do not use the appctx.ctx anymore by Willy Tarreau · Thu May 05 20:12:01 2022 +0200
  57. 89a7c41 CLEANUP: httpclient/cli: use a locally-defined context instead of ctx.cli by Willy Tarreau · Thu May 05 19:38:21 2022 +0200
  58. b128f49 CLEANUP: cli: make "show cli sockets" use its own context by Willy Tarreau · Thu May 05 19:11:05 2022 +0200
  59. 4df54eb CLEANUP: cli: simplify the "show cli sockets" I/O handler by Willy Tarreau · Thu May 05 18:52:36 2022 +0200
  60. 307dbb3 CLEANUP: cli: make "show env" use its own context by Willy Tarreau · Thu May 05 17:45:52 2022 +0200
  61. 741a5a9 CLEANUP: cli: make "show fd" use its own context by Willy Tarreau · Thu May 05 17:56:58 2022 +0200
  62. acf6a44 CLEANUP: proxy/cli: make "show backend" only use the generic context by Willy Tarreau · Thu May 05 17:05:38 2022 +0200
  63. d741e9c CLEANUP: proxy/cli: get rid of appctx->st2 in "show servers" by Willy Tarreau · Thu May 05 19:26:18 2022 +0200
  64. 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
  65. 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
  66. 12d5228 CLEANUP: resolvers/cli: remove the unneeded appctx->st2 from "show resolvers" by Willy Tarreau · Thu May 05 16:38:13 2022 +0200
  67. db933d6 CLEANUP: resolvers/cli: make "show resolvers" use a locally-defined context by Willy Tarreau · Thu May 05 15:39:02 2022 +0200
  68. 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
  69. 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
  70. 40e952f CLEANUP: debug/cli: make "debug dev memstats" not use ctx.cli anymore by Willy Tarreau · Thu May 05 14:39:51 2022 +0200
  71. e06bbf3 CLEANUP: debug/cli: make "debug dev fd" not use ctx.cli anymore by Willy Tarreau · Thu May 05 14:26:28 2022 +0200
  72. e8d006a CLEANUP: activity/cli: make "show profiling" not use ctx.cli anymore by Willy Tarreau · Thu May 05 14:19:00 2022 +0200
  73. 42cc831 CLEANUP: sink: use the generic context to store the forwarder's context by Willy Tarreau · Wed May 04 20:42:23 2022 +0200
  74. 0d626a5 CLEANUP: dns: stop abusing the sink forwarder's context by Willy Tarreau · Wed May 04 20:41:19 2022 +0200
  75. fa11df5 CLEANUP: ssl/cli: make "add ssl crtlist" not use st2 anymore by Willy Tarreau · Thu May 05 13:48:40 2022 +0200
  76. 6b6c363 CLEANUP: ssl/cli: make "add ssl crtlist" use its own context by Willy Tarreau · Thu May 05 13:43:49 2022 +0200
  77. a2fcca0 CLEANUP: ssl/cli: make "{show|dump} ssl crtlist" use its own context by Willy Tarreau · Thu May 05 11:53:23 2022 +0200
  78. 170b35b CLEANUP: ssl/cli: make "show ssl ocsp-response" not use cli.p0 anymore by Willy Tarreau · Thu May 05 09:09:15 2022 +0200
  79. 9c5a38c CLEANUP: ssl/cli: make "show tlskeys" not use appctx->st2 anymore by Willy Tarreau · Thu May 05 09:03:44 2022 +0200
  80. bd33864 CLEANUP: ssl/cli: add a new "dump_entries" field to "show_keys_ref" by Willy Tarreau · Thu May 05 08:59:17 2022 +0200
  81. a938052 CLEANUP: ssl/cli: stop using ctx.cli.i0/i1/p0 for "show tls-keys" by Willy Tarreau · Thu May 05 08:50:17 2022 +0200
  82. 1d6dd80 CLEANUP: ssl/cli: stop using appctx->st2 for "commit ssl ca/crl" by Willy Tarreau · Thu May 05 08:17:29 2022 +0200
  83. dec23dc CLEANUP: ssl/cli: use a local context for "commit ssl {ca|crl}file" by Willy Tarreau · Wed May 04 20:25:05 2022 +0200
  84. a06b9a5 CLEANUP: ssl/cli: use a local context for "set ssl crlfile" by Willy Tarreau · Wed May 04 20:33:03 2022 +0200
  85. a37693f CLEANUP: ssl/cli: use a local context for "set ssl cafile" by Willy Tarreau · Wed May 04 20:12:55 2022 +0200
  86. 329f4b4 CLEANUP: ssl/cli: use a local context for "set ssl cert" by Willy Tarreau · Wed May 04 20:05:55 2022 +0200
  87. cb1b4ed CLEANUP: ssl/cli: stop using appctx->st2 for "commit ssl cert" by Willy Tarreau · Thu May 05 08:15:27 2022 +0200
  88. a645b6a CLEANUP: ssl/cli: use a local context for "commit ssl cert" by Willy Tarreau · Wed May 04 19:58:00 2022 +0200
  89. 96c9a6c CLEANUP: ssl/cli: use a local context for "show ssl cert" by Willy Tarreau · Wed May 04 19:51:37 2022 +0200
  90. f3e8b3e CLEANUP: ssl/cli: use a local context for "show crlfile" by Willy Tarreau · Wed May 04 19:38:57 2022 +0200
  91. 50c2f1e CLEANUP: ssl/cli: use a local context for "show cafile" by Willy Tarreau · Wed May 04 19:26:59 2022 +0200
  92. bcda5f6 CLEANUP: hlua/cli: take the hlua_cli context definition out of the appctx by Willy Tarreau · Tue May 03 18:13:39 2022 +0200
  93. 41f8852 CLEANUP: stats/cli: stop using appctx->st2 by Willy Tarreau · Tue May 03 18:39:27 2022 +0200
  94. 91cefca CLEANUP: stats/cli: take the "show stat" context definition out of the appctx by Willy Tarreau · Tue May 03 17:08:29 2022 +0200
  95. 7bf20ca CLEANUP: cli: initialize the whole appctx->ctx, not just the stats part by Willy Tarreau · Tue May 03 17:02:03 2022 +0200
  96. ce9123c CLEANUP: peers/cli: remove unneeded state STATE_INIT by Willy Tarreau · Tue May 03 15:04:25 2022 +0200
  97. 3a31e37 CLEANUP: peers/cli: stop using appctx->st2 for the dump state by Willy Tarreau · Tue May 03 14:58:47 2022 +0200
  98. cb8bf17 CLEANUP: peers/cli: take the "show peers" context definition out of the appctx by Willy Tarreau · Tue May 03 14:26:31 2022 +0200
  99. c7e9706 CLEANUP: map/cli: always detach the backref from the list after "show map" by Willy Tarreau · Tue May 03 15:42:07 2022 +0200
  100. a0d6280 CLEANUP: map/cli: stop using appctx->st2 for the dump state by Willy Tarreau · Tue May 03 15:12:21 2022 +0200