summaryrefslogtreecommitdiffstats
path: root/fish
Commit message (Expand)AuthorAgeFilesLines
* fish: Make type == drv_N field private to guestfish.Richard W.M. Jones2012-11-293-1/+12
* fish: Fix test-remote-events test.Richard W.M. Jones2012-11-221-1/+1
* fish: Add test for remote events.Richard W.M. Jones2012-11-132-1/+3
* tests: Replace 'make extra-tests' with individual tests.Richard W.M. Jones2012-11-134-3/+6
* fish: Add simple tests of starting up, inspection, using the prepared disks.Richard W.M. Jones2012-11-134-0/+81
* tools: Modify existing tools to use guestfs_{push,pop}_error_handler.Richard W.M. Jones2012-11-094-30/+8
* fish: Update documentation for environment variables.Richard W.M. Jones2012-11-091-8/+22
* lib: Rework temporary and cache directory code.Richard W.M. Jones2012-11-091-2/+3
* fish: Fix documentation quit | exit -> separate exit & quit headings.Richard W.M. Jones2012-11-021-1/+3
* fish: Clean up prompt documentation.Richard W.M. Jones2012-11-021-2/+2
* fish: Use Unicode LOWER ONE QUARTER BLOCK to represent cursor.Richard W.M. Jones2012-11-021-1/+1
* fish: Add GUESTFISH_PS1 environment variable to control prompt.Richard W.M. Jones2012-10-292-9/+203
* fish: Make progress bars slightly lighter.Richard W.M. Jones2012-10-271-1/+1
* fish: Fix test-events.sh because of new debug message.Richard W.M. Jones2012-10-241-1/+1
* fish: progress bar: Send interactive progress bar output to /dev/tty (RHBZ#85...Richard W.M. Jones2012-10-111-18/+36
* fish: inspect: Canonicalize paths for printing (RHBZ#859876).Richard W.M. Jones2012-10-111-3/+11
* fish: inspect: Move variable decls to top of function.Richard W.M. Jones2012-10-111-3/+6
* Add support for hotplugging (adding disks) to the libvirt attach-method.Richard W.M. Jones2012-10-081-5/+0
* syntax: Use __PATTERNS__ instead of @PATTERNS@ in podwrapper man pages.Richard W.M. Jones2012-10-032-4/+4
* Fix multiple errors where jump skips variable initialization.Richard W.M. Jones2012-09-172-8/+12
* syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer...Richard W.M. Jones2012-09-171-4/+0
* syntax: Remove PATH_MAX-sized buffers allocated on the stack.Richard W.M. Jones2012-09-151-8/+17
* syntax: Remove gnulib c-ctype.h in files that don't use it.Richard W.M. Jones2012-09-151-2/+0
* syntax: Remove include <assert.h> where assert is not used.Richard W.M. Jones2012-09-151-1/+0
* podwrapper: Add --license parameter, which is required.Richard W.M. Jones2012-08-211-0/+5
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-215-79/+4
* Replace mount-options with mount where appropriate.Richard W.M. Jones2012-08-182-2/+2
* 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