search for: 4b364f3

Displaying 3 results from an estimated 3 matches for "4b364f3".

Did you mean: 34b764f3
2017 Jun 30
1
[PATCH] Fix typos in plugin manual
Replace 'iff' with 'if'. Signed-off-by: Nir Soffer <nirsof@gmail.com> --- docs/nbdkit-plugin.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/nbdkit-plugin.pod b/docs/nbdkit-plugin.pod index 4b364f3..b96664f 100644 --- a/docs/nbdkit-plugin.pod +++ b/docs/nbdkit-plugin.pod @@ -348,7 +348,7 @@ handle supports writes. If there is an error, C<.can_write> should call C<nbdkit_error> with an error message and return C<-1>. -This callback is not required. If omitted, then we re...
2017 Feb 06
0
[PATCH 1/2] Define .errno_is_preserved constant instead of a .errno_is_reliable callback.
...connections.c | 7 ++----- src/internal.h | 3 +-- src/plugins.c | 26 +++++++++-------------- 13 files changed, 24 insertions(+), 127 deletions(-) diff --git a/docs/nbdkit-plugin.pod b/docs/nbdkit-plugin.pod index 3611244..4b364f3 100644 --- a/docs/nbdkit-plugin.pod +++ b/docs/nbdkit-plugin.pod @@ -147,10 +147,16 @@ C<nbdkit_error> to report an error message; additionally, if the callback is involved in serving data, the plugin should call C<nbdkit_set_error> to influence the error code that will be sent to th...
2017 Feb 06
3
[PATCH nbdkit 0/2] Change .errno_is_reliable function to .errno_is_preserved constant.
See patch 1 for rationale.