daemon: Use 'error' instead of 'perror' before calling 'abort'.
[libguestfs.git] / daemon / tar.c
2010-04-17 Richard JonesFix upload losing synchronization if root not mounted...
2010-04-08 Richard JonesNew API calls to upload/download txz files (RHBZ#580556).
2010-04-08 Richard JonesCode cleanups related to RHBZ#580246.
2010-04-08 Richard JonesFix tar-in command hangs when running out of disk space...
2010-02-12 Richard Jonesdaemon: Don't need to prefix error messages with the...
2009-08-20 Jim Meyeringdaemon: diagnose socket write failure
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-13 Jim Meyeringupdate all NEED_ROOT uses
2009-08-13 Jim Meyeringupdate all uses of ABS_PATH
2009-07-28 Richard JonesReplace shell_quote function with %Q and %R printf...
2009-07-18 Richard JonesMake /sysroot path configurable.
2009-07-03 Jim Meyeringremove trailing blanks
2009-07-01 Richard W.M. JonesAll instances of 'pclose' now check for return value...
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-05-19 Richard JonesFix a memory leak in handling of tar files.
2009-04-26 Richard JonesUse ferror to check for error conditions in pipe.
2009-04-20 Richard JonesAdded tar-in, tar-out, tgz-in, tgz-out commands.