summaryrefslogtreecommitdiffstats
path: root/java/com
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add inspect_list_applications2 method (RHBZ#859949)John Eckersberg2012-11-011-0/+1
| | | | | | RWMJ: - Fix memory leak in guestfs__inspect_list_applications wrapper. - Don't document app2_spare* fields.
* New APIs: hivex_*Richard W.M. Jones2012-08-291-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: utsnameRichard W.M. Jones2012-07-301-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_infoWanlong Gao2012-07-181-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. Jones2012-04-251-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. Jones2012-03-201-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. Jones2012-03-201-0/+13
|
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-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 Jones2009-07-071-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. Jones2009-07-027-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. Jones2009-07-022-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. Jones2009-07-011-2/+6
|
* Generated code for mknod, mkfifo, mknod_b, mknod_c, umask.Richard W.M. Jones2009-06-301-0/+109
|
* Generated code for 'set_memsize'/'get_memsize' calls.Richard W.M. Jones2009-06-301-0/+51
|
* Generated code for the 'mkswap*' commands.Richard W.M. Jones2009-06-291-0/+51
|
* Generated code for mount-loop command.Richard W.M. Jones2009-06-291-0/+19
|
* Generated code for 'initrd-list'.Richard W.M. Jones2009-06-291-0/+26
|
* Generated code for 'du' command.Richard W.M. Jones2009-06-291-0/+25
|
* Generated code for df / df-h.Richard W.M. Jones2009-06-291-0/+44
|
* Generated code for head/tail commands.Richard W.M. Jones2009-06-291-3/+105
|
* Generated code for 'wc_*' commands.Richard W.M. Jones2009-06-291-0/+54
|
* Clarify documentation for mkdtemp.Richard W.M. Jones2009-06-241-4/+8
|
* Generated code for 'mkdtemp' command.Richard W.M. Jones2009-06-241-0/+31
|
* Generated code for 'scrub-*' commands.Richard W.M. Jones2009-06-231-1/+74
|
* Generated code for 'glob-expand'.Richard Jones2009-06-221-0/+26
|
* Generated code for 'sh' and 'sh-lines' commands.Richard Jones2009-06-221-1/+53
|
* Generated code for ntfs_3g_probe command.Richard Jones2009-06-081-0/+29
|
* Generated code for the 'sleep' command.Richard Jones2009-06-041-0/+17
|
* Generated code for 'add_drive_ro' call.Richard Jones2009-06-021-0/+46
|
* Add the test0* functions, used to test language bindings.Richard W.M. Jones2009-05-281-0/+270
|
* Improve javadoc (RHBZ#501883).Richard Jones2009-05-271-429/+429
|
* Generated code for e2fsck-f command.Richard Jones2009-05-211-0/+29
|
* Generated code for 'find' command.Richard Jones2009-05-191-0/+41
|
* Generated code for lvresize, resize2fs.Richard Jones2009-05-181-0/+37
|
* Add vg-activate{,-all} commands, and resize recipe.Richard Jones2009-05-181-0/+50
|
* Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, ↵Richard W.M. Jones2009-05-151-0/+109
| | | | sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk.
* Add support for zerofree command.Richard W.M. Jones2009-05-141-0/+26
|
* Don't stash strings in the handle.Richard W.M. Jones2009-05-131-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. Jones2009-05-131-0/+48
|
* Test the 'command' and 'command_lines' functions thoroughly.Richard Jones2009-05-121-0/+15
|
* Generated code to support last 3 commits.Richard Jones2009-05-081-0/+21
|
* Generated code to support previous 2 commits.Richard Jones2009-05-081-0/+79
|
* Typo in documentation.Richard W.M. Jones2009-05-011-1/+1
|
* Generated code for 'equal' command.Richard W.M. Jones2009-05-011-0/+21
|
* Generated code for ping-daemon command.Richard W.M. Jones2009-05-011-0/+21
|
* Generated code for dmesg command.Richard W.M. Jones2009-05-011-0/+24
|
* Generated code for drop-caches command.Richard W.M. Jones2009-05-011-0/+25
|
* Generated code for cp, cp-a and mv commands.Richard W.M. Jones2009-05-011-0/+54
|
* Generated code for grub-install command.Richard Jones2009-04-301-0/+19
|
* Added notes to the 'fsck' command documentation.Richard Jones2009-04-301-5/+14
|