Update FSF address.
[libguestfs.git] / daemon / proto.c
2011-11-08 Matthew BoothUpdate FSF address.
2011-08-18 Richard W.M. Jonesprotocol: Fix case where download can fail for small...
2011-05-08 Richard W.M. Jonesdaemon: Remove some less useful debugging messages.
2011-04-01 Richard W.M. Jonesdaemon: Introduce "pulse mode" progress events.
2011-03-18 Richard Jonesdaemon: Improve protocol debug messages.
2011-03-18 Richard W.M. Jonesdaemon: Print error for invalid chunk.cancel field.
2011-03-18 Richard W.M. Jonesproto: Improve debug messages.
2010-12-02 Richard W.M. Jonesgenerator: Code to handle optional arguments in daemon...
2010-12-01 Richard W.M. Jonesprotocol: Handle progress notification messages during...
2010-12-01 Richard W.M. Jonesprotocol: Upload progress messages and optional arguments.
2010-11-03 Richard W.M. Jonesdaemon: Send back the errno as a string.
2010-11-03 Richard W.M. Jonesdaemon: Don't use ../src path to include generator_prot...
2010-08-31 Richard JonesImplement progress messages in the daemon and library.
2010-08-24 Richard JonesChange protocol to send Linux errno from daemon to...
2010-05-13 Richard JonesFix FileIn cmds losing synch if both ends send cancel...
2010-04-08 Richard JonesCode cleanups related to RHBZ#580246.
2010-03-27 Richard JonesFix the error message when reply body is too large...
2009-12-07 Richard Jonesdaemon error handling: Define a new function reply_with...
2009-12-04 Richard Jonesdaemon error handling: Clear errno before calling stub...
2009-11-25 Richard Jonesdaemon/Win32: Use xdr_u_int for PortableXDR compatibility.
2009-11-20 Richard Jonesdaemon/Win32: Use gnulib modules for first porting...
2009-11-20 Jim Meyeringmaint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
2009-09-24 Jim Meyeringavoid use of all ctype macros
2009-09-17 Richard JonesFix code which looked for leaked FDs between each command.
2009-09-17 Richard JonesDaemon: fix handling of errors from xread and xwrite.
2009-09-17 Richard JonesFix verbose packet dumping functions.
2009-09-17 Richard Jones'len' should be an unsigned 32 bit int.
2009-08-20 Jim Meyeringdaemon: diagnose socket write failure
2009-08-17 Jim Meyeringguestfsd: don't ignore failed write-to-socket
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-07-05 Richard JonesDon't die if reply message is oversized (RHBZ#509597).
2009-07-03 Jim Meyeringremove trailing blanks
2009-07-02 Richard W.M. JonesAdd list of function_names to the daemon.
2009-07-02 Richard W.M. JonesIn verbose mode, daemon will display the time elapsed...
2009-04-26 Richard JonesCarefully check return values from xwrite.
2009-04-20 Richard JonesFix file descriptor leak in daemon.
2009-04-19 Richard JonesImplement upload and download commands.
2009-04-18 Richard JonesSeparate out the high-level API actions.
2009-04-11 Richard JonesAdded test suite.
2009-04-07 Richard Jonespvs/vgs/lvs commands working now.
2009-04-03 Richard JonesParses return values and returned errors properly.
2009-04-03 Richard JonesMakes a series of non-trivial calls.
2009-04-03 Richard JonesDaemon and library are mostly talking to each other...