Fix FileIn cmds losing synch if both ends send cancel messages (RHBZ#576879).
[libguestfs.git] / daemon / proto.c
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...