Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Add inspect_list_applications2 method (RHBZ#859949) | John Eckersberg | 2012-11-01 | 1 | -0/+1 |
| | | | | | | RWMJ: - Fix memory leak in guestfs__inspect_list_applications wrapper. - Don't document app2_spare* fields. | ||||
* | New APIs: hivex_* | Richard W.M. Jones | 2012-08-29 | 1 | -0/+2 |
| | | | | | | | | | | | Transscribe many hivex(3) APIs into the libguestfs API. There is one hive handle per libguestfs handle, as with Augeas. Note that hivex uses iconv_open for some APIs (eg. hivex_value_string). But since we delete all the i18n files from the appliance, this doesn't work -- iconv_open returns EINVAL. Therefore hivex APIs which require iconv cannot be bound in the daemon. | ||||
* | New API: utsname | Richard W.M. Jones | 2012-07-30 | 1 | -0/+1 |
| | | | | | | | | | | Typical output: ><fs> utsname uts_sysname: Linux uts_release: 3.5.0-1.fc18.x86_64 uts_version: #1 SMP Mon Jul 23 17:43:39 UTC 2012 uts_machine: x86_64 | ||||
* | New API: add new api xfs_info | Wanlong Gao | 2012-07-18 | 1 | -0/+1 |
| | | | | | | | | | | | | Add xfs_info to show the geometry of the xfs filesystem. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Updated po/POTFILES. - Use xfs_ prefix for all struct fields. - Return uninitialized fields as -1 / empty string. - Copyedit the description. | ||||
* | New btrfs APIs. | Richard W.M. Jones | 2012-04-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Bind the easy parts of the 'btrfs' program. The new APIs are: btrfs-device-add: add devices to a btrfs filesystem btrfs-device-delete: remove devices from a btrfs filesystem btrfs-filesystem-sync: sync a btrfs filesystem btrfs-filesystem-balance: balance a btrfs filesystem btrfs-subvolume-create: create a btrfs snapshot btrfs-subvolume-delete: delete a btrfs snapshot btrfs-subvolume-list: list btrfs snapshots and subvolumes btrfs-subvolume-set-default: set default btrfs subvolume btrfs-subvolume-snapshot: create a writable btrfs snapshot | ||||
* | New API: md-stat. | Richard W.M. Jones | 2012-03-20 | 1 | -0/+1 |
| | | | | | This returns information about the underlying devices of an MD (software RAID) device. | ||||
* | generator: Generate a .gitignore file specifically for java structs. | Richard W.M. Jones | 2012-03-20 | 1 | -0/+13 |
| | |||||
* | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 1 | -1/+1 |
| | | | | | | | | | | | Do it by running this command: [exempted files are matched via .x-sc_TAB_in_indentation] git ls-files \ | pcregrep -vf .x-sc_TAB_in_indentation \ | xargs pcregrep -l '^ *\t' \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_' | ||||
* | Generate structs and struct lists generically. | Richard Jones | 2009-07-07 | 1 | -30/+0 |
| | | | | | | | | | | | This modifies the way that struct and struct lists are generated (for return values) so that there is no need to add an explicit new type when adding a new structure. All tests pass, and the C API should be compatible. I have also inspected the changes that are made to the generated code by hand. | ||||
* | Remove generated code from git. | Richard W.M. Jones | 2009-07-02 | 7 | -4348/+0 |
| | | | | | | | | Git users now require the OCaml compiler in order to regenerate the generated code after a checkout. Generated code will remain in the tarball, so users of the source tarball will not need the OCaml compiler. | ||||
* | Add 'readdir' call. | Richard W.M. Jones | 2009-07-02 | 2 | -0/+61 |
| | | | | | | | | | | | | This adds a readdir call (mostly intended for programs). The return value is a list of guestfs_dirent structures. This adds the new types 'struct guestfs_dirent' and 'struct guestfs_dirent_list', along with all the code to return these in the different language bindings. Also includes additional tests for OCaml and Perl bindings to test this. | ||||
* | Generated code for the virtio_blk change. | Richard W.M. Jones | 2009-07-01 | 1 | -2/+6 |
| | |||||
* | Generated code for mknod, mkfifo, mknod_b, mknod_c, umask. | Richard W.M. Jones | 2009-06-30 | 1 | -0/+109 |
| | |||||
* | Generated code for 'set_memsize'/'get_memsize' calls. | Richard W.M. Jones | 2009-06-30 | 1 | -0/+51 |
| | |||||
* | Generated code for the 'mkswap*' commands. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+51 |
| | |||||
* | Generated code for mount-loop command. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+19 |
| | |||||
* | Generated code for 'initrd-list'. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+26 |
| | |||||
* | Generated code for 'du' command. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+25 |
| | |||||
* | Generated code for df / df-h. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+44 |
| | |||||
* | Generated code for head/tail commands. | Richard W.M. Jones | 2009-06-29 | 1 | -3/+105 |
| | |||||
* | Generated code for 'wc_*' commands. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+54 |
| | |||||
* | Clarify documentation for mkdtemp. | Richard W.M. Jones | 2009-06-24 | 1 | -4/+8 |
| | |||||
* | Generated code for 'mkdtemp' command. | Richard W.M. Jones | 2009-06-24 | 1 | -0/+31 |
| | |||||
* | Generated code for 'scrub-*' commands. | Richard W.M. Jones | 2009-06-23 | 1 | -1/+74 |
| | |||||
* | Generated code for 'glob-expand'. | Richard Jones | 2009-06-22 | 1 | -0/+26 |
| | |||||
* | Generated code for 'sh' and 'sh-lines' commands. | Richard Jones | 2009-06-22 | 1 | -1/+53 |
| | |||||
* | Generated code for ntfs_3g_probe command. | Richard Jones | 2009-06-08 | 1 | -0/+29 |
| | |||||
* | Generated code for the 'sleep' command. | Richard Jones | 2009-06-04 | 1 | -0/+17 |
| | |||||
* | Generated code for 'add_drive_ro' call. | Richard Jones | 2009-06-02 | 1 | -0/+46 |
| | |||||
* | Add the test0* functions, used to test language bindings. | Richard W.M. Jones | 2009-05-28 | 1 | -0/+270 |
| | |||||
* | Improve javadoc (RHBZ#501883). | Richard Jones | 2009-05-27 | 1 | -429/+429 |
| | |||||
* | Generated code for e2fsck-f command. | Richard Jones | 2009-05-21 | 1 | -0/+29 |
| | |||||
* | Generated code for 'find' command. | Richard Jones | 2009-05-19 | 1 | -0/+41 |
| | |||||
* | Generated code for lvresize, resize2fs. | Richard Jones | 2009-05-18 | 1 | -0/+37 |
| | |||||
* | Add vg-activate{,-all} commands, and resize recipe. | Richard Jones | 2009-05-18 | 1 | -0/+50 |
| | |||||
* | Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, ↵ | Richard W.M. Jones | 2009-05-15 | 1 | -0/+109 |
| | | | | sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk. | ||||
* | Add support for zerofree command. | Richard W.M. Jones | 2009-05-14 | 1 | -0/+26 |
| | |||||
* | Don't stash strings in the handle. | Richard W.M. Jones | 2009-05-13 | 1 | -12/+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 | 1 | -0/+48 |
| | |||||
* | Test the 'command' and 'command_lines' functions thoroughly. | Richard Jones | 2009-05-12 | 1 | -0/+15 |
| | |||||
* | Generated code to support last 3 commits. | Richard Jones | 2009-05-08 | 1 | -0/+21 |
| | |||||
* | Generated code to support previous 2 commits. | Richard Jones | 2009-05-08 | 1 | -0/+79 |
| | |||||
* | 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 | 1 | -0/+21 |
| | |||||
* | Generated code for ping-daemon command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+21 |
| | |||||
* | Generated code for dmesg command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+24 |
| | |||||
* | Generated code for drop-caches command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+25 |
| | |||||
* | Generated code for cp, cp-a and mv commands. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+54 |
| | |||||
* | Generated code for grub-install command. | Richard Jones | 2009-04-30 | 1 | -0/+19 |
| | |||||
* | Added notes to the 'fsck' command documentation. | Richard Jones | 2009-04-30 | 1 | -5/+14 |
| |