Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add the test0* functions, used to test language bindings. | Richard W.M. Jones | 2009-05-28 | 2 | -1/+566 | |
| | ||||||
* | Move the appliance and build scripts into new appliance/ subdirectory. | Richard W.M. Jones | 2009-05-28 | 2 | -2/+2 | |
| | ||||||
* | Generated code for e2fsck-f command. | Richard Jones | 2009-05-21 | 2 | -0/+26 | |
| | ||||||
* | Generated code for 'find' command. | Richard Jones | 2009-05-19 | 2 | -0/+46 | |
| | ||||||
* | Generated code for lvresize, resize2fs. | Richard Jones | 2009-05-18 | 2 | -0/+34 | |
| | ||||||
* | Add vg-activate{,-all} commands, and resize recipe. | Richard Jones | 2009-05-18 | 2 | -0/+47 | |
| | ||||||
* | Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, ↵ | Richard W.M. Jones | 2009-05-15 | 2 | -0/+113 | |
| | | | | sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk. | |||||
* | Add support for zerofree command. | Richard W.M. Jones | 2009-05-14 | 2 | -0/+24 | |
| | ||||||
* | Don't stash strings in the handle. | Richard W.M. Jones | 2009-05-13 | 1 | -9/+0 | |
| | | | | | - makes it impossible to write bindings for set_{path,qemu,append} functions | |||||
* | Add 'append', LIBGUESTFS_APPEND to set additional kernel options. | Richard W.M. Jones | 2009-05-13 | 2 | -0/+45 | |
| | ||||||
* | Test the 'command' and 'command_lines' functions thoroughly. | Richard Jones | 2009-05-12 | 1 | -0/+15 | |
| | ||||||
* | Perl bindings fix: Not enough memory was allocated for array params. | Richard Jones | 2009-05-11 | 1 | -1/+1 | |
| | ||||||
* | Generated code to support last 3 commits. | Richard Jones | 2009-05-08 | 2 | -0/+18 | |
| | ||||||
* | Generated code to support previous 2 commits. | Richard Jones | 2009-05-08 | 2 | -0/+93 | |
| | ||||||
* | Specify prototyping behaviour for Perl XSUBs. | Richard Jones | 2009-05-07 | 1 | -0/+2 | |
| | ||||||
* | Typo in documentation. | Richard W.M. Jones | 2009-05-01 | 1 | -1/+1 | |
| | ||||||
* | Generated code for 'equal' command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+22 | |
| | ||||||
* | Generated code for ping-daemon command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+17 | |
| | ||||||
* | Generated code for dmesg command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+25 | |
| | ||||||
* | Generated code for drop-caches command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+23 | |
| | ||||||
* | Generated code for cp, cp-a and mv commands. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+51 | |
| | ||||||
* | Generated code for grub-install command. | Richard Jones | 2009-04-30 | 2 | -0/+17 | |
| | ||||||
* | Added notes to the 'fsck' command documentation. | Richard Jones | 2009-04-30 | 1 | -4/+21 | |
| | ||||||
* | Added 'zero' command to wipe partition tables and superblocks. | Richard Jones | 2009-04-30 | 2 | -0/+19 | |
| | ||||||
* | Add generated code for 'fsck' command. | Richard Jones | 2009-04-30 | 2 | -0/+28 | |
| | ||||||
* | Autosync now runs umount-all; sync | Richard Jones | 2009-04-30 | 1 | -1/+5 | |
| | ||||||
* | build: don't tell "make clean" to remove my '~' backup files | Jim Meyering | 2009-04-30 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi Rich, automake's policy on what to remove via "make clean" is reasonable: if running build rules creates it, then "make clean" can and should remove it. However, even if build rules happen to create backup files, please remove only the specific ones they can create, not all of the ones in a directory. Just in case someone relies on those and expect them to hang around... >From 1e8be391ac17b4ddcf9671e8413d2660844e6993 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Thu, 30 Apr 2009 15:47:52 +0200 Subject: [PATCH] build: don't tell "make clean" to remove my '~' backup files * Makefile.am (CLEANFILES): Don't remove '~' backup files. * daemon/Makefile.am: Ditto. * examples/Makefile.am: Ditto. * fish/Makefile.am: Ditto. * images/Makefile.am: Ditto. * inspector/Makefile.am: Ditto. * java/Makefile.am: Ditto. * ocaml/Makefile.am: Ditto. * ocaml/examples/Makefile.am: Ditto. * perl/Makefile.am: Ditto. * python/Makefile.am: Ditto. * ruby/Makefile.am: Ditto. * src/Makefile.am: Ditto. | |||||
* | Use safe_malloc and/or check returns from malloc (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -3/+4 | |
| | ||||||
* | Generated code for ext2 UUID and label functions. | Richard Jones | 2009-04-27 | 2 | -0/+83 | |
| | ||||||
* | Generated code for lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 2 | -2/+59 | |
| | ||||||
* | Generated code for debug command. | Richard W.M. Jones | 2009-04-23 | 2 | -0/+27 | |
| | ||||||
* | Generated code for new mount_* commands. | Richard Jones | 2009-04-22 | 2 | -0/+56 | |
| | ||||||
* | Allow qemu binary to be overridden at runtime. | Richard Jones | 2009-04-22 | 2 | -0/+46 | |
| | ||||||
* | Fixes for CDPATH being set. | Richard Jones | 2009-04-20 | 1 | -1/+1 | |
| | ||||||
* | Added tar-in, tar-out, tgz-in, tgz-out commands. | Richard Jones | 2009-04-20 | 2 | -0/+76 | |
| | ||||||
* | Generated code for 'checksum' command. | Richard Jones | 2009-04-20 | 2 | -0/+59 | |
| | ||||||
* | Implement upload and download commands. | Richard Jones | 2009-04-20 | 2 | -0/+34 | |
| | ||||||
* | Begin to add the upload and download commands. | Richard Jones | 2009-04-18 | 2 | -0/+42 | |
| | ||||||
* | Separate out the high-level API actions. | Richard Jones | 2009-04-18 | 2 | -0/+100 | |
| | | | | | | - Split out the high-level API actions so that they are in a separate file, and use the defined guestfs C API, instead of fiddling around with internal structures. | |||||
* | Rewrite of main loop impl, start of FileIn/FileOut support. | Richard Jones | 2009-04-18 | 1 | -1/+1 | |
| | ||||||
* | Generated code for blockdev_* calls, RInt64, enhanced tests. | Richard Jones | 2009-04-15 | 2 | -0/+205 | |
| | ||||||
* | Generated code for tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 2 | -0/+29 | |
| | ||||||
* | Generated code for stat/lstat/statvfs changes. | Richard Jones | 2009-04-15 | 2 | -0/+100 | |
| | ||||||
* | Typos and documentation updates. | Richard Jones | 2009-04-14 | 1 | -1/+1 | |
| | ||||||
* | Generated changes to perl XS bindings. | Richard Jones | 2009-04-14 | 1 | -56/+28 | |
| | ||||||
* | Add 'command' and 'command-lines'. Fix args freeing in Perl bindings. | Richard Jones | 2009-04-14 | 2 | -77/+214 | |
| | ||||||
* | Generated files for file(1) command. | Richard Jones | 2009-04-13 | 2 | -0/+26 | |
| | ||||||
* | Additional test programs for Perl, Python, OCaml bindings. | Richard Jones | 2009-04-13 | 1 | -1/+1 | |
| | ||||||
* | Lots, mainly Python bindings. | Richard Jones | 2009-04-13 | 3 | -83/+127 | |
| | ||||||
* | Minor adjustments for 0.8 release.0.8 | Richard Jones | 2009-04-11 | 1 | -3/+4 | |
| |