nbd.git
2006-08-05 yoer176: Add CodingStyle document
2006-08-05 yoer175: * Mirror relevant changes from r171
2006-08-04 yoer170: Use waitpid() rather than wait() to avoid it...
2006-06-06 yoer165: Remove outdated comments
2006-05-08 yoer163: Fix build when --enable-syslog is used.
2006-05-08 yoer161: * Document -C flag
2006-05-01 yoer160: Remove duplicate noinst_PROGRAMS
2006-05-01 yoer159: Make this a bit more useful
2006-05-01 yoer158: Document configuration file syntax, before I...
2006-05-01 yoer157: Fix some bugs (whee, trunk code works again!)
2006-05-01 yoer156: Remove outdated .cvsignore
2006-03-30 yoer154: Fix segfault
2006-03-30 yoer153: Add support for persistent connections (reconnect...
2006-03-10 yoer152: It's subversion now.
2006-03-10 yoer151: Fix compile
2006-03-09 yoer150: Build, but do not install, nbd-tester-client
2006-03-09 yoer149: Make the fact that The Hurd supports this protoco...
2006-03-09 yoer148: Make code warning-free
2006-03-09 yoer147: Some code updates. Previous commit to HEAD was...
2006-01-31 yoer146: Fix SNAFU
2006-01-31 yoer145: * Improve error handling
2006-01-30 yoer144: Add test client
2006-01-06 yoer141: Commit this before I accidentally remove it again..
2005-11-06 yoer126: Make sure we never ever forget to set the date...
2005-10-28 yoer124: Merge in changes to 2.8 branch, up to 2.8.1.
2005-10-27 yoer123: Make this version-agnostic
2005-10-26 yoer117: Make this slightly useful
2005-10-25 yoer116: Explain takeover of maintenance, as in nbd-server...
2005-10-25 yoer115: Add doxygen file
2005-10-25 yoer114: Fixes for copy-on-write from Maxim Syrchin (thanks!)
2005-10-25 yoer113: GCC4 warning fixes
2005-09-16 yoer110: Incorporate patch from Maxim Syrchin to fix segfa...
2005-07-07 yoer108: Fix examples
2005-02-16 yoer104: Unbreak VPATH builds; release rc2
2005-02-16 yoer103: Check for the right symbols in nbd.h by compiling...
2005-01-23 yoer101: version number
2005-01-23 yoer100: Bring comment in sync with reality
2005-01-23 yoer99: Endianness fix
2005-01-19 yoer98: Distribute manpages, do not generate them on every...
2005-01-19 yoer97: Make --enable-lfs non-optional. It's silly to...
2005-01-19 yoer96: Leftover error caught by ``make distcheck''
2005-01-19 yoer95: We should be (almost) ready for 2.8 now...
2004-12-17 yoer94: Mimick updates to 2.7 branch
2004-12-03 yoer90: GLibify
2004-11-16 yoer89: Use a GHashTable instead of a self-written dynamic...
2004-11-15 yoer88: Add lfs.h to EXTRA_DIST, to make both 'make distch...
2004-11-15 yoer87: Re-sanitize log messages
2004-11-15 yoer86: Remove bugs. It works again now
2004-11-15 yoer85: Add AM_MAINTAINER_MODE for my own sanity
2004-10-14 yoer82: Stop using global variables.
2004-10-14 yoer81: Ignore generated files
2004-10-14 yoer80: Make it compile again
2004-07-24 yoer78: Make inetd mode actually work (Thanks, Alan Curry)
2004-07-24 yoer76: Don't free the auth_file; it's never malloc()'ed
2004-06-27 yoer75: Portability: include <sys/param.h> before checking...
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...
next