search for: 115db3c

Displaying 2 results from an estimated 2 matches for "115db3c".

2018 Jun 25
1
[PATCH v2 nbdkit] tls: Implement Pre-Shared Keys (PSK)
v2: * Improved documentation. * Added a test (interop with qemu client).
2018 Jul 01
2
[PATCH nbdkit] Add Tcl plugin, for writing plugins in Tcl.
...ruby-plugin(3)>. +L<nbdkit-ruby-plugin(3)>, +L<nbdkit-tcl-plugin(3)>. Plugins written in scripting languages may also be installed in C<$plugindir>. These must be called C<nbdkit-I<name>-plugin> without diff --git a/docs/nbdkit.pod.in b/docs/nbdkit.pod.in index 115db3c..15196d0 100644 --- a/docs/nbdkit.pod.in +++ b/docs/nbdkit.pod.in @@ -978,7 +978,8 @@ L<nbdkit-filter(3)>. L<nbdkit-ocaml-plugin(3)>, L<nbdkit-perl-plugin(3)>, L<nbdkit-python-plugin(3)>, -L<nbdkit-ruby-plugin(3)>. +L<nbdkit-ruby-plugin(3)>, +L<nbdkit-tcl-p...