summaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
* New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API).Richard W.M. Jones2012-03-291-0/+59
* Partially revert "generator: Fix unescaped '<' and '>' in api descriptions"Richard Jones2012-03-291-5/+5
* gobject: Split sources into 1 file per classMatthew Booth2012-03-282-343/+428
* gobject: Add gtk-doc for GuestfsSession and GuestfsSessionClassMatthew Booth2012-03-281-2/+13
* gobject: Add gtk-doc field descriptions for generated structsMatthew Booth2012-03-281-0/+25
* gobject: Add gtk-doc for optarg wrapper classesMatthew Booth2012-03-281-8/+25
* gobject: Drop references to Guestfs::<foo> in commentsMatthew Booth2012-03-281-4/+4
* gobject: Handle various problem content in gtk-doc API descriptionsMatthew Booth2012-03-281-1/+45
* gobject: Add basic gtk-doc for all parametersMatthew Booth2012-03-281-4/+16
* gobject: Add basic gtk-doc for propertiesMatthew Booth2012-03-281-19/+28
* gobject: gtk-doc SECTION must be named after a source fileMatthew Booth2012-03-281-1/+1
* gobject: Include explicit types for all parametersMatthew Booth2012-03-281-1/+6
* tests: Don't include internal guestfs header in tests.Richard W.M. Jones2012-03-271-3/+12
* generator: Allow functions with no requires args, and with some optional args.Richard W.M. Jones2012-03-272-16/+19
* generator: Remove doc reference to non-existent guestfs_inotify_watch_allMatthew Booth2012-03-271-4/+2
* generator: Fix unescaped '<' and '>' in api descriptionsMatthew Booth2012-03-271-4/+5
* New API: md-stat.Richard W.M. Jones2012-03-202-0/+57
* generator: Generate a .gitignore file specifically for java structs.Richard W.M. Jones2012-03-202-0/+4
* daemon: Set last errno to ENOTSUP when APIs are not available.Richard W.M. Jones2012-03-201-4/+6
* New API: vgmeta: Download volume group metadata.Richard W.M. Jones2012-03-171-0/+10
* generator: Sort camel-case structs.Richard W.M. Jones2012-03-161-0/+1
* New APIs: isoinfo and isoinfo-device.Richard W.M. Jones2012-03-162-0/+54
* generator: Fix CompareWithString test.Richard W.M. Jones2012-03-161-1/+1
* generator: Fix FUInt{32,64} struct field types.Richard W.M. Jones2012-03-161-2/+4
* New API: lvcreate-free: Create logical volume as % of free space.Richard W.M. Jones2012-03-151-0/+18
* New API: zero_free_space: zero free space in a filesystem.Richard W.M. Jones2012-03-151-0/+14
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-141-3/+7
* java: Enable -Xlint:all and fix all warnings.Richard W.M. Jones2012-03-142-1/+2
* Replace 'int' with 'size_t' passim.Richard W.M. Jones2012-03-132-5/+5
* tests: Remove/fix unused variables warnings.Richard W.M. Jones2012-03-121-1/+0
* erlang: Remove unused variables.Richard W.M. Jones2012-03-121-2/+0
* bindtests: Use size_t instead of int for array iterators.Richard W.M. Jones2012-03-121-7/+7
* Document error message from resize2fs (RHBZ#755729, RHBZ#801640).Richard W.M. Jones2012-03-091-3/+9
* resize2fs: Run 'e2fsck -f' automatically if filesystem is not mounted.Richard W.M. Jones2012-03-091-11/+2
* Mark e2fsck-f as deprecated, replaced by e2fsck API.Richard W.M. Jones2012-03-091-1/+1
* fish: Document that guestfish sets pgroup to true (RHBZ#801273).Richard W.M. Jones2012-03-081-1/+3
* fish: Properly free up strings, lists along all error paths (found by Coverity).Richard W.M. Jones2012-03-081-84/+106
* Dead code: Remove comma-check in first if-clause (found by Coverity).Richard W.M. Jones2012-03-081-3/+4
* inspection: Add detection of FreeDOS (RHBZ#786215).Richard W.M. Jones2012-03-071-0/+8
* Add support for Buildroot and Cirros distributions.Richard W.M. Jones2012-03-071-0/+8
* Remove ConfigOnly flag from set-autosync.Richard W.M. Jones2012-03-051-1/+1
* Make "template" a reserved word.Marcin Gibula2012-03-042-4/+4
* New API: set-label, for setting a label on any filesystem.Richard W.M. Jones2012-02-271-2/+26
* New APIs: ntfsclone-in, ntfsclone-out.Richard W.M. Jones2012-02-271-0/+27
* New API: ntfsfix for fixing problems on NTFS.Richard W.M. Jones2012-02-271-0/+16
* Add a flag to make some functions called only at CONFIG state (RHBZ#796520).Wanlong Gao2012-02-234-34/+43
* daemon: Don't xdr_free uninitialized args struct on error paths.Richard W.M. Jones2012-02-131-3/+4
* wipefs: Fix documentation.Richard W.M. Jones2012-02-101-3/+1
* NEW API: add a new api wipefsWanlong Gao2012-02-101-0/+16
* New API: llz: This runs ls -laZ and is useful for showing SELinux contexts.Richard W.M. Jones2012-02-091-0/+9