summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ignore .gdb_history file.Richard W.M. Jones2012-06-141-0/+1
|
* tests: Add a test of non-ASCII character fidelity on various filesystem ↵Richard W.M. Jones2012-05-251-0/+1
| | | | | | types (RHBZ#823887). Thanks Laszlo Ersek.
* examples: Add an example of using the mount-local API from C.Richard W.M. Jones2012-05-131-0/+1
|
* Turn libguestfs FAQ into a man page: guestfs-faq(1).Richard W.M. Jones2012-05-011-0/+3
|
* Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep).Richard W.M. Jones2012-05-011-0/+3
| | | | | | | | Note that this support is optional: To enable it, install the ocaml-gettext library from http://forge.ocamlcore.org/projects/ocaml-gettext . If this library is not installed, then configure detects this and inserts dummy gettext functions that do nothing.
* Remove gettextize.Richard W.M. Jones2012-05-011-13/+0
| | | | | Replace the sociopathic nonsense in gettextize with a simple Makefile.am which does the same ... and is faster.
* Move 'libguestfs.pc' (pkgconfig file) to src/ directory.Richard W.M. Jones2012-04-301-1/+1
| | | | Since it describes the C library, it's better in the src/ directory.
* gitignore: Move cscope.out to second section.Richard W.M. Jones2012-04-161-1/+1
| | | | This fixes commit 3c843e2129d7ce2d6b9bbc6c294cacf7385aa5e3.
* .gitignore: cscope.out isn't always at the top-levelMatthew Booth2012-04-161-1/+1
|
* New man page: guestfs-performance(1).Richard W.M. Jones2012-04-111-0/+3
| | | | This contains tips for engineering libguestfs for greatest performance.
* po-docs: Allow parallel builds in po-docs directory.Richard W.M. Jones2012-04-111-0/+1
| | | | | | | The first time the directory is checked out from git, there are no *.pod files. In a parallel build, the first thread notices this and runs the 'make -C .. update-po' rule, but the other threads also try to run at the same time and fail.
* tests: Fix guest building so parallel 'make -jN check' works.Richard W.M. Jones2012-04-061-0/+1
| | | | | | | | | | | | | | | | This means renaming various temporary files (eg. fstab.tmp) that several of the scripts were using so they don't conflict (eg. fstab.tmp.$$). Also the rule: fedora-md1.img fedora-md2.img: guest-aux/make-fedora-img.pl causes the script to run twice in parallel when using 'make -jN'. Replace this with a stamp file so it runs once: fedora-md1.img fedora-md2.img: stamp-fedora-md.img stamp-fedora-md.img: guest-aux/make-fedora-img.pl
* Use absolute paths where necessary in .gitignore file.Richard W.M. Jones2012-04-031-382/+398
|
* sysprep: Add a test of the --script option.Richard W.M. Jones2012-04-011-0/+2
|
* Add po/remove-potcdate.sin to git and EXTRA_DIST.1.17.23Richard W.M. Jones2012-04-011-1/+0
| | | | This file is produced by gettextize and required by 'make dist'.
* Rewrite virt-sysprep.Richard W.M. Jones2012-03-311-3/+6
|
* Add test of parallel mount-local calls.Richard W.M. Jones2012-03-291-0/+2
|
* gobject: Split sources into 1 file per classMatthew Booth2012-03-281-2/+2
| | | | | | | This greatly improves the usability of the generated gtk-doc. Although there is a lot of churn in generator_gobject.ml, this is almost exclusively code motion.
* Ignore guestfs.pyo.Richard W.M. Jones2012-03-271-0/+1
| | | | This fixes commit e8ef35df267de6fd6308d0c49a6bdef41113cf19.
* Only ignore guestfs.* at the top levelMatthew Booth2012-03-271-1/+1
| | | | | The guestfs.* rule appears to be for temporary appliance directories, which are only at the top level. It was matching more than that.
* generator: Generate a .gitignore file specifically for java structs.Richard W.M. Jones2012-03-201-13/+0
|
* Make HTML from libguestfs-test-tool man page.Richard W.M. Jones2012-03-171-0/+2
|
* appliance: Add a tool to make fixed appliances.Richard W.M. Jones2012-03-171-0/+4
|
* New APIs: isoinfo and isoinfo-device.Richard W.M. Jones2012-03-161-0/+1
| | | | | Get ISO primary volume descriptor information for either ISO devices or ISO files.
* example: Copying a directory between two guests using threads.Richard W.M. Jones2012-03-091-0/+1
|
* Add 'display_icon' example program.Richard W.M. Jones2012-03-071-0/+1
| | | | | Running this on a disk image displays the guest icon (using external 'display' program).
* Test header file under C++.Richard W.M. Jones2012-03-041-0/+1
|
* tests: Test parallel launch from multiple threads.Richard W.M. Jones2012-02-151-0/+1
|
* perl: Ignore perl/MYMETA.jsonRichard W.M. Jones2012-02-071-0/+1
|
* ocaml: Test bytecode and native code bindings.Richard W.M. Jones2012-01-271-7/+14
| | | | | Compile each test twice, as bytecode and native code, and test both.
* Enable running the daemon under valgrind.Richard W.M. Jones2012-01-241-0/+1
| | | | | | | | | | | | | | | | | This commit allows you to run the daemon under valgrind. You have to enable it at configure time: ./configure --enable-valgrind-daemon This should *not* be done for production builds. When this feature is enabled, valgrind is added to the appliance and the daemon is run under valgrind. Log messages from valgrind are passed back over a virtio-serial channel into a file called 'valgrind.log.$PID' in the top build directory. Running 'make check', 'make extra-tests' etc causes many valgrind.log.* files to be created which must be examined by hand.
* gobject: Add basic bindtestsMatthew Booth2012-01-201-0/+1
|
* gobject: Add GObject bindingsMatthew Booth2012-01-201-0/+4
|
* New tool: virt-format: erase and make blank disks.Richard W.M. Jones2012-01-181-0/+4
| | | | | This tool allows you to easily reformat a disk, creating a blank disk with optional partition, LVM and empty filesystem.
* build: Remove .depend files from gitMatthew Booth2012-01-111-0/+4
| | | | | Remove generated .depend files from source control, and don't barf when they don't exist while bootstrapping.
* Sort .gitignore (using sort -d -- dictionary order).Richard W.M. Jones2012-01-041-55/+54
|
* gitignore: ignore the git related filesWanlong Gao2012-01-041-0/+7
| | | | | | | *.eml for email picked patches other for orginal git patch related files. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* gitignore: ignore the guestfs.* directoryWanlong Gao2011-12-231-0/+1
| | | | | | Let git ignore the guestfs.* directorys. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* tests: Split images -> tests/data + tests/guestsRichard W.M. Jones2011-12-221-20/+20
|
* tests: Rename extratests -> tests/extra.Richard W.M. Jones2011-12-221-1/+1
|
* tests: Split regressions -> various subdirectories of tests/Richard W.M. Jones2011-12-221-6/+5
|
* tests: Rename capitests -> tests/c-api.Richard W.M. Jones2011-12-221-15/+15
|
* fish: Allow events to be processed in guestfish.Richard W.M. Jones2011-12-161-0/+1
| | | | | | | | Add 'event', 'list-events' and 'delete-event' commands so that event handlers can be registered, listed and deleted in guestfish. The event handler is a shell script snippet or host command. Cc: Pádraig Brady <P@draigBrady.com>
* extra-tests: Include valgrind suppressions file.Richard W.M. Jones2011-11-241-1/+0
| | | | This updates commit c55bad93fbde03a3daa6058913f02098c45e55f5.
* Add 'make extra-tests' rule and run extra tests.Richard W.M. Jones2011-11-241-0/+2
| | | | | These tests are optional, and require a special environment and tools to run.
* build: Create an MD variant of the dummy Fedora imageMatthew Booth2011-11-241-0/+2
| | | | | | This change involves rewriting make-fedora-img.sh in perl. This allows the flexibility to write mdadm.conf containing whichever uuids where randomly generated when the md devices were created.
* Add guestfs-testing(1) man page.Richard W.M. Jones2011-11-201-0/+3
| | | | This contains suggested manual tests that users can run.
* resize: Add tests for some Utils functions.Richard W.M. Jones2011-11-031-0/+1
|
* python: Fixes for Python 3 (RHBZ#750889).Richard W.M. Jones2011-11-021-0/+1
| | | | | | | | | | | | | These fixes allow libguestfs bindings to work with Python 3 (tested with Python 3.2) You can select which Python you compile against by doing: PYTHON=python ./configure && make && make check or: PYTHON=python3 ./configure && make && make check
* New tool: virt-sysprep: system preparation for guests.Richard W.M. Jones2011-10-081-0/+4
|