summaryrefslogtreecommitdiffstats
path: root/fish
Commit message (Expand)AuthorAgeFilesLines
* fish: Add --network option.Richard W.M. Jones2012-08-112-6/+14
* fish: Fix 'copy-out /' (RHBZ#845522).Richard W.M. Jones2012-08-031-0/+16
* fish: Use minimal permissions when initially creating history fileMatthew Booth2012-07-251-1/+1
* Mac OS X: Use u_int64_t/uint64_t instead of unsigned hyper in .x fileMasami HIRATA2012-07-241-2/+11
* tests: Move debug-drives testing API to launch.c and change the output.Richard W.M. Jones2012-07-232-7/+7
* launch: Allow default attach-method to be set in environment or configure.Richard W.M. Jones2012-07-231-0/+5
* build: Rename most C files that contain underscore with dash.Richard W.M. Jones2012-07-198-12/+12
* fish: Rename fish/virt.c to fish/domain.cRichard W.M. Jones2012-07-192-2/+2
* build: Return 77 from skipped tests.Richard W.M. Jones2012-07-193-4/+4
* build: Change calls to podwrapper.sh to use $(PODWRAPPER).Richard W.M. Jones2012-07-161-5/+5
* generator: Rename 'add_drive_opts' API to 'add_drive'.Richard W.M. Jones2012-07-141-4/+4
* New API: guestfs_shutdown: Cleanly shutdown the backend.Richard W.M. Jones2012-07-033-0/+9
* run: Set MALLOC_PERTURB_ to a random value.Richard W.M. Jones2012-06-281-5/+1
* tests: Add ./run --test option.Richard W.M. Jones2012-06-261-1/+1
* fish: Allow mount-local test to be skipped with environment variable.Richard W.M. Jones2012-06-251-0/+5
* launch: Treat /dev/null specially, for old KVM.Richard W.M. Jones2012-06-251-6/+10
* tests: Replace truncate command with 'guestfish sparse'.Richard W.M. Jones2012-06-182-2/+8
* New API: guestfs_canonical_device_name.Richard W.M. Jones2012-06-131-15/+5
* fish: Change test-escapes so test is not endian-sensitive.Richard W.M. Jones2012-06-091-3/+3
* fish/mount: Add better error message when -m (mount) fails (RHBZ#824043).Richard W.M. Jones2012-05-241-6/+14
* fish: Remove inaccurate comment from code.Richard W.M. Jones2012-05-241-4/+0
* fish: Add a regression test for the 'glob' command.Richard W.M. Jones2012-05-022-0/+107
* fish: glob command now expands /dev/ patterns (RHBZ#635971).Richard W.M. Jones2012-05-021-2/+141
* fish: Move 'feature_available' function to global.Richard W.M. Jones2012-05-023-20/+20
* fish: Clean up glob code and make it return error if malloc fails.Richard W.M. Jones2012-05-021-39/+54
* fish: Add --pipe-error flag to allow detection of errors in pipe commands (RH...Richard W.M. Jones2012-05-022-0/+27
* Remove "convenience header" "gettext.h" and use <libintl.h> instead.Richard W.M. Jones2012-05-0129-23/+28
* fish: Add opaque field to the drives list for programs to use.Richard W.M. Jones2012-04-261-0/+5
* maint: fix doc typosJim Meyering2012-04-181-3/+3
* fish: Add a regression test for mount-local, mount-local-run commands.Richard W.M. Jones2012-03-312-0/+81
* fish: Fix compilation when libconfig is not available.Richard Jones2012-03-281-2/+2
* Use the new lvcreate-free API to create largest possible LVs.Richard W.M. Jones2012-03-152-24/+6
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-144-6/+14
* Replace 'int' with 'size_t' passim.Richard W.M. Jones2012-03-137-24/+26
* fish: remote: Output from close event now passed over stdout (RHBZ#802389).Richard W.M. Jones2012-03-123-3/+55
* fish: remote: Make sure global cleanups are called for guestfish --listen.Richard W.M. Jones2012-03-123-2/+5
* fish: remote: Move close_stdout just before accept() call.Richard W.M. Jones2012-03-121-6/+6
* fish: Rename tests and make test paths relative.Richard W.M. Jones2012-03-1215-49/+49
* dist: Distribute all tests, even when configured with --disable-appliance.Richard W.M. Jones2012-03-071-1/+16
* fish: edit: Preserve permissions, UID, GID, SELinux context when editing file...Richard W.M. Jones2012-02-102-1/+92
* fish: In edit command, upload to a new file.Richard W.M. Jones2012-02-104-3/+110
* fish: Refactor error handling in the 'edit' command.Richard W.M. Jones2012-02-101-24/+17
* fish: Fix 'test-guestfish-escapes.sh' when running an alternate guestfish bin...Richard W.M. Jones2012-01-261-12/+16
* fish: Filter out error messages about history file in test scriptHilko Bengen2012-01-231-1/+1
* Do not run appliance-related checks if not building applianceHilko Bengen2012-01-231-3/+7
* Replace setting of environment variables with usage of local run scriptHilko Bengen2012-01-231-3/+1
* fish: Remove hard-coded path from test scriptHilko Bengen2012-01-201-1/+1
* Tempus fugit.Richard W.M. Jones2012-01-1813-14/+14
* fish options parsing: Allow add_drives to be called multiple times.Richard W.M. Jones2012-01-183-10/+11
* fish: fix the Ctrl-\ causes guestfish to abort bug(RHBZ#596761)Wanlong Gao2012-01-041-0/+1