summaryrefslogtreecommitdiffstats
path: root/edit
Commit message (Expand)AuthorAgeFilesLines
* tools: Modify existing tools to use guestfs_{push,pop}_error_handler.Richard W.M. Jones2012-11-091-10/+4
* lib: Rework temporary and cache directory code.Richard W.M. Jones2012-11-091-1/+3
* virt-edit: If case_sensitive_path returns an error, exit.Richard W.M. Jones2012-09-281-0/+2
* remove the useless "h" optionWanlong Gao2012-09-261-3/+0
* tests: Attach copyright and license (GPLv2+) notices to various test scripts.Richard W.M. Jones2012-08-311-0/+16
* podwrapper: Add --license parameter, which is required.Richard W.M. Jones2012-08-211-0/+1
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-211-14/+0
* Replace mount-options with mount where appropriate.Richard W.M. Jones2012-08-181-1/+1
* fish: Rename fish/virt.c to fish/domain.cRichard W.M. Jones2012-07-191-2/+2
* docs: Use L<...> for links.Richard W.M. Jones2012-07-171-1/+1
* build: Change calls to podwrapper.sh to use $(PODWRAPPER).Richard W.M. Jones2012-07-161-1/+1
* New API: guestfs_shutdown: Cleanly shutdown the backend.Richard W.M. Jones2012-07-031-1/+1
* tests: Use qemu-img to create an overlay for testing, instead of copying.Richard W.M. Jones2012-06-291-7/+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
* virt-edit: Document CVE-2012-2690.Richard W.M. Jones2012-06-141-0/+14
* edit: Preserve file permissions, UID, GID, SELinux context on edited files. (...Richard W.M. Jones2012-02-092-0/+91
* 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-183-4/+4
* fish options parsing: Allow add_drives to be called multiple times.Richard W.M. Jones2012-01-181-3/+2
* tests: Split images -> tests/data + tests/guestsRichard W.M. Jones2011-12-221-1/+1
* Update FSF address.Matthew Booth2011-11-083-3/+3
* man pages: Add a standard EXIT STATUS section to most pages.Richard W.M. Jones2011-08-271-0/+5
* out-of-tree build: fix documentation generationHilko Bengen2011-08-151-1/+1
* 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-1/+3
* Enable deprecation warnings on all C programs.Richard W.M. Jones2011-05-171-0/+1
* edit: Reorganize options alphabetically.Richard W.M. Jones2011-05-091-13/+13
* edit: Fix reference to virt-cat in the documentation.Richard W.M. Jones2011-05-091-1/+1
* Rewrite virt-edit in C.Richard W.M. Jones2011-05-094-0/+1164
* Move virt tools (virt-cat, virt-edit etc) into tools/ subdirectory.Richard Jones2009-10-193-307/+0
* run-*-locally: The programs are now virt-[tool], not virt-[tool].plRichard Jones2009-10-011-1/+1
* Include virt tools in EXTRA_DIST.Richard Jones2009-09-231-1/+2
* Rename virt-[tool].pl as virt-[tool]Richard Jones2009-09-232-8/+4
* Check return value from readlink.Richard Jones2009-09-231-1/+1
* Create manpage atomically.Richard Jones2009-09-231-1/+1
* Replace @...@ with $(...) in these common Makefile.am files.Richard Jones2009-09-231-4/+4
* New tool: virt-editRichard Jones2009-09-233-0/+310