platform/upstream/nbd.git
2018-04-04 Wouter VerhelstDisable tlshuge for now
2018-04-04 Wouter VerhelstFix path lookup stuff once more
2018-04-04 Wouter VerhelstFix path lookup stuff
2018-04-04 Wouter VerhelstStop home-growing things
2018-04-04 Wouter VerhelstStop using nonportable flags of readlink
2018-04-04 Wouter VerhelstAllow for things to already be installed
2018-04-04 Wouter VerhelstDon't upgrade things we don't actually need
2018-04-04 Wouter VerhelstStop working around ubuntu precise outdatedness
2018-04-04 Wouter VerhelstAdd a few dependencies that we need...
2018-04-04 felixHandle execvp() failing in the tester client
2018-04-04 Wouter VerhelstMerge pull request #76 from fstirlitz/inetd-mode-fix
2018-04-03 Eric Blakenbd-client: fix no-optgo compilation
2018-04-03 Eric Blakedoc: Clarify maximum size limits
2018-04-03 Eric Blakedoc: Fix requirement on preferred size
2018-04-03 Eric Blakedoc: Mention FUA flag in more places
2018-04-03 felixEnable syslog in the Travis CI build
2018-04-03 felixAdd inetd mode testing to the suite
2018-04-03 Wouter VerhelstRearrange things
2018-04-03 Wouter VerhelstDocument all options supported by nbdtab
2018-04-03 Wouter VerhelstMove the assert to the correct location.
2018-04-03 Wouter VerhelstAllow disabling the NBD_OPT_GO protocol option
2018-04-01 felixRefactor test client
2018-04-01 felixMake inetd mode work again
2018-03-22 Wouter VerhelstMerge pull request #72 from eworm-de/misc
2018-03-19 Christian Hessenbd-client: free reply on error
2018-03-19 Christian Hessenbd-client: improve error output
2018-03-16 Wouter VerhelstFix "make distcheck" nbd-3.17
2018-03-16 Wouter VerhelstIgnore generated files
2018-03-16 Wouter VerhelstDon't try to use netlink when we can't
2018-03-16 Wouter VerhelstUpdate docs to reflect reality
2018-03-16 Wouter VerhelstFix a few GCC warnings
2018-03-16 Wouter VerhelstProperly shut down the connection
2018-03-16 Wouter VerhelstMake -F actually work
2018-03-16 Wouter VerhelstAdd more ignored stuff
2018-03-16 Wouter VerhelstMake this test succeed rather than fail
2018-03-16 Wouter VerhelstFix incorrect whitespace
2018-03-16 Wouter VerhelstWhoops
2018-03-16 Wouter VerhelstDefault to switching netlink off, rather than on
2018-03-14 Eric BlakeMerge branch 'extension-structured-reply'
2018-02-28 Eric BlakeMerge branch 'origin' into extension-structured-reply
2018-02-28 Eric Blakedoc: Revert NBD_REPLY_TYPE_BLOCK_STATUS back to 5
2018-01-07 Wouter VerhelstImprove error handling
2017-12-22 Wouter VerhelstFail if pkg-config is not installed
2017-12-22 Wouter VerhelstMigrate to using PKG_CHECK_MODULES
2017-12-14 Wouter VerhelstUpgrade things before trying to install stuff
2017-12-14 Wouter VerhelstSee if the build stops failing on the "travis-latest...
2017-12-14 Wouter VerhelstREADME.md: point out how to build from git
2017-12-08 Wouter VerhelstFix build without GnuTLS
2017-11-16 Eric Blakeserver: Consolidate request validation
2017-11-14 Eric Blakedoc: Clarify NBD_CMD_READ payload on error
2017-11-12 Eric Blakedoc: Update reservation for NBD_REPLY_TYPE_ bits
2017-11-12 Eric BlakeMerge branch 'master' into extension-structured-reply
2017-11-10 Eric Blakedoc: Update reserved values for pending extensions
2017-11-10 Eric Blakedoc: Update list of current extensions
2017-11-10 Eric Blakedoc: Fix constant values for NBD_REP_ERR_*
2017-11-08 Eric BlakeMerge branch 'master' into extension-structured-reply
2017-11-08 Eric BlakeMore consistent spelling of nonzero
2017-11-08 Eric Blakedoc: Consistent spelling of nonzero
2017-11-08 Eric Blakedoc: Explicit mention that 0-length transactions are...
2017-11-08 Wouter VerhelstRemove unsupported option
2017-11-08 Wouter VerhelstDocument the netlink option
2017-11-02 Alexei Colinclient: fix size offset in parsing of response
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
next