Coverity: Don't leak error strings.
[libguestfs.git] / daemon / blockdev.c
2011-06-09 Richard W.M. JonesCoverity: Don't leak error strings.
2010-03-26 Richard Jonesappliance: Set $PATH instead of hard-coding paths to...
2010-02-12 Richard Jonesdaemon: Don't need to prefix error messages with the...
2009-11-09 Richard JonesFix prototype of commandv to match prototype of commandrv.
2009-08-17 Jim Meyeringwc, blockdev: avoid warnings about discarding "const...
2009-08-17 Jim Meyeringadjust const "**" pointers to avoid warnings
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-13 Jim Meyering* src/generator.ml: Change all `String "device"' to...
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-19 Richard JonesImplement upload and download commands.
2009-04-15 Richard JonesAdded blockdev_* calls. RInt64 type. Enhanced tests.