summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* syntax: Use exit (EXIT_SUCCESS) instead of hard-coded number.Richard Jones2010-09-101-1/+1
|
* syntax: Remove unused assert.h header.Richard Jones2010-09-102-2/+0
|
* syntax: Remove unused ignore-value.h header.Richard Jones2010-09-102-2/+0
|
* syntax: Remove unused signal.h header.Richard Jones2010-09-101-1/+0
|
* syntax: Remove unused c-ctype.h header.Richard Jones2010-09-103-3/+0
|
* syntax: Fully bracket m4 macro arguments.Richard Jones2010-09-101-3/+3
|
* syntax: Remove trailing spaces.Richard Jones2010-09-103-4/+4
|
* syntax: Use spaces instead of tabs for indentation.Richard Jones2010-09-102-4/+4
|
* syntax: Replace _prohibit_regexp with _sc_search_regexp.Richard Jones2010-09-101-6/+6
|
* fish: glob should only print commands when trace mode is enabled.Richard Jones2010-09-101-5/+7
|
* fish: Add regression test for copy-in and copy-out.Richard Jones2010-09-102-0/+70
|
* README: Document virtio-serial is now the only vmchannel.Richard Jones2010-09-101-4/+2
|
* fish: const-correctness fixes in copy.cRichard Jones2010-09-101-6/+6
|
* Version 1.5.11.1.5.11Richard Jones2010-09-1016-57/+57
|
* Update OCaml dependencies.Richard Jones2010-09-101-3/+0
|
* Update PO files.Richard Jones2010-09-102-4/+4
|
* fish: Fix 'copy-out' command when local directory is "/foo".Richard Jones2010-09-101-1/+4
|
* fish: Fix typo in documentation of copy-out.Richard Jones2010-09-101-1/+1
|
* Version 1.5.10.1.5.10Richard Jones2010-09-0917-10161/+11910
|
* todo: Remove discussion of copy-in/copy-out.Richard Jones2010-09-091-33/+0
|
* fish: Implement copy-in and copy-out commands.Richard Jones2010-09-096-0/+378
|
* New APIs: is-chardev, is-blockdev, is-fifo, is-symlink, is-socketRichard Jones2010-09-093-18/+124
| | | | These complement the existing is-file and is-dir APIs.
* daemon: Move 'exists', 'is-file' and 'is-dir' to separate file.Richard Jones2010-09-095-56/+88
| | | | This commit is just code movement.
* generator: Fix incorrect shortdesc in docs for 'is-dir' command.Richard Jones2010-09-091-1/+1
|
* generator: Fix documentation for 'is-file' command.Richard Jones2010-09-091-2/+2
|
* fish: Fix 'more' command to work with any file.Richard Jones2010-09-092-13/+2
|
* fish: Fix 'edit' command to work with any file.Richard Jones2010-09-092-70/+19
|
* guestfs: Reference guestfs-browser architecture in threads documentation.Richard Jones2010-09-091-0/+3
|
* guestfs: Document progress notification messages in protocol.Richard Jones2010-09-091-0/+14
|
* guestfs: More accurate documentation for initial message.Richard Jones2010-09-091-4/+3
|
* guestfs: Remove traces of documentation for non-existent 'low-level API'Richard Jones2010-09-091-13/+10
|
* guestfs: Fix typo in man page.Richard Jones2010-09-091-1/+1
|
* todo: Notes on virt copy command.Richard Jones2010-09-091-0/+13
|
* Bring TODO file up to date.Richard Jones2010-09-081-28/+9
|
* Version 1.5.9.1.5.9Richard Jones2010-09-0817-813/+1521
|
* fish: Add guestfish -N bootroot and -N bootrootlv for creating boot+root disks.Richard Jones2010-09-087-5/+195
|
* fish: Add guestfish -N lvfs for creating formatted LVs.Richard Jones2010-09-082-1/+73
|
* fish: Add guestfish -N lv for creating disks with LVs.Richard Jones2010-09-084-0/+127
|
* fish: Improve appearance of guestfish -N help output.Richard Jones2010-09-081-1/+1
|
* fish: Allow guestfish -N help for listing prepared disk image help.Richard Jones2010-09-083-5/+8
|
* fish: Generate list of prepared disk image types.Richard Jones2010-09-089-138/+276
| | | | This commit shouldn't change the semantics of the code.
* test-tool: Add a 'run-test-tool-locally' script.Richard Jones2010-09-061-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 Jones2010-09-061-1/+1
| | | | | It's useful to see what files are in /dev subdirectories at boot, eg. for looking at virtio-serial ports.
* daemon: Don't warn about 'long long' usage.Richard Jones2010-09-061-0/+2
| | | | | This removes a fatal warning (-Werror) which stops compilation on 32 bit machines.
* php: Remove 'make clean' rule in subdirectory.Richard Jones2010-09-051-2/+4
|
* Version 1.5.8.1.5.8Richard Jones2010-09-0417-768/+863
|
* PHP bindings.Richard Jones2010-09-0415-2/+733
| | | | | | Note that these are not complete on 32 bit architectures. PHP doesn't offer any convenient 64 bit type (on 32 bit). Therefore you should always use these PHP bindings on 64 bit.
* Define LIBGUESTFS_HAVE_<shortname> for C API functions.Richard Jones2010-09-043-9/+28
| | | | | | | | | | | | The actions each have a corresponding define, eg: #define LIBGUESTFS_HAVE_VGUUID 1 extern char *guestfs_vguuid (guestfs_h *g, const char *vgname); However functions which are for testing, debugging or deprecated do not have the corresponding define. Also a few functions are so basic (eg. guestfs_create) that there is no point defining a symbol for them.
* build: guestfs-structs.h was missing from libguestfs_la_SOURCES.Richard Jones2010-09-041-0/+1
|
* Add full docs pot file.Richard Jones2010-09-044-6/+51308
|