summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Collapse)AuthorAgeFilesLines
* Added tar-in, tar-out, tgz-in, tgz-out commands.Richard Jones2009-04-204-0/+392
|
* Various fixes to the daemon:Richard Jones2009-04-202-4/+62
| | | | | | - make sure SIGPIPE doesn't kill us - warn not to use macros in FileIn functions - add shell_quote function
* Some fixes to daemon upload command:Richard Jones2009-04-201-3/+12
| | | | | - don't leak the file descriptor along error paths - can't use those macros in FileIn functions
* Fix file descriptor leak in daemon.Richard Jones2009-04-202-0/+21
|
* Generated code for 'checksum' command.Richard Jones2009-04-202-0/+33
|
* Add 'checksum' command.Richard Jones2009-04-202-0/+86
|
* Implement upload and download commands.Richard Jones2009-04-205-43/+353
|
* Use GUESTFS_LAUNCH_FLAG in the daemon, and use correct uint32_t.Richard Jones2009-04-191-2/+2
|
* Implement NEED_ROOT_OR_IS_DEVICE macro.Richard Jones2009-04-192-1/+14
|
* Implement _send_sync, _send_file_sync and _receive_file_sync.Richard Jones2009-04-191-0/+7
|
* Begin to add the upload and download commands.Richard Jones2009-04-182-0/+56
|
* Separate out the high-level API actions.Richard Jones2009-04-181-1/+1
| | | | | | - Split out the high-level API actions so that they are in a separate file, and use the defined guestfs C API, instead of fiddling around with internal structures.
* Rewrite of main loop impl, start of FileIn/FileOut support.Richard Jones2009-04-183-5/+61
|
* Ruby bindings.Richard Jones2009-04-161-1/+1
|
* Missing free() on return path (thanks: Steve Grubb).Richard Jones2009-04-161-0/+3
|
* 'guestfish edit' commands and several bugfixes.Richard Jones2009-04-151-2/+2
|
* Generated code for blockdev_* calls, RInt64, enhanced tests.Richard Jones2009-04-152-0/+292
|
* Added blockdev_* calls. RInt64 type. Enhanced tests.Richard Jones2009-04-152-0/+145
|
* Generated code for tune2fs-l command and RHashtable return type.Richard Jones2009-04-152-0/+32
|
* Added tune2fs-l command and RHashtable return type.Richard Jones2009-04-152-0/+120
|
* Generated code for stat/lstat/statvfs changes.Richard Jones2009-04-152-0/+93
|
* Added stat, lstat, statvfs and associated stat structures.Richard Jones2009-04-152-0/+156
|
* 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
|