nbd.git
2004-06-27 yoer74: * Added checks for GLib (not used yet, but will...
2004-06-20 yoer73: Fix AM_INIT_AUTOMAKE to not have any arguments
2004-06-12 yoer66: Some initial cleanups. More are probably needed.
2004-05-23 yoer65: Clean up LFS defines
2004-05-23 yoer64: Add missing closing bracket
2004-05-17 yoer63: Code style cleanup
2004-05-16 yoer62: close possible format string attack
2004-05-13 yoer61: Cleanup after audit. Thanks, Steve!
2004-05-06 yoer60: Update documentation to reflect reality.
2004-05-06 yoer59: clean up after snprintf; make the difffilename...
2004-05-05 yoer58: E Don't use sprintf, it's ugly. Especially if...
2004-05-01 yoer57: Fix multi-file option, and fix its documentation
2004-04-23 yoer56: check for BLKGETSIZE anyway, because it might...
2004-04-23 yoer55: Rename configure.in to configure.ac, and remove...
2004-04-21 yoer54: - Unbreak compilation
2004-04-04 yoer53: Move the #include <cliserv.h> to the top, to allow...
2004-02-18 yoer50: Whoops. This actually had to be committed to the...
2004-02-11 yoer49: Doxygenified the source, and started modularizing...
2004-02-11 yoer48: Fixed a bug in configure.in that broke detection...
2004-01-28 yoer46: Whoops
2004-01-27 yoer45: sgml fixup
2004-01-27 yoer44: doesn't belong in version control.
2004-01-27 yoer43: Switched to using automake instead of a home-grown...
2003-12-23 yoer42: Reverse the header-checking logic: use a local...
2003-10-27 yoer41: some build fixups. v2.6.
2003-10-16 yoer40: config.h.in, configure.in: get rid of malloc(...
2003-10-10 yoer39: Oops
2003-10-10 yoer38: configure.in:
2003-09-29 yoer37: CRITICAL BUGFIX: after forking, reset child_arrays...
2003-09-02 yoer36: removed a syntax error, and made the manpage inter...
2003-09-02 yoer35: Added an option to allow for selecting the .allow...
2003-08-25 yoer34: Fixed one minor bug
2003-08-21 yoer33: use PACKAGE_VERSION to determine what version...
2003-08-21 yoer32: keep track of children and send them SIGTERM if...
2003-07-20 yoer31: Relicensed. I've decided to migrate away from...
2003-07-13 pavelr30: Winnbd code from Folkert van Heusden <folkert...
2003-05-23 acruxr29: NBD server for Windows 2000 ---- winzip format
2003-05-23 acruxr28: A brief README file of nbd server for windows...
2003-04-15 yoer27: Rewrote the way we define OFFT_MAX, which would...
2002-11-14 yoer26: Modified write() to be send().
2002-10-20 yoer25: * Added Large File Support to nbd-server.
2002-09-30 pavelr24: COPYONWRITE had horrible coding style. Cleanups...
2002-09-21 pavelr23: Automagically switch to readonly mode when device...
2002-09-11 yoer22: Reap zombies; make errormsg bit more helpful when...
2002-03-25 rohanr21: Client and server version both set to 2.0 so...
2002-03-25 rohanr20: Removed since its autogenerated. Will generate...
2002-03-24 rohanr19: Bug fixes for 64bit operation from Anton Altaparmakov
2002-03-24 rohanr18: o Added configure script at suggestion of Anton...
2002-02-04 pavelr17: Option to timeout after certain time of inactivity.
2002-01-28 yoer16: Set SO_REUSEADDR socket option to nbd-server
2002-01-18 pavelr15: Allow bigger requests and kill ugly warning.
2002-01-02 yoer14: Explained use of nbd_server.allow file
2001-12-05 yoer13: Sanitized "AUTHORS" section. Sorry Pavel ;-)
2001-11-18 yoer12: Removed template-clutter
2001-09-20 pavelr11: Manpages from Wouter Verhelst <wouter@debian.org>.
2001-06-13 pavelr10: Changes from Wouter Verhelst to use nbd.h from...
2001-02-28 pavelr9: Support for changing blocksize.
2001-02-28 pavelr8: Makefile.in is needed to build nbd.
2000-12-10 pavelr7: Added gzipped nbd code from marc <marc@jade.cs...
2000-10-27 pavelr3: Initial revision