nbd.git
2011-07-08 Wouter VerhelstRelease 2.9.23 master
2011-06-25 Wouter VerhelstUpdate copyright statement -- apparently I forgot this...
2011-06-25 Wouter VerhelstFix typo
2011-06-24 Alex BlighAdd "temporary" option, and ability to create files.
2011-06-12 Wouter VerhelstRemove unused assignment
2011-06-12 Wouter VerhelstRemove dead assignment
2011-06-12 Wouter VerhelstAdd missing break
2011-06-09 Alex BlighMake integrity tests respect request ordering.
2011-06-09 Alex Blighnbd-tester-client: analyse bad data using hash function...
2011-06-09 Alex Blighnbd-tester-client: ignore SIGPIPE so we pick up and...
2011-06-09 Wouter VerhelstFix a few branch checks
2011-06-09 Wouter VerhelstRemove some more crack
2011-06-09 Wouter VerhelstImplement proper branches
2011-05-31 Wouter VerhelstUpdate proto.txt
2011-05-29 Wouter VerhelstAllow varying the port for new-style handshakes
2011-05-29 Wouter VerhelstMore sorting
2011-05-29 Wouter VerhelstDon't send to syslog from nbd-trdump
2011-05-29 Wouter VerhelstMakefile changes
2011-05-28 Alex BlighFix .gitignore
2011-05-28 Alex BlighMerge branch 'master' of git://nbd.git.sourceforge...
2011-05-28 Alex BlighAdd integrity test for huge writes. Fix speed calc...
2011-05-28 Alex BlighFix oversize writes to write to correct area of disk
2011-05-28 Alex BlighFix handling of oversize writes
2011-05-28 Alex BlighConsume unwanted data on a write that fails
2011-05-28 Wouter VerhelstFix typo
2011-05-28 Wouter VerhelstMerge branch 'alex'
2011-05-28 Wouter VerhelstMove nbd-trdump.8 to nbd-trdump.1, where it belongs.
2011-05-28 Wouter VerhelstMerge branch 'alex'
2011-05-28 Alex BlighDocument function parameters for doxygen
2011-05-28 Wouter VerhelstPrepare for 2.9.22
2011-05-28 Alex BlighActually add the nbd-trdump manpage rather than just...
2011-05-28 Alex BlighAdd nbd-trdump manpage
2011-05-28 Alex BlighOnly send one reply on oversize writes
2011-05-27 Wouter VerhelstInstall nbd-trdump to .../bin
2011-05-27 Wouter VerhelstImplement basic --help option
2011-05-27 Alex BlighClear up mainloop()
2011-05-27 Wouter VerhelstFix INPUT
2011-05-27 Wouter VerhelstDistribute maketr, too
2011-05-27 Wouter VerhelstFix 'make distcheck'
2011-05-27 Wouter Verhelstuse mktemp -d
2011-05-27 Wouter VerhelstRe-sort documentation
2011-05-27 Wouter VerhelstClarify documentation slightly
2011-05-27 Wouter VerhelstRemove double "it", and redundant information about...
2011-05-27 Wouter VerhelstModernize DEBUG macros, and make code -Wall -Werror...
2011-05-22 Alex BlighAdd nbd-trdump - utilty to dump traces
2011-05-22 Alex BlighAdd nbd-trdump - utilty to dump traces
2011-05-22 Alex BlighFix nbd-tester-client.tr properly
2011-05-22 Alex BlighDo not use sync_file_range
2011-05-22 Alex BlighMerge branch 'master' of git://nbd.git.sourceforge...
2011-05-22 Alex BlighUse nbd-tester-client.tr data with conformant MBD_CMD_F...
2011-05-22 Alex BlighChnage documentation for NBD_CMD_FLUSH again.
2011-05-21 Alex BlighAdd transaction log support and integrity test
2011-05-18 Alex Blighfix documentation of NBD_CMD_FLUSH
2011-05-18 Alex Blighcopy handle on all requests
2011-05-18 Alex Blighnbd-server: don't check length and offset on flush
2011-05-17 Alex BlighImplement support for flush, fua and rotational.
2011-05-17 Wouter VerhelstMerge branch 'alex'
2011-05-17 Wouter VerhelstMerge commit '085441290'
2011-05-17 Alex Blighwrite flags value to return to the rest of program...
2011-05-17 Alex BlighAdd 'do not fork' option
2011-05-17 Alex BlighAdd flush test
2011-05-17 Alex Blighmove NBD_FLAGS from cliserv.h to nbd.h as they will...
2011-05-17 Alex BlighUse flags for tests; introduce TEST_FLUSH
2011-05-17 Alex BlighMerge branch 'master' of git://nbd.git.sourceforge...
2011-05-17 Alex BlighImprove timing of tests; avoid wrapping tv_usec and...
2011-05-17 Wouter VerhelstHandle failed negotiation on modern socket
2011-05-17 Alex BlighAdd write test to test suite
2011-05-17 Alex BlighRemove compilation warnings and increase error checking...
2011-05-16 Wouter VerhelstFix lp[] initialization
2011-05-16 Alex Blighfix autogen.sh
2011-05-16 Alex BlighEnsure all options have option length
2011-05-11 Wouter VerhelstRelease 2.9.21a
2011-05-11 Wouter VerhelstAdd sh.tmpl to EXTRA_DIST so it won't break
2011-05-09 Wouter VerhelstRelease 2.9.21
2011-05-09 Wouter VerhelstFix 'make distcheck'
2011-05-09 Wouter VerhelstFix thinko
2011-05-04 Wouter VerhelstDon't forget the template, and ignore generated files
2011-04-13 Wouter VerhelstManpage generation revisited
2011-04-08 Wouter VerhelstDocumentation updates
2011-03-21 Wouter VerhelstFix dup_serve
2011-03-03 Wouter VerhelstFix memleak
2011-03-03 Wouter VerhelstFix inline usage
2011-02-27 Wouter VerhelstRequire C99
2011-02-13 Wouter VerhelstFix getopt usage
2011-02-12 Wouter VerhelstCheck return value of read_all in all cases
2011-02-12 Wouter VerhelstAssign a value to serve when using modern protocol
2011-01-28 Wouter VerhelstRelease 2.9.20
2011-01-28 Wouter VerhelstTest request blocks that are larger than 1MB, too.
2011-01-28 Wouter VerhelstFix handling of oversized requests
2011-01-27 Wouter VerhelstFix buffer size checking
2011-01-26 Wouter VerhelstRemove outdated roadmap
2011-01-16 Wouter VerhelstRelease 2.9.19
2010-12-15 sf@psjt.org10 TByte partition
2010-09-30 Gregory Thiemongenbd-server: Limit the number of connections
2010-09-08 Wouter VerhelstPut nbd-client back in sbin
2010-09-07 Laurent VivierMove man files to man/
2010-09-02 Wouter VerhelstRevisit documentation
2010-08-26 Laurent VivierRemove GCC warnings:
2010-08-24 Wouter VerhelstBe less scary
2010-08-19 Wouter VerhelstOops
next