build: Create an AUTHORS file.
[libguestfs.git] / daemon / upload.c
2010-11-03 Richard W.M. Jonesdaemon: Don't use ../src path to include generator_prot...
2010-09-21 Richard W.M. JonesNew APIs: upload-offset and download-offset
2010-09-01 Richard JonesAdd progress messages to download command.
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 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-11-22 Richard JonesUse STRPREFIX instead of STREQLEN.
2009-11-09 Jim Meyeringchange strncmp() == 0 to STREQLEN()
2009-08-20 Jim Meyeringdaemon: diagnose socket write failure
2009-08-13 Jim Meyeringgenerator.ml: finish adding Dev_or_Path support
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-13 Jim Meyerings/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/
2009-08-13 Jim Meyeringchange almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/
2009-07-03 Jim Meyeringremove trailing blanks
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-04-20 Richard JonesSome fixes to daemon upload command:
2009-04-19 Richard JonesImplement upload and download commands.
2009-04-18 Richard JonesRewrite of main loop impl, start of FileIn/FileOut...