define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.
[libguestfs.git] / daemon / blockdev.c
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.