Merge branch 'alex'
[nbd.git] / nbd-server.c
2011-05-28 Alex BlighOnly send one reply on oversize writes
2011-05-27 Alex BlighClear up mainloop()
2011-05-27 Wouter VerhelstModernize DEBUG macros, and make code -Wall -Werror...
2011-05-22 Alex BlighDo not use sync_file_range
2011-05-21 Alex BlighAdd transaction log support and integrity test
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 Alex BlighAdd 'do not fork' option
2011-05-17 Wouter VerhelstHandle failed negotiation on modern socket
2011-05-16 Wouter VerhelstFix lp[] initialization
2011-03-21 Wouter VerhelstFix dup_serve
2011-03-03 Wouter VerhelstFix memleak
2011-03-03 Wouter VerhelstFix inline usage
2011-02-12 Wouter VerhelstAssign a value to serve when using modern protocol
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
2010-09-30 Gregory Thiemongenbd-server: Limit the number of connections
2010-08-26 Laurent VivierRemove GCC warnings:
2010-08-24 Wouter VerhelstBe less scary
2010-08-19 Ledinclude sdp_inet.h for build with SDP
2010-08-09 Wouter VerhelstExtend test suite and fix named exports
2010-08-06 Wouter VerhelstDocument differences with old style exports
2010-08-05 Wouter VerhelstFix command-line oldstyle export
2010-07-28 Wouter VerhelstSanitize negotiation a bit
2010-07-27 Wouter VerhelstFix a host/network order bug
2010-07-27 Wouter VerhelstFunctional fixes
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-25 Wouter VerhelstMake -Wall clean
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-05-03 Wouter VerhelstFix leaks
2010-03-24 Neutron SoutmunBug#382189: IPv6 support
2010-02-27 Wouter VerhelstParse listenaddr for hostnames
2009-10-17 Wouter VerhelstMake -Wall -Werror compile again
2009-09-27 Wouter VerhelstMissed one
2009-09-26 Wouter VerhelstRemove unsupported options
2009-08-14 Wouter VerhelstFix error output
2009-08-14 Wouter VerhelstFix message string
2009-08-14 Wouter VerhelstPatches from Debian
2009-07-17 Wouter VerhelstImplement sync option
2009-06-08 Wouter VerhelstFix autodetection
2009-05-23 Tom CocagneFix for nbd-server uner xinetd
2009-05-23 Wouter VerhelstRemove support for timeout option
2009-01-31 Wouter Verhelstuse atoll instead of atol
2009-01-07 Wouter VerhelstMinor fixes
2008-12-24 Wouter VerhelstImprove error handling
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-01 yoer334: Re-sync table indexes
2008-03-17 yoer328: Oops, don't forget to change this number
2008-03-17 yoer327: Remove autoreadonly option. It was an error to...
2008-03-17 yoer326: Don't require read-write access to base file...
2008-03-17 yoer325: Avoid unnecessary wakeups
2007-11-14 yoer308: Fix segfault when exporting more than one device.
2007-11-07 yoer307: Sanify name, getting it in sync with documentatio...
2007-10-30 yoer305: Use constants rather than their value
2007-10-26 yoer300: Remove all GCC warnings
2007-10-26 yoer297: Fix stupid errors
2007-10-26 yoer295: Last bits from Corey; also, apply patch to set...
2007-10-26 yoer294: Delay daemon() call as long as possible, and...
2007-10-26 yoer293: Handle incorrect user- or groupnames correctly
2007-10-22 yoer291: make the build work, again
2007-10-17 yoer289: Add experimental support for the SDP protocol
2007-09-27 yoer287: Fixes from Tefnet <developers@tefnet.pl>
2007-09-19 yoer285: Move first do_run command up slightly
2007-09-18 yoer283: Don't dereference a command if it's empty
2007-09-18 yoer282: Don't dereference stuff if we haven't set it...
2007-08-19 yoer278: Set group _after_ setting user, since setting...
2007-08-14 yoer274: Patch by Corey Minyard to set a device read-only...
2007-07-26 yoer270: Implement prerun and postrun options
2007-07-19 yoer267: Really fix the segfault. Hand the brown paper...
2007-07-08 yoer264: Fix segfault
2007-06-25 yoer261: Fix inetd mode
2007-06-15 yoer260: Fix usage of peername, patch by gad@jetcom.org
2007-06-13 yoer259: Merge r258
2007-06-04 yoer253: Revert r231; it's causing more problems than...
2007-02-12 yoer241: Merge r240 from trunk
2007-01-27 yoer233: Fix 64bit stuff (again)
2007-01-23 yoer231: Make client sockets non-blocking, too.
2006-12-27 yoer226: Fix memory leakage: we need to allocate only...
2006-12-27 yoer225: Fix null pointer, patch by Johan Myreen
2006-11-01 yoer211: Allow for varying the filename of the PID file...
2006-11-01 yoer210: Spelling fix
2006-10-25 yoer208: Fix minor bug wrt cidrhash choice for virtstyle...
2006-10-25 yoer207: Fix compilation
2006-10-25 yoer206: Allow for CIDR-style authentication using auth_fi...
2006-10-24 yoer204: Add support for user/group changing at runtime...
2006-10-19 yoer201: Plug possible segfault upon connection close
2006-10-07 yoer191: Beautify debugging output (Phillip)
2006-10-05 yoer190: Create a saner version of the multifile option...
2006-10-04 yoer189: Fix crashes, thanks (again) to Phillip
2006-09-28 yoer188: Apply patch by Phillip to fix error handling...
next