summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Collapse)AuthorAgeFilesLines
* Better handling of trailing \n problem.Richard Jones2009-04-141-4/+4
|
* Add 'command' and 'command-lines'. Fix args freeing in Perl bindings.Richard Jones2009-04-144-0/+169
|
* Fix 'file(1)' command to work on /dev devices.Richard Jones2009-04-141-10/+15
|
* Generated files for file(1) command.Richard Jones2009-04-132-0/+31
|
* Added file(1) command.Richard Jones2009-04-131-0/+49
|
* Old versions of augeas lack aug_load, aug_defvar, aug_node. Check for those ↵Richard Jones2009-04-132-1/+19
| | | | calls.
* Added test suite.Richard Jones2009-04-1111-111/+987
|
* Generated files for previous commands.Richard Jones2009-04-102-0/+188
|
* New commands: rm rmdir rm-rf mkdir mkdir-p chmod chownRichard Jones2009-04-103-0/+228
|
* CHROOT_OUT must preserve errno.Richard Jones2009-04-101-3/+7
|
* Fix off-by-one error in Augeas wrapper code.Richard Jones2009-04-101-1/+1
|
* Remove *~ files when doing 'make clean'.Richard Jones2009-04-091-1/+3
|
* Added aug-ls (generated code).Richard Jones2009-04-092-0/+30
|
* Add aug-ls command (non-generated code).Richard Jones2009-04-091-0/+43
|
* Added Augeas support.Richard Jones2009-04-095-19/+613
|
* Generated code for new guestfs_read_lines API call.Richard Jones2009-04-082-0/+30
|
* Definition and implementation of new guestfs_read_lines API call.Richard Jones2009-04-081-1/+53
|
* Bug fix: Trailing whitespace from 'pvs' command.Richard Jones2009-04-081-0/+6
|
* Implement simple lvs/vgs/pvs commands.Richard Jones2009-04-073-0/+175
|
* Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands.Richard Jones2009-04-073-30/+30
|
* pvs/vgs/lvs commands working now.Richard Jones2009-04-076-1/+1051
|
* Implement list-devices and list-partitions.Richard Jones2009-04-067-65/+257
|
* Implementations of 'cat', 'ls', and some cleanups.Richard Jones2009-04-064-17/+165
|
* Implement RString and RStringList return types.Richard Jones2009-04-047-8/+195
| | | | | - implement 'll' command. - outlines for 'ls' and 'cat' commands.
* Implemented 'mount' and 'touch' commands.Richard Jones2009-04-035-22/+334
|
* Parses return values and returned errors properly.Richard Jones2009-04-031-2/+1
|
* Makes a series of non-trivial calls.Richard Jones2009-04-034-4/+224
|
* Daemon and library are mostly talking to each other now.Richard Jones2009-04-037-9/+186
|
* Lots more auto-generation.Richard Jones2009-04-032-0/+105
|
* Add the first version of the guestfsd daemon.Richard Jones2009-04-032-1/+211
|
* Various fixes to the build system, add 'make test-boot-image' target.Richard Jones2009-04-012-0/+4
|
* Moved .cvsignore -> .gitignore.Richard Jones2009-04-011-13/+0
|
* Now using febootstrap.rjones2009-03-243-13/+4
|
* Final fixes to build environment, and added autogen.sh.rjones2009-03-031-1/+1
|
* Build environment set up for libguestfs.rjones2009-03-035-0/+759