Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fish: Filter out error messages about history file in test script | Hilko Bengen | 2012-01-23 | 1 | -1/+1 | |
| | ||||||
* | Do not run appliance-related checks if not building appliance | Hilko Bengen | 2012-01-23 | 15 | -13/+56 | |
| | ||||||
* | Replace setting of environment variables with usage of local run script | Hilko Bengen | 2012-01-23 | 19 | -63/+21 | |
| | | | | (Includes fix by RWMJ) | |||||
* | php: function_entry -> zend_function_entry. | Richard W.M. Jones | 2012-01-22 | 1 | -1/+1 | |
| | | | | | | function_entry was left over from PHP 3. See: http://news.php.net/php.pecl.dev/7123 | |||||
* | php: Enable 'make clean' in extension subdirectory. | Richard W.M. Jones | 2012-01-22 | 1 | -4/+4 | |
| | ||||||
* | Version 1.15.19.1.15.19 | Richard W.M. Jones | 2012-01-22 | 20 | -2278/+2323 | |
| | ||||||
* | gobject: Include bindtests-manual.js in EXTRA_DIST. | Richard W.M. Jones | 2012-01-22 | 1 | -3/+7 | |
| | | | | This fixes commit 93b0769ec7929a909678411d75840f81bed55a81. | |||||
* | gobject: Document these bindings in guestfs(3). | Richard W.M. Jones | 2012-01-22 | 1 | -0/+7 | |
| | ||||||
* | website: Rebuild the HTML manual pages from scratch. | Richard W.M. Jones | 2012-01-22 | 1 | -0/+5 | |
| | ||||||
* | daemon: Move internal-autosync function to new file internal.c. | Richard W.M. Jones | 2012-01-21 | 4 | -18/+48 | |
| | | | | This is just code motion. | |||||
* | gobject: Add bindtests for return values | Matthew Booth | 2012-01-20 | 2 | -0/+111 | |
| | ||||||
* | bindtests: Test optargs in test0 | Matthew Booth | 2012-01-20 | 5 | -33/+237 | |
| | | | | | | | | Note that this change disables compiling and running the haskell bindtests. The haskell bindings do not implement optargs, and adding optargs to test0 causes that method not to be bound in the haskell bindings. This prevents the haskell bindtests from compiling. These should be re-enabled when optargs are implemented. | |||||
* | gobject: Add basic bindtests | Matthew Booth | 2012-01-20 | 6 | -2/+78 | |
| | ||||||
* | run script: Add support for gobject introspection | Matthew Booth | 2012-01-20 | 1 | -3/+9 | |
| | ||||||
* | gobject: Add GObject bindings | Matthew Booth | 2012-01-20 | 9 | -0/+1079 | |
| | ||||||
* | generator: Add CamelName flag | Matthew Booth | 2012-01-20 | 3 | -5/+15 | |
| | | | | | | | | | | We can make a good guess at camel case names for most APIs. For example, add_drive_opts can be automatically transformed to AddDriveOpts. However, other apis don't produce a satisfactory name when transformed automatically. For example, we would want md_create to produce MDCreate rather than MdCreate. This change adds a CamelName flag which allows a camel case name to be specified explicitly when the automatic transformation isn't satisfactory. | |||||
* | resize, sparsify: find progress mini-library in out-of-tree builds | Hilko Bengen | 2012-01-20 | 2 | -2/+2 | |
| | ||||||
* | Fixed out-of-tree compilation of OCaml code after .depend files removal | Hilko Bengen | 2012-01-20 | 3 | -8/+11 | |
| | ||||||
* | fish: Remove hard-coded path from test script | Hilko Bengen | 2012-01-20 | 1 | -1/+1 | |
| | ||||||
* | c: Fix prototype generator when last argument is a BufferIn | Matthew Booth | 2012-01-20 | 1 | -1/+7 | |
| | | | | | | We were passing the name of the last argument directly to va_start. However, if the last argument is a BufferIn it expands to 2 arguments, the latter of which is <name>_size. | |||||
* | bindtests: Add a test for RBufferOut | Matthew Booth | 2012-01-20 | 2 | -0/+2 | |
| | | | | Fixup the existing test, and add an entry in actions so it's actually generated. | |||||
* | bindtests: Fix sscanf test in test0rhashtable | Matthew Booth | 2012-01-20 | 1 | -1/+1 | |
| | ||||||
* | bindtests: Add something non-zero to the RStructList test output | Matthew Booth | 2012-01-20 | 1 | -0/+3 | |
| | ||||||
* | Update release notes with feedback from Hilko Bengen. | Richard W.M. Jones | 2012-01-20 | 1 | -3/+1 | |
| | ||||||
* | Revert "generator: Add CamelName flag" | Richard W.M. Jones | 2012-01-20 | 3 | -13/+5 | |
| | | | | This reverts commit 83c20f02dc0e97b098e9de837839a3f4a4416129. | |||||
* | Version 1.15.18.1.15.18 | Richard W.M. Jones | 2012-01-19 | 18 | -113/+105 | |
| | ||||||
* | Update release notes. | Richard W.M. Jones | 2012-01-19 | 1 | -1/+12 | |
| | ||||||
* | daemon: Run udev_settle after pwrite-device finishes. | Richard W.M. Jones | 2012-01-19 | 2 | -4/+17 | |
| | | | | | | | When you call close on any block device, udev kicks off a rule which runs blkid to reexamine the device. We need to wait for this rule to finish running since it holds the device open and can cause other operations to fail, notably BLKRRPART. | |||||
* | appliance: Add psmisc package to the appliance. | Richard W.M. Jones | 2012-01-19 | 1 | -0/+1 | |
| | | | | This allows us to use 'fuser' and other ps tools. | |||||
* | daemon: pwrite/pread: Don't double close on error path. | Richard W.M. Jones | 2012-01-19 | 1 | -2/+0 | |
| | | | | | In Linux, close (fd) closes the file descriptor even if it returns an error. | |||||
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 183 | -298/+298 | |
| | | | | Update all copyright dates to 2012. | |||||
* | tools: Mark obsolete tools clearly in the man pages. | Richard W.M. Jones | 2012-01-18 | 3 | -3/+7 | |
| | ||||||
* | Version 1.15.17.1.15.17 | Richard W.M. Jones | 2012-01-18 | 21 | -19234/+21632 | |
| | ||||||
* | lib: Use -fvisibilty=hidden by default; only ABI symbols are now visible. | Richard W.M. Jones | 2012-01-18 | 3 | -36/+48 | |
| | | | | http://gcc.gnu.org/wiki/Visibility | |||||
* | ocaml: Use automake to build the C part of the bindings. | Richard W.M. Jones | 2012-01-18 | 1 | -18/+21 | |
| | | | | | By arranging the C part of the bindings into a library, we can get automake to build it instead of using $(CC) directly. | |||||
* | ocaml: Don't include guestfs-internal.h directly. | Richard W.M. Jones | 2012-01-18 | 2 | -2/+2 | |
| | | | | | | However since the OCaml bindings use guestfs_safe_strdup and guestfs_safe_memdup we need to export those two (in the private functions section) from <guestfs.h>. | |||||
* | ocaml: Add -Wno-missing-field-initializers to avoid a warning. | Richard W.M. Jones | 2012-01-18 | 1 | -0/+4 | |
| | ||||||
* | New tool: virt-format: erase and make blank disks. | Richard W.M. Jones | 2012-01-18 | 10 | -1/+758 | |
| | | | | | This tool allows you to easily reformat a disk, creating a blank disk with optional partition, LVM and empty filesystem. | |||||
* | fish options parsing: Allow add_drives to be called multiple times. | Richard W.M. Jones | 2012-01-18 | 9 | -28/+23 | |
| | | | | | | Ensure that the drv structure is always zeroed on allocation. Don't leak old drv->device when add_drives is called multiple times. | |||||
* | c: Allow NULL optargs to be passed to _argv calls | Matthew Booth | 2012-01-17 | 1 | -0/+15 | |
| | | | | | | Previously, passing NULL optargs to an _argv call resulted in a segfault. This change causes NULL optargs to be interpreted as no optargs, and to be correctly handled accordingly. | |||||
* | c: NFC Remove redundant parentheses | Matthew Booth | 2012-01-17 | 1 | -1/+1 | |
| | ||||||
* | generator: Add an explicit Cancellable flag | Matthew Booth | 2012-01-17 | 3 | -19/+43 | |
| | | | | | | | | | Currently any api which takes a FileIn or FileOut parameter is implicitly cancellable. This change make cancellable an explicit flag in anticipation of it being added to other apis. Note that a Cancellable function must be able to return an error, which means it can't return RConstOptString. | |||||
* | generator: Add CamelName flag | Matthew Booth | 2012-01-17 | 3 | -5/+13 | |
| | | | | | | | | | | We can make a good guess at camel case names for most APIs. For example, add_drive_opts can be automatically transformed to AddDriveOpts. However, other apis don't produce a satisfactory name when transformed automatically. For example, we would want md_create to produce MDCreate rather than MdCreate. This change adds a CamelName flag which allows a camel case name to be specified explicitly when the automatic transformation isn't satisfactory. | |||||
* | resize2fs-M: fix double-free along error path (thanks Matthew Booth). | Richard W.M. Jones | 2012-01-16 | 1 | -4/+2 | |
| | ||||||
* | e2fsck: Tidy up the documentation for this API. | Richard W.M. Jones | 2012-01-16 | 1 | -4/+8 | |
| | ||||||
* | e2fsck-f: change the internal to use e2fsck | Wanlong Gao | 2012-01-13 | 1 | -21/+7 | |
| | | | | | | | | Since we implement the new api e2fsck, just change the internal of e2fsck_f to use e2fsck now. v1->v2: use optargs_bitmask Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | |||||
* | NEW API: add a new api e2fsck | Wanlong Gao | 2012-01-13 | 3 | -1/+74 | |
| | | | | | | | | | | | | | | m: Wanlong Gao <gaowanlong@cn.fujitsu.com> Add a new api e2fsck with two options: correct: same as '-p' option of e2fsck forceall: same as '-y' option of e2fsck Thanks for Rich's idea. v1->v2: use optargs_bitmask v2->v3: change the optargs_bitmask check Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | |||||
* | ext2: tweak the error returned message of resize2fs-M(BZ755729) | Wanlong Gao | 2012-01-13 | 1 | -2/+7 | |
| | | | | | | | Tweak the error message "e2fsck -f" and "e2fsck -fy". Indicate the user to use the correct and/or forceall options. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | |||||
* | build: Remove .depend files from git | Matthew Booth | 2012-01-11 | 9 | -183/+8 | |
| | | | | | Remove generated .depend files from source control, and don't barf when they don't exist while bootstrapping. | |||||
* | Update RELEASE-NOTES. | Richard W.M. Jones | 2012-01-11 | 1 | -0/+127 | |
| |