platform/upstream/nbd.git
2017-10-27 Eric BlakeMerge branch 'extension-structured-reply' into extensio...
2017-10-27 Eric Blakestructured-reply: Tweak some protocol requirements
2017-10-26 Eric BlakeMerge branch 'master' into extension-structured-reply
2017-10-24 Wouter VerhelstRemove symlinks when they're not needed
2017-10-24 Wouter VerhelstImprove badges a bit
2017-10-24 Wouter VerhelstOne more
2017-10-24 Wouter VerhelstRemove unused variables
2017-10-24 Wouter VerhelstMore systemd fixes
2017-10-19 Eric Blakedocs: Clarify that some options should be send-once
2017-10-18 Eric Blakedocs: Clarify options that should not have data
2017-09-14 Wouter VerhelstFix HAVE_NETLINK guards
2017-09-14 Josef Baciknbd-client: add the ability to use the netlink interface
2017-09-14 Wouter VerhelstRemove outdated buildbot link
2017-09-13 Wouter VerhelstMove badges to a separate page, and add a repology...
2017-09-11 Wouter VerhelstImprove --version and --help output nbd-3.16.2
2017-09-11 Wouter VerhelstUpdate list address to reflect the name that was actual...
2017-09-09 Wouter VerhelstIgnore the minimal (i.e., non-TLS-enabled) version...
2017-09-09 Wouter VerhelstDon't forget to actually add the configure check
2017-09-09 Wouter VerhelstEnsure that <sys/uio.h> is included when it's needed
2017-09-09 Wouter VerhelstUpdate bugreport address to point to mailinglist (at...
2017-07-16 Wouter VerhelstWe can't do anything unless and until the network is...
2017-07-16 Wouter VerhelstEnsure we get shut down properly, too
2017-07-16 Wouter VerhelstAdd dependencies for partitions, too
2017-07-16 Wouter VerhelstAdd DefaultDependencies=no to nbd@ systemd service
2017-07-16 Wouter VerhelstRemove contraction
2017-07-16 Wouter VerhelstDon't define _BSD_SOURCE unconditionally
2017-06-20 Wouter VerhelstDestroy the diff file upon client disconnect
2017-06-14 Wouter VerhelstDon't print anything on travis, at all...
2017-06-14 Wouter VerhelstReduce output even further
2017-06-14 Wouter VerhelstDon't dist these symlinks
2017-05-26 Wouter VerhelstEnsure that syslog doesn't break again nbd-3.16.1
2017-05-26 Wouter VerhelstFix the LOG_* constants
2017-05-26 Wouter VerhelstDocument the waitfile option nbd-3.16
2017-05-26 Wouter VerhelstEnsure that i is not used uninitialized
2017-05-26 Wouter VerhelstRemove extraneous LOG_INFO option
2017-05-26 Wouter VerhelstHandle failure of open() call
2017-05-26 Wouter Verhelst... and ensure this buffer is null-terminated, too
2017-05-26 Wouter VerhelstEnsure the filename is null-terminated
2017-05-26 Wouter VerhelstDon't overflow s1
2017-05-26 Wouter VerhelstCheck that the correct number of bytes was read
2017-05-26 Wouter VerhelstMove the close() call back to where it belongs
2017-05-25 Wouter VerhelstDon't deadlock
2017-05-25 Wouter VerhelstCode style: add missing space
2017-05-25 Wouter VerhelstAdd missing return statement
2017-05-25 Wouter VerhelstAdd missing free()
2017-05-25 Wouter VerhelstAdd missing brackets
2017-05-25 Wouter VerhelstFix double close
2017-05-25 Wouter VerhelstFix double free
2017-05-25 Wouter VerhelstRevert command line additions
2017-05-25 Wouter VerhelstReduce output, so that travis stops breaking
2017-05-25 Wouter VerhelstMerge branch 'master' of https://github.com/danielkucer...
2017-05-13 Wouter VerhelstInstall GnuTLS for travis/osx
2017-05-13 Wouter VerhelstClarify that this isn't an option
2017-05-13 Wouter VerhelstDon't forget to initialize socket_closed
2017-05-13 Wouter VerhelstFix the used variable, here
2017-05-13 Wouter VerhelstUnbreak the cherry-pick
2017-05-13 Wouter VerhelstFix the location of the nbd-server cflags modification
2017-05-11 Wouter VerhelstAdd missing "return true"
2017-05-09 Daniel Kuceraimplemented waiting for file
2017-05-03 Wouter VerhelstMerge commit 'f673479c3b8a104cdd5c5561f3ae55c9dc486ecd'
2017-05-03 Wouter VerhelstMerge branch 'extension-info'
2017-05-03 Wouter VerhelstHandle socket errors better
2017-04-30 Wouter VerhelstMerge branch 'extension-info'
2017-04-30 Wouter VerhelstDon't forget to read the length of the request
2017-04-24 Wouter VerhelstRegenerate certificate
2017-04-22 Wouter VerhelstFollow the spec a bit more.
2017-04-22 Wouter VerhelstImplement NBD_OPT_GO in the client
2017-04-22 Wouter VerhelstRemove warning
2017-04-22 Wouter VerhelstAllow for not passing any data
2017-04-21 Wouter VerhelstMerge branch 'master' into extension-info
2017-04-18 Wouter VerhelstPrint the description properly
2017-04-18 Wouter VerhelstFix typo
2017-04-15 Wouter VerhelstSwap options and option name
2017-04-14 Wouter VerhelstMerge branch 'master' into extension-info
2017-04-14 Wouter VerhelstStop open-coding request sending
2017-04-14 Wouter VerhelstMove writeit to cliserv
2017-04-14 Wouter VerhelstImplement NBD_OPT_INFO and NBD_OPT_GO
2017-04-14 Wouter VerhelstMove more initialisation into commit_client
2017-04-14 Wouter VerhelstAllow for sending the data outside of the send_reply...
2017-04-14 Wouter VerhelstTurn various fatal errors into return values
2017-04-14 Wouter VerhelstDon't forget to return a value from commit_client
2017-04-14 Wouter VerhelstHandle commit_client failures
2017-04-14 Wouter VerhelstMove send_export_info up
2017-04-14 Wouter VerhelstMove copyonwrite_prepare up
2017-04-14 Wouter VerhelstMove setupexport up
2017-04-14 Wouter VerhelstMove do_run up
2017-04-14 Wouter VerhelstMove set_peername up
2017-04-14 Wouter VerhelstCentralize what needs to be done before exporting
2017-04-14 Wouter VerhelstAdd missing backticks
2017-04-14 Wouter VerhelstMerge branch 'master' into extension-info
2017-03-21 Wouter VerhelstRemove incorrect statements
2017-02-21 Eric Blakedoc: Fix some minor issues
2017-02-21 Eric Blakebuild: Fix build with older gcc
2017-01-23 Wouter VerhelstUse AM_CONDITIONAL rather than AC_SUBST nbd-3.15.2
2017-01-23 Wouter VerhelstDon't seek() in files without holding a lock.
2017-01-22 Wouter VerhelstAdd numbers for resize extension
2017-01-17 Wouter VerhelstRename request in line with the kernel
2017-01-12 Alex BlighNBD_REP_ERR_UNSUP not EINVAL for options
2017-01-12 Alex BlighMake returned default status context dependent
2016-12-20 Wouter VerhelstRe-sort options in this man page
next