Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build: require Augeas for library. | Richard Jones | 2010-09-11 | 3 | -4/+9 | |
| | | | | | | Augeas has been required since we moved the inspection code to C, however we were not correctly enforcing this in configure.ac, nor correctly linking to the library until now. | |||||
* | generator: Provide no-op generator if no OCaml compiler. | Richard Jones | 2010-09-11 | 1 | -0/+16 | |
| | ||||||
* | build: Don't distribute src/generator.ml, no longer exists. | Richard Jones | 2010-09-11 | 1 | -1/+0 | |
| | ||||||
* | generator: Calculate MD5 of test.iso at runtime. | Richard Jones | 2010-09-11 | 5 | -8/+47 | |
| | | | | | | | | | Because this used to be compiled into the C test, it changed every time the ISO was rebuilt (which because of Makefile deps was every run). Now it is calculated at runtime so the C test file doesn't keep changing. | |||||
* | generator: Don't use real uuidgen for UUIDs. | Richard Jones | 2010-09-11 | 1 | -11/+16 | |
| | | | | | This was one reason why capitests/tests.c changed every time the generator was run. | |||||
* | Split generator into separate source files. | Richard Jones | 2010-09-11 | 42 | -13215/+14323 | |
| | | | | | | | | | | 'src/generator.ml' is no more. Instead the generator is logically split up over many different source files. Read generator/README for help and tips. We compile the generator down to bytecode, not native code. This means it will run more slowly, but is done for maximum portability. | |||||
* | syntax: Replace -a and -o with && and || for portability. | Richard Jones | 2010-09-11 | 3 | -20/+21 | |
| | ||||||
* | syntax: Use exit (EXIT_SUCCESS) instead of hard-coded number. | Richard Jones | 2010-09-10 | 1 | -1/+1 | |
| | ||||||
* | syntax: Remove unused assert.h header. | Richard Jones | 2010-09-10 | 2 | -2/+0 | |
| | ||||||
* | syntax: Remove unused ignore-value.h header. | Richard Jones | 2010-09-10 | 2 | -2/+0 | |
| | ||||||
* | syntax: Remove unused signal.h header. | Richard Jones | 2010-09-10 | 1 | -1/+0 | |
| | ||||||
* | syntax: Remove unused c-ctype.h header. | Richard Jones | 2010-09-10 | 3 | -3/+0 | |
| | ||||||
* | syntax: Fully bracket m4 macro arguments. | Richard Jones | 2010-09-10 | 1 | -3/+3 | |
| | ||||||
* | syntax: Remove trailing spaces. | Richard Jones | 2010-09-10 | 3 | -4/+4 | |
| | ||||||
* | syntax: Use spaces instead of tabs for indentation. | Richard Jones | 2010-09-10 | 2 | -4/+4 | |
| | ||||||
* | syntax: Replace _prohibit_regexp with _sc_search_regexp. | Richard Jones | 2010-09-10 | 1 | -6/+6 | |
| | ||||||
* | fish: glob should only print commands when trace mode is enabled. | Richard Jones | 2010-09-10 | 1 | -5/+7 | |
| | ||||||
* | fish: Add regression test for copy-in and copy-out. | Richard Jones | 2010-09-10 | 2 | -0/+70 | |
| | ||||||
* | README: Document virtio-serial is now the only vmchannel. | Richard Jones | 2010-09-10 | 1 | -4/+2 | |
| | ||||||
* | fish: const-correctness fixes in copy.c | Richard Jones | 2010-09-10 | 1 | -6/+6 | |
| | ||||||
* | Version 1.5.11.1.5.11 | Richard Jones | 2010-09-10 | 16 | -57/+57 | |
| | ||||||
* | Update OCaml dependencies. | Richard Jones | 2010-09-10 | 1 | -3/+0 | |
| | ||||||
* | Update PO files. | Richard Jones | 2010-09-10 | 2 | -4/+4 | |
| | ||||||
* | fish: Fix 'copy-out' command when local directory is "/foo". | Richard Jones | 2010-09-10 | 1 | -1/+4 | |
| | ||||||
* | fish: Fix typo in documentation of copy-out. | Richard Jones | 2010-09-10 | 1 | -1/+1 | |
| | ||||||
* | Version 1.5.10.1.5.10 | Richard Jones | 2010-09-09 | 17 | -10161/+11910 | |
| | ||||||
* | todo: Remove discussion of copy-in/copy-out. | Richard Jones | 2010-09-09 | 1 | -33/+0 | |
| | ||||||
* | fish: Implement copy-in and copy-out commands. | Richard Jones | 2010-09-09 | 6 | -0/+378 | |
| | ||||||
* | New APIs: is-chardev, is-blockdev, is-fifo, is-symlink, is-socket | Richard Jones | 2010-09-09 | 3 | -18/+124 | |
| | | | | These complement the existing is-file and is-dir APIs. | |||||
* | daemon: Move 'exists', 'is-file' and 'is-dir' to separate file. | Richard Jones | 2010-09-09 | 5 | -56/+88 | |
| | | | | This commit is just code movement. | |||||
* | generator: Fix incorrect shortdesc in docs for 'is-dir' command. | Richard Jones | 2010-09-09 | 1 | -1/+1 | |
| | ||||||
* | generator: Fix documentation for 'is-file' command. | Richard Jones | 2010-09-09 | 1 | -2/+2 | |
| | ||||||
* | fish: Fix 'more' command to work with any file. | Richard Jones | 2010-09-09 | 2 | -13/+2 | |
| | ||||||
* | fish: Fix 'edit' command to work with any file. | Richard Jones | 2010-09-09 | 2 | -70/+19 | |
| | ||||||
* | guestfs: Reference guestfs-browser architecture in threads documentation. | Richard Jones | 2010-09-09 | 1 | -0/+3 | |
| | ||||||
* | guestfs: Document progress notification messages in protocol. | Richard Jones | 2010-09-09 | 1 | -0/+14 | |
| | ||||||
* | guestfs: More accurate documentation for initial message. | Richard Jones | 2010-09-09 | 1 | -4/+3 | |
| | ||||||
* | guestfs: Remove traces of documentation for non-existent 'low-level API' | Richard Jones | 2010-09-09 | 1 | -13/+10 | |
| | ||||||
* | guestfs: Fix typo in man page. | Richard Jones | 2010-09-09 | 1 | -1/+1 | |
| | ||||||
* | todo: Notes on virt copy command. | Richard Jones | 2010-09-09 | 1 | -0/+13 | |
| | ||||||
* | Bring TODO file up to date. | Richard Jones | 2010-09-08 | 1 | -28/+9 | |
| | ||||||
* | Version 1.5.9.1.5.9 | Richard Jones | 2010-09-08 | 17 | -813/+1521 | |
| | ||||||
* | fish: Add guestfish -N bootroot and -N bootrootlv for creating boot+root disks. | Richard Jones | 2010-09-08 | 7 | -5/+195 | |
| | ||||||
* | fish: Add guestfish -N lvfs for creating formatted LVs. | Richard Jones | 2010-09-08 | 2 | -1/+73 | |
| | ||||||
* | fish: Add guestfish -N lv for creating disks with LVs. | Richard Jones | 2010-09-08 | 4 | -0/+127 | |
| | ||||||
* | fish: Improve appearance of guestfish -N help output. | Richard Jones | 2010-09-08 | 1 | -1/+1 | |
| | ||||||
* | fish: Allow guestfish -N help for listing prepared disk image help. | Richard Jones | 2010-09-08 | 3 | -5/+8 | |
| | ||||||
* | fish: Generate list of prepared disk image types. | Richard Jones | 2010-09-08 | 9 | -138/+276 | |
| | | | | This commit shouldn't change the semantics of the code. | |||||
* | test-tool: Add a 'run-test-tool-locally' script. | Richard Jones | 2010-09-06 | 1 | -0/+56 | |
| | | | | | | This can be used to run the test tool without installing it. It sets the environment variables and command line arguments up correctly to run the tool from the build directory. | |||||
* | appliance: init script does 'ls -lR /dev' (verbose only) | Richard Jones | 2010-09-06 | 1 | -1/+1 | |
| | | | | | It's useful to see what files are in /dev subdirectories at boot, eg. for looking at virtio-serial ports. |