Merge branch 'alex'
[nbd.git] / nbd-server.c
2006-09-21 yoer185: Build/documentation fixes from Phillip Hellewell
2006-08-20 yoer184: find OFFT_MAX in a much cleaner way.
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 yoer161: * Document -C flag
2006-05-01 yoer157: Fix some bugs (whee, trunk code works again!)
2006-03-10 yoer151: Fix compile
2006-03-09 yoer147: Some code updates. Previous commit to HEAD was...
2006-01-06 yoer141: Commit this before I accidentally remove it again..
2005-10-28 yoer124: Merge in changes to 2.8 branch, up to 2.8.1.
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-01-23 yoer100: Bring comment in sync with reality
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-03 yoer90: GLibify
2004-11-16 yoer89: Use a GHashTable instead of a self-written dynamic...
2004-11-15 yoer87: Re-sanitize log messages
2004-11-15 yoer86: Remove bugs. It works again now
2004-10-14 yoer82: Stop using global variables.
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 yoer74: * Added checks for GLib (not used yet, but will...
2004-06-12 yoer66: Some initial cleanups. More are probably needed.
2004-05-23 yoer65: Clean up LFS defines
2004-05-13 yoer61: Cleanup after audit. Thanks, Steve!
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-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-01-27 yoer43: Switched to using automake instead of a home-grown...
2003-10-16 yoer40: config.h.in, configure.in: get rid of malloc(...
2003-10-10 yoer38: configure.in:
2003-09-29 yoer37: CRITICAL BUGFIX: after forking, reset child_arrays...
2003-09-02 yoer35: Added an option to allow for selecting the .allow...
2003-08-25 yoer34: Fixed one minor bug
2003-08-21 yoer32: keep track of children and send them SIGTERM if...
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-24 rohanr19: Bug fixes for 64bit operation from Anton Altaparmakov
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.
2000-10-27 pavelr3: Initial revision