summaryrefslogtreecommitdiffstats
path: root/cat
Commit message (Expand)AuthorAgeFilesLines
* tests: Replace 'make extra-tests' with individual tests.Richard W.M. Jones2012-11-134-7/+22
* tools: Modify existing tools to use guestfs_{push,pop}_error_handler.Richard W.M. Jones2012-11-091-26/+14
* remove the useless "h" optionWanlong Gao2012-09-261-3/+0
* 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-3/+6
* tests: Attach copyright and license (GPLv2+) notices to various test scripts.Richard W.M. Jones2012-08-313-0/+48
* podwrapper: Add --license parameter, which is required.Richard W.M. Jones2012-08-211-0/+3
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-213-43/+1
* guestfs_lstatlist, guestfs_lxattrlist: Reimplement to avoid protocol limits.Richard W.M. Jones2012-08-171-167/+8
* guestfs_find: Reimplement to avoid protocol limits.Richard W.M. Jones2012-08-171-52/+9
* fish: Rename fish/virt.c to fish/domain.cRichard W.M. Jones2012-07-191-2/+2
* build: Change calls to podwrapper.sh to use $(PODWRAPPER).Richard W.M. Jones2012-07-161-3/+3
* 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
* New API: guestfs_canonical_device_name.Richard W.M. Jones2012-06-131-31/+25
* virt-ls: Don't initialize path = NULL.Richard W.M. Jones2012-05-171-1/+1
* virt-ls: Fix --checksum option (RHBZ#822490).Richard W.M. Jones2012-05-171-1/+2
* filesystems: Implement parents of MD and VG devices (RHBZ#805070).Richard W.M. Jones2012-03-211-16/+223
* filesystems: Allow the parents column to contain multiple parents.Richard W.M. Jones2012-03-202-16/+65
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-141-1/+5
* Do not run appliance-related checks if not building applianceHilko Bengen2012-01-231-0/+2
* Replace setting of environment variables with usage of local run scriptHilko Bengen2012-01-231-3/+1
* Tempus fugit.Richard W.M. Jones2012-01-186-7/+7
* fish options parsing: Allow add_drives to be called multiple times.Richard W.M. Jones2012-01-182-6/+4
* tests: Split images -> tests/data + tests/guestsRichard W.M. Jones2011-12-223-6/+6
* filesystems: Fix memory leak found by valgrind.Richard W.M. Jones2011-11-241-1/+3
* Update FSF address.Matthew Booth2011-11-087-7/+7
* virt-filesystems: Add MBR partition type byte to the output.Richard W.M. Jones2011-10-252-12/+64
* virt-cat: Handle Windows paths and drive letters (RHBZ#693359).Richard W.M. Jones2011-10-252-3/+180
* cat: Small documentation correction.Richard W.M. Jones2011-08-281-2/+1
* man pages: Add a standard EXIT STATUS section to most pages.Richard W.M. Jones2011-08-273-0/+15
* out-of-tree build: fix documentation generationHilko Bengen2011-08-151-3/+3
* build: Set TMPDIR for local testing.Richard W.M. Jones2011-08-081-1/+2
* docs: Separate out combined =item 's in man pages.Richard W.M. Jones2011-07-161-2/+6
* virt-ls: Add virt-ls -lR option for complex file iteration.Richard W.M. Jones2011-06-043-36/+1133
* virt-ls: Refactor mode selection code.Richard W.M. Jones2011-06-041-77/+123
* virt-ls: Small fix for output of --help option.Richard W.M. Jones2011-06-041-1/+1
* Enable deprecation warnings on all C programs.Richard W.M. Jones2011-05-171-0/+3
* fish: Allow -d UUID (specify libvirt domains by UUID).Richard W.M. Jones2011-05-063-3/+6
* doc: Use I<-...> for cross-references to command line options.Richard W.M. Jones2011-05-011-2/+2
* Remove ad-hoc run*locally scripts, replace with './run'Richard W.M. Jones2011-04-164-160/+0
* Add more missing include directives.Jim Meyering2011-04-133-3/+9
* cat, edit: Reference guestfish equivalent commands in the manual pages.Richard W.M. Jones2011-04-051-2/+26
* Add /etc/libguestfs-tools.conf configuration file.Richard W.M. Jones2011-03-311-4/+11
* Include <locale.h> in compilation units that use setlocale function.Richard W.M. Jones2011-03-073-0/+3
* fish: Add guestfish --live, guestmount --live options.Richard W.M. Jones2011-02-033-0/+6
* virt-filesystems: Ignore errors when getting label and UUID (RHBZ#668112).Richard W.M. Jones2011-01-081-6/+29
* New tools: virt-copy-in, virt-copy-out, virt-tar-in, virt-tar-out.Richard W.M. Jones2011-01-031-0/+2
* filesystems: Document the columns in --long output.Richard W.M. Jones2011-01-021-0/+54
* Remove several unused local variables.Richard W.M. Jones2010-12-101-1/+0