index
:
libguestfs.git
master
oldlinux
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.4
stable-1.6
stable-1.8
[MIRROR] library for accessing and modifying guest disk images
Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
generator
Commit message (
Expand
)
Author
Age
Files
Lines
*
java: Remove unnecessary imports from the generated Java code.
Richard W.M. Jones
2012-05-22
1
-8
/
+0
*
NEW API: add new api btrfs-fsck
Wanlong Gao
2012-05-15
1
-0
/
+9
*
New API: add new api btrfs-set-seeding to enable or disable seeding.
Wanlong Gao
2012-05-14
1
-0
/
+10
*
fish: glob command now expands /dev/ patterns (RHBZ#635971).
Richard W.M. Jones
2012-05-02
1
-1
/
+5
*
Remove "convenience header" "gettext.h" and use <libintl.h> instead.
Richard W.M. Jones
2012-05-01
1
-0
/
+4
*
lib: Remove the BUSY state.
Richard W.M. Jones
2012-04-26
2
-24
/
+9
*
gobject: Use generator_built macro to ensure generated files are rebuilt prop...
Richard W.M. Jones
2012-04-26
1
-2
/
+2
*
gobject: Move headers into a subdirectory
Matthew Booth
2012-04-26
2
-10
/
+13
*
btrfs: Fix docs for btrfs_subvolume_set_default (thanks Matt Booth).
Richard W.M. Jones
2012-04-26
1
-1
/
+1
*
gobject: Implement libguestfs events as signals
Matthew Booth
2012-04-26
1
-1
/
+187
*
gobject: Wrap literal sections in POD in CDATA sections
Matthew Booth
2012-04-26
1
-0
/
+5
*
gobject: NFC generated code formatting fix
Matthew Booth
2012-04-26
1
-1
/
+1
*
New btrfs APIs.
Richard W.M. Jones
2012-04-25
2
-0
/
+91
*
btrfs: Modify mkfs-btrfs API so it takes a list of devices.
Richard W.M. Jones
2012-04-25
1
-1
/
+4
*
generator: Add explicit types to pod memoization code.
Richard W.M. Jones
2012-04-24
1
-3
/
+7
*
New APIs for reading and writing ext2 file attributes and file generation.
Richard W.M. Jones
2012-04-13
1
-0
/
+193
*
New API: mkfs-btrfs for creating btrfs filesystems (RHBZ#807905).
Richard W.M. Jones
2012-04-02
1
-0
/
+11
*
New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API).
Richard W.M. Jones
2012-03-29
1
-0
/
+59
*
Partially revert "generator: Fix unescaped '<' and '>' in api descriptions"
Richard Jones
2012-03-29
1
-5
/
+5
*
gobject: Split sources into 1 file per class
Matthew Booth
2012-03-28
2
-343
/
+428
*
gobject: Add gtk-doc for GuestfsSession and GuestfsSessionClass
Matthew Booth
2012-03-28
1
-2
/
+13
*
gobject: Add gtk-doc field descriptions for generated structs
Matthew Booth
2012-03-28
1
-0
/
+25
*
gobject: Add gtk-doc for optarg wrapper classes
Matthew Booth
2012-03-28
1
-8
/
+25
*
gobject: Drop references to Guestfs::<foo> in comments
Matthew Booth
2012-03-28
1
-4
/
+4
*
gobject: Handle various problem content in gtk-doc API descriptions
Matthew Booth
2012-03-28
1
-1
/
+45
*
gobject: Add basic gtk-doc for all parameters
Matthew Booth
2012-03-28
1
-4
/
+16
*
gobject: Add basic gtk-doc for properties
Matthew Booth
2012-03-28
1
-19
/
+28
*
gobject: gtk-doc SECTION must be named after a source file
Matthew Booth
2012-03-28
1
-1
/
+1
*
gobject: Include explicit types for all parameters
Matthew Booth
2012-03-28
1
-1
/
+6
*
tests: Don't include internal guestfs header in tests.
Richard W.M. Jones
2012-03-27
1
-3
/
+12
*
generator: Allow functions with no requires args, and with some optional args.
Richard W.M. Jones
2012-03-27
2
-16
/
+19
*
generator: Remove doc reference to non-existent guestfs_inotify_watch_all
Matthew Booth
2012-03-27
1
-4
/
+2
*
generator: Fix unescaped '<' and '>' in api descriptions
Matthew Booth
2012-03-27
1
-4
/
+5
*
New API: md-stat.
Richard W.M. Jones
2012-03-20
2
-0
/
+57
*
generator: Generate a .gitignore file specifically for java structs.
Richard W.M. Jones
2012-03-20
2
-0
/
+4
*
daemon: Set last errno to ENOTSUP when APIs are not available.
Richard W.M. Jones
2012-03-20
1
-4
/
+6
*
New API: vgmeta: Download volume group metadata.
Richard W.M. Jones
2012-03-17
1
-0
/
+10
*
generator: Sort camel-case structs.
Richard W.M. Jones
2012-03-16
1
-0
/
+1
*
New APIs: isoinfo and isoinfo-device.
Richard W.M. Jones
2012-03-16
2
-0
/
+54
*
generator: Fix CompareWithString test.
Richard W.M. Jones
2012-03-16
1
-1
/
+1
*
generator: Fix FUInt{32,64} struct field types.
Richard W.M. Jones
2012-03-16
1
-2
/
+4
*
New API: lvcreate-free: Create logical volume as % of free space.
Richard W.M. Jones
2012-03-15
1
-0
/
+18
*
New API: zero_free_space: zero free space in a filesystem.
Richard W.M. Jones
2012-03-15
1
-0
/
+14
*
Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.
Richard W.M. Jones
2012-03-14
1
-3
/
+7
*
java: Enable -Xlint:all and fix all warnings.
Richard W.M. Jones
2012-03-14
2
-1
/
+2
*
Replace 'int' with 'size_t' passim.
Richard W.M. Jones
2012-03-13
2
-5
/
+5
*
tests: Remove/fix unused variables warnings.
Richard W.M. Jones
2012-03-12
1
-1
/
+0
*
erlang: Remove unused variables.
Richard W.M. Jones
2012-03-12
1
-2
/
+0
*
bindtests: Use size_t instead of int for array iterators.
Richard W.M. Jones
2012-03-12
1
-7
/
+7
*
Document error message from resize2fs (RHBZ#755729, RHBZ#801640).
Richard W.M. Jones
2012-03-09
1
-3
/
+9
[next]