Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | recipes: Remove two C file dependencies which are not actually used in the POD. | Richard W.M. Jones | 2011-08-15 | 1 | -1/+1 | |
| | ||||||
* | out-of-tree build: fix building library | Hilko Bengen | 2011-08-15 | 1 | -3/+3 | |
| | ||||||
* | out-of-tree build: Fix up OCaml bindings and generator | Hilko Bengen | 2011-08-15 | 2 | -15/+15 | |
| | ||||||
* | out-of-tree build: fix appliance | Hilko Bengen | 2011-08-15 | 1 | -0/+1 | |
| | ||||||
* | out-of-tree build: fix documentation generation | Hilko Bengen | 2011-08-15 | 20 | -65/+66 | |
| | ||||||
* | ruby: Fix typo in Ruby bindings file. | Richard W.M. Jones | 2011-08-14 | 1 | -2/+2 | |
| | ||||||
* | Note that additional memory may be required to typecheck Augeas lenses ↵ | Richard W.M. Jones | 2011-08-12 | 1 | -1/+6 | |
| | | | | (RHBZ#729887). | |||||
* | fish: Document that remote run in cmd substitution context hangs. | Richard W.M. Jones | 2011-08-12 | 1 | -0/+11 | |
| | | | | This documents bug 592910. | |||||
* | Version 1.13.4.1.13.4 | Richard W.M. Jones | 2011-08-11 | 18 | -434/+332 | |
| | ||||||
* | Fix 'unknown filesystem' warnings in old inspection code (RHBZ#678231 ↵ | Richard W.M. Jones | 2011-08-11 | 1 | -14/+20 | |
| | | | | | | | | | | RHBZ#666578). This is a comprehensive fix for the warnings from the old (and obsolete) Perl inspection code. For a full description and reproducer, see: https://bugzilla.redhat.com/show_bug.cgi?id=678231#c5 | |||||
* | inspection: Better checking for Windows root disks (RHBZ#729075). | Richard W.M. Jones | 2011-08-08 | 3 | -30/+75 | |
| | | | | | | | | | | | | | | | | | Previously any disk that had /autoexec.bat or /boot.ini or /ntldr would be picked up as a candidate for a Windows root disk. If further checking could not find any systemroot (eg. /windows) then this would result in complete failure of inspection. In particular, this got confused by Hp_recovery partitions which have /autoexec.bat, but don't have a systemroot in one of the usual places (they have /MiniNT instead). What we do now is to properly investigate all possible systemroot places before deciding this is a Windows systemroot, so the subsequent failure cannot occur. (Thanks to lorimar for reporting this bug). | |||||
* | build: Set TMPDIR for local testing. | Richard W.M. Jones | 2011-08-08 | 18 | -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.3 | Richard W.M. Jones | 2011-08-07 | 20 | -10956/+11709 | |
| | ||||||
* | daemon: Don't include .gitignore in EXTRA_DIST. | Richard W.M. Jones | 2011-08-07 | 1 | -2/+1 | |
| | | | | This updates commit 60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6. | |||||
* | fish: Add setenv and unsetenv commands. | Richard W.M. Jones | 2011-08-07 | 4 | -0/+88 | |
| | | | | | These commands allow you to manipulate the environment within guestfish. | |||||
* | fish: Declare run_* functions in a generated header file. | Richard W.M. Jones | 2011-08-07 | 4 | -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. Jones | 2011-08-06 | 1 | -4/+5 | |
| | ||||||
* | docs: Emphasize deprecation notice in man pages. | Richard W.M. Jones | 2011-08-06 | 1 | -1/+1 | |
| | ||||||
* | docs: Fix function names in deprecation notices. | Richard W.M. Jones | 2011-08-06 | 2 | -4/+4 | |
| | ||||||
* | docs: guestfs_set_out_of_memory_handler returns void, not int. | Richard W.M. Jones | 2011-08-06 | 1 | -2/+2 | |
| | | | | It always has done. The documentation was wrong. | |||||
* | docs: Clarify error handler example. | Richard W.M. Jones | 2011-08-06 | 1 | -4/+5 | |
| | ||||||
* | fish: Fix regression tests for new guestfish line numbers. | Richard W.M. Jones | 2011-08-05 | 1 | -1/+1 | |
| | | | | This updates commit 319e946b92e175c05cdd1fdcb85c9b86f5631011. | |||||
* | fish: Print input file and line number in error messages. | Richard W.M. Jones | 2011-08-05 | 4 | -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. Jones | 2011-08-05 | 1 | -2/+9 | |
| | | | | This updates the previous two commits. | |||||
* | gnulib: Add $(LIB_CLOCK_GETTIME) when linking libguestfs.so. | Richard W.M. Jones | 2011-08-05 | 1 | -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. Jones | 2011-08-05 | 9 | -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. Jones | 2011-08-05 | 1 | -0/+22 | |
| | ||||||
* | debian: bash is required to run libtool replacement script. | Richard W.M. Jones | 2011-08-05 | 1 | -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. Jones | 2011-08-05 | 1 | -1/+1 | |
| | ||||||
* | python: Don't name extension with .so.0.0 and symlinks (thanks Dan Berrange). | Richard W.M. Jones | 2011-08-05 | 1 | -0/+1 | |
| | ||||||
* | Version 1.13.2.1.13.2 | Richard W.M. Jones | 2011-08-02 | 17 | -61/+67 | |
| | ||||||
* | Add regression test to catch missing libraries in the appliance. | Richard W.M. Jones | 2011-08-02 | 2 | -0/+120 | |
| | | | | Related to RHBZ#727178. | |||||
* | debian: Add gawk to packagelist. | Richard W.M. Jones | 2011-08-02 | 1 | -0/+1 | |
| | | | | It's already included, but implicitly. | |||||
* | virt-tar test: Stable ordering of test output. | Richard W.M. Jones | 2011-08-01 | 1 | -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. Jones | 2011-08-01 | 1 | -1/+1 | |
| | ||||||
* | debian: Build libguestfs-ocaml and libguestfs-ocaml-dev subpackages. | Richard W.M. Jones | 2011-07-31 | 7 | -2/+65 | |
| | ||||||
* | Don't fail if HOSTNAME field is missing on Red Hat guests (RHBZ#726739). | Richard W.M. Jones | 2011-07-29 | 1 | -3/+10 | |
| | ||||||
* | perl: Fix another place where qw() was used as parentheses. | Richard W.M. Jones | 2011-07-27 | 1 | -4/+4 | |
| | | | | | | This is a fix for Perl 5.14. See previous commit 5c3c7e8825341e18c9449976f8a321a04cc78d79. | |||||
* | ocaml: Fix locking in event callbacks. | Richard W.M. Jones | 2011-07-26 | 1 | -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.1 | Richard W.M. Jones | 2011-07-26 | 19 | -1078/+1146 | |
| | ||||||
* | virt-df: Re-add documentation for --csv option. | Richard W.M. Jones | 2011-07-26 | 1 | -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. Jones | 2011-07-26 | 1 | -0/+3 | |
| | ||||||
* | test-tool: Display state of pgroup flag from the handle. | Richard W.M. Jones | 2011-07-26 | 1 | -0/+1 | |
| | | | | This updates commit f173543fd207bdc254a5eb75180d82ef25eacae9. | |||||
* | launch: Add qemu_supports_re function. | Richard W.M. Jones | 2011-07-26 | 1 | -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. Jones | 2011-07-25 | 12 | -61/+29 | |
| | | | | This library is widely available in distros. | |||||
* | docs: Document FEBOOTSTRAP_KERNEL, FEBOOTSTRAP_MODULES (RHBZ#671082). | Richard W.M. Jones | 2011-07-22 | 2 | -1/+23 | |
| | ||||||
* | perl: Fix CCFLAGS for Perl 5.14. | Richard W.M. Jones | 2011-07-22 | 1 | -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. Jones | 2011-07-21 | 1 | -6/+6 | |
| | ||||||
* | build: Send failed Perl test configure output to config.log. | Richard W.M. Jones | 2011-07-21 | 1 | -1/+1 | |
| | ||||||
* | build: Allow 'make quickcheck' test-tool args to be overridden. | Richard W.M. Jones | 2011-07-21 | 1 | -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" |