summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename tune2fs.c -> ext2.cRichard Jones2009-04-302-1/+1
|
* Generated code for ext2 UUID and label functions.Richard Jones2009-04-272-0/+122
|
* Functions for getting and setting the ext2 UUID and label.Richard Jones2009-04-271-0/+119
|
* Use ferror to check for error conditions in pipe.Richard Jones2009-04-261-2/+2
|
* Carefully check return values from xwrite.Richard Jones2009-04-261-4/+18
|
* Generated code for lvremove, vgremove, pvremove.Richard Jones2009-04-252-0/+84
|
* Implement lvremove, vgremove, pvremove.Richard Jones2009-04-251-0/+54
|
* catsprintf leaks, use open_memstream instead.Richard W.M. Jones2009-04-232-18/+16
|
* Remove the 'debug mem' command, it's never going to work.Richard W.M. Jones2009-04-231-30/+0
|
* Implement 'debug sh' and 'debug fds' commands.Richard W.M. Jones2009-04-231-15/+101
|
* Implement extensible strings with catprintf.Richard W.M. Jones2009-04-231-0/+8
|
* Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more.Richard W.M. Jones2009-04-234-5/+4
|
* Generated code for debug command.Richard W.M. Jones2009-04-232-0/+35
|
* Add outline of 'debug' command.Richard W.M. Jones2009-04-233-0/+145
|
* Generated code for new mount_* commands.Richard Jones2009-04-222-0/+96
|
* Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator.Richard Jones2009-04-221-4/+29
|
* 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
|