RHEL 6: sr_mod.ko is needed for RHEL 6 to see CD-ROM devices (RHBZ#598807).
[libguestfs.git] / daemon / tar.c
2010-05-20 Richard Jonesgenerator: Make 'xz' into an optional group.
2010-05-13 Richard JonesImprove errors from tar-in/tgz-in commands (RHBZ#591155...
2010-05-13 Richard JonesCombine common code in daemon/tar.c.
2010-05-13 Richard JonesFix FileIn cmds losing synch if both ends send cancel...
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.