debug: Add qtrace <device> on|off to allow selective traces.
[libguestfs.git] / daemon / augeas.c
2010-04-13 Richard JonesNew API: Add aug-clear call for clearing an Augeas...
2010-04-09 Richard JonesAllow aug-ls to take Augeas variable as argument (RHBZ...
2009-11-24 Richard Jonesdaemon: Fix return value from aug_defnode.
2009-11-20 Richard Jonesavailability: Add optional groups and implement guestfs...
2009-11-10 Richard JonesFix compilation when Augeas is not present.
2009-08-17 Jim Meyeringadjust const "**" pointers to avoid warnings
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-18 Richard JonesMake /sysroot path configurable.
2009-07-07 Richard JonesGenerate structs and struct lists generically.
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-05-07 Richard JonesAugeas is now completely optional.
2009-04-12 Richard JonesOld versions of augeas lack aug_load, aug_defvar, aug_n...
2009-04-10 Richard JonesFix off-by-one error in Augeas wrapper code.
2009-04-09 Richard JonesAdd aug-ls command (non-generated code).
2009-04-09 Richard JonesAdded Augeas support.