Displaying 4 results from an estimated 4 matches for "59df6690".
2019 Jun 26
3
[nbdkit PATCH] captive: Support $uri in --run
...<mkletzan@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
---
docs/nbdkit-captive.pod | 8 +++++++-
server/captive.c | 14 +++++++++++++-
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/docs/nbdkit-captive.pod b/docs/nbdkit-captive.pod
index 6f69cca5..59df6690 100644
--- a/docs/nbdkit-captive.pod
+++ b/docs/nbdkit-captive.pod
@@ -42,9 +42,15 @@ The following shell variables are available in the I<--run> argument:
=over 4
+=item C<$uri>
+
+A URI that refers to the nbdkit port or socket in the preferred form
+documented by the NBD project.
+...
2019 Jun 26
0
[nbdkit PATCH v2 2/2] captive: Support $uri in --run
...<mkletzan@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
---
docs/nbdkit-captive.pod | 8 +++++++-
server/captive.c | 14 +++++++++++++-
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/docs/nbdkit-captive.pod b/docs/nbdkit-captive.pod
index 6f69cca5..59df6690 100644
--- a/docs/nbdkit-captive.pod
+++ b/docs/nbdkit-captive.pod
@@ -42,9 +42,15 @@ The following shell variables are available in the I<--run> argument:
=over 4
+=item C<$uri>
+
+A URI that refers to the nbdkit port or socket in the preferred form
+documented by the NBD project.
+...
2019 Jun 26
0
Re: [nbdkit PATCH] captive: Support $uri in --run
...-off-by: Eric Blake <eblake@redhat.com>
> ---
> docs/nbdkit-captive.pod | 8 +++++++-
> server/captive.c | 14 +++++++++++++-
> 2 files changed, 20 insertions(+), 2 deletions(-)
>
> diff --git a/docs/nbdkit-captive.pod b/docs/nbdkit-captive.pod
> index 6f69cca5..59df6690 100644
> --- a/docs/nbdkit-captive.pod
> +++ b/docs/nbdkit-captive.pod
> @@ -42,9 +42,15 @@ The following shell variables are available in the I<--run> argument:
>
> =over 4
>
> +=item C<$uri>
> +
> +A URI that refers to the nbdkit port or socket in the pre...
2019 Jun 26
3
[nbdkit PATCH v2 0/2] adding nbdkit --run '$uri'
Since v1:
- new patch to add uri_quote()
- rebase on top of other recent patches needed while auditing shell_quote()
- use uri_quote() instead of shell_quote() for producing $uri
Eric Blake (2):
common/utils: Add uri_quote and tests
captive: Support $uri in --run
docs/nbdkit-captive.pod | 8 ++-
common/utils/utils.h | 1 +
common/utils/test-quotes.c | 108