[Libguestfs] [nbdkit PATCH v2 0/5] log appends

Eric Blake eblake at redhat.com
Thu Nov 8 21:29:47 UTC 2018


v2 turned out to be much more involved, as I ended up fixing
several things along the way that I noticed while debugging a
feature addition.

Eric Blake (5):
  maint: Improve ./nbdkit option parsing
  main: Saner newline printing during --help
  utils: Add nbdkit_parse_bool
  main: Use new bool parser for --tls
  log: Allow user option of appending to log

 docs/nbdkit-plugin.pod            | 11 +++++++++++
 filters/log/nbdkit-log-filter.pod |  5 +++--
 include/nbdkit-common.h           |  1 +
 src/filters.c                     | 13 +++++++-----
 src/main.c                        | 16 ++++++---------
 src/plugins.c                     | 13 +++++++-----
 src/utils.c                       | 25 +++++++++++++++++++++++
 filters/log/log.c                 | 12 +++++++++--
 tests/test-log.sh                 |  6 +++++-
 nbdkit.in                         | 33 +++++++++++++++++++------------
 10 files changed, 97 insertions(+), 38 deletions(-)

-- 
2.17.2




More information about the Libguestfs mailing list