Displaying 4 results from an estimated 4 matches for "1f208b27".
2020 Aug 27
2
Re: [nbdkit PATCH v2 2/8] api: Add nbdkit_add_default_export
...er/plugins.c | 2 +-
> server/test-public.c | 9 ++++++++-
> plugins/sh/methods.c | 2 +-
> tests/test-layers.c | 12 ++++++++++++
> 10 files changed, 74 insertions(+), 18 deletions(-)
>
> diff --git a/docs/nbdkit-plugin.pod b/docs/nbdkit-plugin.pod
> index 1f208b27..50cf991d 100644
> --- a/docs/nbdkit-plugin.pod
> +++ b/docs/nbdkit-plugin.pod
> @@ -675,10 +675,11 @@ error message and return C<-1>.
>
> This optional callback is called if the client tries to list the
> exports served by the plugin (using C<NBD_OPT_LIST>). If th...
2020 Aug 27
0
Re: [nbdkit PATCH v2 2/8] api: Add nbdkit_add_default_export
...;> server/test-public.c | 9 ++++++++-
>> plugins/sh/methods.c | 2 +-
>> tests/test-layers.c | 12 ++++++++++++
>> 10 files changed, 74 insertions(+), 18 deletions(-)
>>
>> diff --git a/docs/nbdkit-plugin.pod b/docs/nbdkit-plugin.pod
>> index 1f208b27..50cf991d 100644
>> --- a/docs/nbdkit-plugin.pod
>> +++ b/docs/nbdkit-plugin.pod
>> @@ -675,10 +675,11 @@ error message and return C<-1>.
>>
>> This optional callback is called if the client tries to list the
>> exports served by the plugin (using C<...
2020 Aug 27
0
[nbdkit PATCH v2 2/8] api: Add nbdkit_add_default_export
...erver/nbdkit.syms | 1 +
server/plugins.c | 2 +-
server/test-public.c | 9 ++++++++-
plugins/sh/methods.c | 2 +-
tests/test-layers.c | 12 ++++++++++++
10 files changed, 74 insertions(+), 18 deletions(-)
diff --git a/docs/nbdkit-plugin.pod b/docs/nbdkit-plugin.pod
index 1f208b27..50cf991d 100644
--- a/docs/nbdkit-plugin.pod
+++ b/docs/nbdkit-plugin.pod
@@ -675,10 +675,11 @@ error message and return C<-1>.
This optional callback is called if the client tries to list the
exports served by the plugin (using C<NBD_OPT_LIST>). If the plugin
-does not supply this...
2020 Aug 27
10
[nbdkit PATCH v2 0/8] exportname filter
This is a revision of my .default_export work, plus new work on
.export_descriptions and a new exportname filter. I think it is
now ready to check in.
Things I'd still like in 1.22:
- the file plugin should implement .list_exports (patch already posted,
but it needs rebasing on this series)
- the ext2 filter should override .list_exports when in exportname mode
- the nbd plugin should be