nbd.git
2010-08-19 Wouter VerhelstOops
2010-08-19 LedREADME: nbX -> nbdX
2010-08-19 Ledinclude sdp_inet.h for build with SDP
2010-08-19 Wouter Verhelstfix build with non-gcc compiler
2010-08-09 Wouter VerhelstRelease 2.9.18
2010-08-09 Wouter VerhelstExtend test suite and fix named exports
2010-08-06 Wouter VerhelstComment out <linux/types.h> include
2010-08-06 Wouter VerhelstUse a recent enough version of nbd.h (oops)
2010-08-06 Wouter VerhelstRelease 2.9.17
2010-08-06 Wouter VerhelstDocument differences with old style exports
2010-08-06 Wouter VerhelstFix simple_test for named exports
2010-08-05 Wouter VerhelstFix command-line oldstyle export
2010-08-04 Wouter VerhelstUse IANA-assigned port number: 10809
2010-07-28 Wouter VerhelstSanitize negotiation a bit
2010-07-28 Wouter VerhelstDocumentation updates
2010-07-27 Wouter VerhelstMerge branch 'master' into names
2010-07-27 Wouter VerhelstMention two-dash form of long options
2010-07-27 Wouter VerhelstReturn the right value on nbd-client -c
2010-07-27 Wouter VerhelstFix a host/network order bug
2010-07-27 Wouter VerhelstFunctional fixes
2010-07-27 Wouter VerhelstDocumentation update
2010-07-27 Wouter VerhelstActually disable oldstyle export when requested
2010-07-27 Wouter VerhelstUse a different magic
2010-07-27 Wouter VerhelstInitial implementation of named exports
2010-07-26 Wouter VerhelstFix segfault
2010-07-25 Wouter VerhelstDocumentation update
2010-07-25 Wouter VerhelstPrepare for 2.9.16
2010-07-25 Wouter VerhelstMake -Wall clean
2010-07-24 Wouter VerhelstAdd nbd.h to source
2010-07-24 Wouter VerhelstGenerate nbd-client.8.in, too
2010-07-24 Wouter VerhelstWhitespace fixes
2010-07-24 Wouter VerhelstRemove cruft
2010-07-24 Wouter VerhelstImprove structure
2010-07-22 Wouter VerhelstFix compile with -DNOFORK
2010-07-21 Wouter VerhelstFix logic reversal in authorization file
2010-06-18 Wouter VerhelstDeprecate command line export options.
2010-06-18 Wouter VerhelstWhitespace fix
2010-06-14 Wouter VerhelstUse correct names
2010-05-20 Wouter VerhelstFix bugs in command-line argument handling
2010-05-03 Wouter VerhelstFix leaks
2010-04-14 Wouter VerhelstImprove output
2010-04-01 Wouter VerhelstMissed a bit
2010-04-01 Wouter VerhelstDocumentation update
2010-03-24 Wouter VerhelstRelease 2.9.15
2010-03-24 Neutron SoutmunBug#382189: IPv6 support
2010-02-27 Wouter VerhelstBe explicit when we exit
2010-02-27 Wouter VerhelstParse listenaddr for hostnames
2009-12-15 Wouter VerhelstFix 'make -j check'
2009-11-23 Peter Korsgaardlfs.h: fix build with --disable-lfs
2009-10-17 Wouter VerhelstPrepare for 2.9.14
2009-10-17 Wouter VerhelstMake -Wall -Werror compile again
2009-10-16 Wouter VerhelstDocument why this is necessary.
2009-10-15 Wouter VerhelstPut the -nofork check on the right spot
2009-09-27 Wouter VerhelstMissed one
2009-09-26 Wouter VerhelstRemove unsupported options
2009-08-24 Wouter VerhelstMake autogen.sh work
2009-08-19 Wouter VerhelstRemove dead code
2009-08-18 Wouter VerhelstDocumentation update
2009-08-14 Wouter VerhelstFix error output
2009-08-14 Wouter VerhelstFix message string
2009-08-14 Wouter VerhelstPatches from Debian
2009-08-04 Wouter VerhelstRerun autofoo
2009-08-04 Wouter VerhelstMake incorrect use of timeout fail.
2009-07-18 Wouter VerhelstUnconfuse
2009-07-17 Wouter VerhelstImplement sync option
2009-07-09 Wouter VerhelstPrepare for 2.9.13
2009-07-09 Wouter VerhelstDocumentation update
2009-06-08 Wouter VerhelstDon't try working on partitions
2009-06-08 Wouter VerhelstFix autodetection
2009-06-05 Wouter VerhelstAvoid unaligned access
2009-05-26 Wouter VerhelstActually go daemon
2009-05-26 Wouter VerhelstApparently forgot this file -- update that one, too.
2009-05-24 Wouter VerhelstMerge branch 'import'
2009-05-24 Wouter VerhelstUpdate documentation to reflect new behaviour of -swap...
2009-05-24 Wouter VerhelstDocument -noswap option
2009-05-24 ciprianHacked nbd-client.c to include a flag -nofork, that...
2009-05-23 Tom CocagneFix for nbd-server uner xinetd
2009-05-23 Wouter VerhelstRemove support for timeout option
2009-05-15 Milos Jakubicekmore user-friendly error message
2009-04-30 Wouter Verhelstautoconf after version...
2009-04-30 Wouter Verhelstversion number
2009-04-30 Wouter Verhelstrerun autotools
2009-04-30 Wouter VerhelstMore build fixes
2009-04-30 Wouter VerhelstFix build system
2009-01-31 Wouter Verhelstuse atoll instead of atol
2009-01-07 Wouter VerhelstMinor fixes
2009-01-03 Wouter VerhelstAvoid i18n when we don't need it
2009-01-03 Wouter VerhelstChange meaning of -swap option
2009-01-01 Wouter VerhelstBuild system fixes and documentation
2009-01-01 Wouter VerhelstPrepare for github.com releases
2008-12-27 Wouter VerhelstDon't track .o files
2008-12-24 Wouter VerhelstImprove error handling
2008-12-05 yoer344: Fixes suggested by Pavel Macheck
2008-10-13 yoer343: Remove this (outdated) code:
2008-08-25 yoer342: Use right printf() format string
2008-08-12 yoer340: Fix printing of 64bit integers; patch by Brad...
2008-07-24 yoer339: Explicitly set the client socket to nonblocking...
2008-06-18 yoer338: Oops, this is work-in-progress, remove
2008-06-18 yoer337: Check multi-file export in 'make check', too...
2008-05-15 yoer336: Cut out klcc usage. It's broken, silly to even...
next