summaryrefslogtreecommitdiffstats
path: root/java/com
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added 'zero' command to wipe partition tables and superblocks.Richard Jones2009-04-301-0/+23
|
* Add generated code for 'fsck' command.Richard Jones2009-04-301-0/+26
|
* Autosync now runs umount-all; syncRichard Jones2009-04-301-3/+6
|
* Generated code for ext2 UUID and label functions.Richard Jones2009-04-271-0/+81
|
* Generated code for lvremove, vgremove, pvremove.Richard Jones2009-04-251-3/+66
|
* Generated code for debug command.Richard W.M. Jones2009-04-231-0/+23
|
* Generated code for new mount_* commands.Richard Jones2009-04-221-0/+56
|