summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build: Set TMPDIR for local testing.Richard W.M. Jones2011-08-0818-17/+44
| | | | | | This avoids conflicts with the globally installed libguestfs appliance, or lets us build in multiple local directories at the same time without conflicts.
* Version 1.13.3.1.13.3Richard W.M. Jones2011-08-0720-10956/+11709
|
* daemon: Don't include .gitignore in EXTRA_DIST.Richard W.M. Jones2011-08-071-2/+1
| | | | This updates commit 60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6.
* fish: Add setenv and unsetenv commands.Richard W.M. Jones2011-08-074-0/+88
| | | | | These commands allow you to manipulate the environment within guestfish.
* fish: Declare run_* functions in a generated header file.Richard W.M. Jones2011-08-074-41/+24
| | | | | Calls to these functions are generated, so there is no need to declare the functions by hand.
* docs: Move deprecation notice up to the top in C man page.Richard W.M. Jones2011-08-061-4/+5
|
* docs: Emphasize deprecation notice in man pages.Richard W.M. Jones2011-08-061-1/+1
|
* docs: Fix function names in deprecation notices.Richard W.M. Jones2011-08-062-4/+4
|
* docs: guestfs_set_out_of_memory_handler returns void, not int.Richard W.M. Jones2011-08-061-2/+2
| | | | It always has done. The documentation was wrong.
* docs: Clarify error handler example.Richard W.M. Jones2011-08-061-4/+5
|
* fish: Fix regression tests for new guestfish line numbers.Richard W.M. Jones2011-08-051-1/+1
| | | | This updates commit 319e946b92e175c05cdd1fdcb85c9b86f5631011.
* fish: Print input file and line number in error messages.Richard W.M. Jones2011-08-054-0/+34
| | | | | eg: *stdin*:37: libguestfs: error: luks_close: Device lukstest is busy.
* gnulib: Add all other libs when linking libguestfs.so.Richard W.M. Jones2011-08-051-2/+9
| | | | This updates the previous two commits.
* gnulib: Add $(LIB_CLOCK_GETTIME) when linking libguestfs.so.Richard W.M. Jones2011-08-051-1/+2
| | | | | We don't use this library (it is only used in the daemon), but we need to add this to make the linker happy.
* daemon: Remove separate configure of daemon subdirectory.Richard W.M. Jones2011-08-059-531/+175
| | | | | | | | | | | | | Combine the two Gnulib instances together. Add checks from old daemon/configure.ac into configure.ac. Fix daemon/Makefile.am so it is like a normal subdirectory Makefile.am. Because we are now using the replacement strerror_r function from Gnulib (instead of the one from glibc directly), this requires a small change to src/guestfs.c.
* Update TODO.Richard W.M. Jones2011-08-051-0/+22
|
* debian: bash is required to run libtool replacement script.Richard W.M. Jones2011-08-051-1/+1
| | | | This was failing on Debian where $(SHELL) is the minimal dash shell.
* configure: Fix info about virt-resize when OCaml bindings are disabled.Richard W.M. Jones2011-08-051-1/+1
|
* python: Don't name extension with .so.0.0 and symlinks (thanks Dan Berrange).Richard W.M. Jones2011-08-051-0/+1
|
* Version 1.13.2.1.13.2Richard W.M. Jones2011-08-0217-61/+67
|
* Add regression test to catch missing libraries in the appliance.Richard W.M. Jones2011-08-022-0/+120
| | | | Related to RHBZ#727178.
* debian: Add gawk to packagelist.Richard W.M. Jones2011-08-021-0/+1
| | | | It's already included, but implicitly.
* virt-tar test: Stable ordering of test output.Richard W.M. Jones2011-08-011-1/+1
| | | | | The files could be listed in any order, resulting in the test failing for no reason. Sort the output of tar.
* Change link, since PostgreSQL switched to using git.Richard W.M. Jones2011-08-011-1/+1
|
* debian: Build libguestfs-ocaml and libguestfs-ocaml-dev subpackages.Richard W.M. Jones2011-07-317-2/+65
|
* Don't fail if HOSTNAME field is missing on Red Hat guests (RHBZ#726739).Richard W.M. Jones2011-07-291-3/+10
|
* perl: Fix another place where qw() was used as parentheses.Richard W.M. Jones2011-07-271-4/+4
| | | | | | This is a fix for Perl 5.14. See previous commit 5c3c7e8825341e18c9449976f8a321a04cc78d79.
* ocaml: Fix locking in event callbacks.Richard W.M. Jones2011-07-261-9/+27
| | | | | | | | We weren't acquiring the GC lock around some allocations, resulting in segfaults when an event callback ran at the same time as a main thread allocation or garbage collection. In particular this fixes a noticable crash in guestfs-browser.
* Version 1.13.1.1.13.1Richard W.M. Jones2011-07-2619-1078/+1146
|
* virt-df: Re-add documentation for --csv option.Richard W.M. Jones2011-07-261-0/+6
| | | | | The documentation for the --csv option disappeared between 1.6 and 1.8 when we rewrote virt-df in C. Re-add it from 1.6 sources.
* test-tool: Print FEBOOTSTRAP_* environment variables (RHBZ#671082).Richard W.M. Jones2011-07-261-0/+3
|
* test-tool: Display state of pgroup flag from the handle.Richard W.M. Jones2011-07-261-0/+1
| | | | This updates commit f173543fd207bdc254a5eb75180d82ef25eacae9.
* launch: Add qemu_supports_re function.Richard W.M. Jones2011-07-261-0/+43
| | | | | | | This function is like qemu_supports, but allows us to grep the help text using regular expressions. Note the function is not used yet.
* Require PCRE library.Richard W.M. Jones2011-07-2512-61/+29
| | | | This library is widely available in distros.
* docs: Document FEBOOTSTRAP_KERNEL, FEBOOTSTRAP_MODULES (RHBZ#671082).Richard W.M. Jones2011-07-222-1/+23
|
* perl: Fix CCFLAGS for Perl 5.14.Richard W.M. Jones2011-07-221-2/+3
| | | | | | | | | | | | | | | | | | A change to ExtUtils::CBuilder in Perl 5.14 causes CCFLAGS to completely replace, rather than appending, the C flags. The unfortunate consequence of this is that vital flags such as -D_FILE_OFFSET_BITS=64 are missing. For 32 bit code, this means you get binary-incompatible code that completely fails to load. For further analysis see: http://www.nntp.perl.org/group/perl.perl5.porters/2011/04/msg171535.html This commit changes CCFLAGS so that it appends to the existing $Config{ccflags} instead of replacing it. On earlier versions of Perl this means we get two copies of the flags, which is unfortunate but should be safe.
* build: Redirect ./configure errors in general to config.log.Richard W.M. Jones2011-07-211-6/+6
|
* build: Send failed Perl test configure output to config.log.Richard W.M. Jones2011-07-211-1/+1
|
* build: Allow 'make quickcheck' test-tool args to be overridden.Richard W.M. Jones2011-07-211-1/+1
| | | | | | | A typical use for this is for packagers who want to increase the default timeout: make quickcheck QUICKCHECK_TEST_TOOL_ARGS="-t 300"
* Update version number to 1.13.0.1.13.0Richard W.M. Jones2011-07-201-1/+1
| | | | | There is no build or tarball for this, since it is identical to 1.12.0.
* Version 1.12.0.1.12.0stable-1.12Richard W.M. Jones2011-07-2020-24134/+10204
|
* Finalize release notes for 1.12 release.Richard W.M. Jones2011-07-201-11/+5
|
* blkid: Use -c /dev/null option to kill the cache.Richard W.M. Jones2011-07-201-9/+4
| | | | | | On recent Debian, /etc/blkid.tab is now a symlink to /dev/.blkid.tab. Rather than chasing the cache file around (it may move to /run in future) use the -c /dev/null option to stop blkid from reading the cache.
* blkid: Detect when value not found and return empty string.Richard W.M. Jones2011-07-202-4/+19
| | | | | | | | | | | | | | If the blkid command returns 2, that means the value was not found. Note that this changes the output of the vfs-type API when the filesystem has no type (eg when it is empty). Previously this would return an error. Now it returns empty string "". We did not document this either way. Making it return empty string is consistent with vfs-label and vfs-uuid. This change broke list-filesystems, since that code was assuming that vfs-type could only return a filesystem type or an error.
* docs: Update stable release instructions.Richard W.M. Jones2011-07-201-0/+5
|
* configure: Remove -Wmissing-noreturn warning.Richard W.M. Jones2011-07-201-0/+2
|
* po-docs: Fix generation of 'podfiles'.Richard W.M. Jones2011-07-202-31/+6
|
* appliance: Capture stderr from qemu to the event system.Richard W.M. Jones2011-07-201-1/+9
|
* appliance: Document pipe fds.Richard W.M. Jones2011-07-201-0/+2
|
* Partially revert d82438431c1551610eb7d9945fa76d6387534582.Richard W.M. Jones2011-07-201-11/+1
| | | | | | | It appears qemu-kvm does *not* require -machine accel=tcg option. That problem disappeared after upgrading seabios(!) However leave the test for qemu -help option, since that's useful to determine if qemu is completely broken or not.