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
...
*
docs: Minor cleanup of documentation for add_drive 'name' parameter.
Richard W.M. Jones
2012-10-03
1
-2
/
+3
*
NEW API:ext:mke2fs
Wanlong Gao
2012-09-24
1
-0
/
+90
*
generator: xdr: Re-code procedure table.
Richard W.M. Jones
2012-09-24
1
-7
/
+13
*
generator: Tidy up comments in guestfs_protocol.x.
Richard W.M. Jones
2012-09-24
1
-9
/
+19
*
generator: Allow an optional emacs-mode at the top of generated files.
Richard W.M. Jones
2012-09-24
1
-2
/
+7
*
generator: The default input files are 'generator/ *.ml' [sic].
Richard W.M. Jones
2012-09-24
1
-1
/
+1
*
Update SuSE Linux detection.
Olaf Hering
2012-09-21
1
-0
/
+8
*
python: PyInt_* no longer exists in python3, replace with PyLong_*
Hilko Bengen
2012-09-20
1
-1
/
+1
*
New API: rm-f: remove a file, ignoring errors if it doesn't exist.
Richard W.M. Jones
2012-09-17
1
-0
/
+27
*
daemon: stubs: Move all arg decls to top of function.
Richard W.M. Jones
2012-09-17
1
-2
/
+2
*
syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer...
Richard W.M. Jones
2012-09-17
1
-4
/
+0
*
syntax: Remove trailing whitespace.
Richard W.M. Jones
2012-09-15
5
-9
/
+10
*
generator: Remove inaccurate comment.
Richard W.M. Jones
2012-09-15
1
-20
/
+0
*
syntax: Use STREQ/STRNEQ in place of strcmp.
Richard W.M. Jones
2012-09-15
1
-1
/
+3
*
perl: Add <stdio.h> and <stdlib.h> for printf and malloc.
Richard W.M. Jones
2012-09-15
1
-0
/
+2
*
perl: Include <inttypes.h> and assume it always defines PRId64 and PRIu64.
Richard W.M. Jones
2012-09-15
1
-8
/
+2
*
fish: Replace '_' with '-' in deprecation cross-refs (thanks Olaf Hering).
Richard W.M. Jones
2012-09-13
2
-3
/
+5
*
generator: Remove generated and unused files from previous runs of the genera...
Richard W.M. Jones
2012-09-05
3
-1
/
+44
*
generator: gobject: Use a more normal way to output files.
Richard W.M. Jones
2012-09-05
2
-100
/
+111
*
lib: Add tests to the disk-{format,virtual-size,has-backing-file} APIs.
Richard W.M. Jones
2012-09-04
1
-0
/
+24
*
New APIs: disk-virtual-size and disk-has-backing-file.
Richard W.M. Jones
2012-09-04
1
-0
/
+22
*
guestfs(3): Document disk image formats and how to detect them.
Richard W.M. Jones
2012-09-03
1
-1
/
+3
*
New API: guestfs_disk_format
Richard W.M. Jones
2012-09-03
1
-0
/
+12
*
generator: Test zero args, one optarg; and 63 optargs.
Richard W.M. Jones
2012-09-03
2
-68
/
+104
*
java: Fix >= 32 optargs (thanks Wanlong Gao).
Richard W.M. Jones
2012-09-03
1
-1
/
+1
*
generator: Rename 'generator_*' as '*'.
Richard W.M. Jones
2012-09-02
37
-240
/
+238
*
tests: Make mkswap and tar tests conditional on linuxfsuuid and xz features.
Richard W.M. Jones
2012-08-31
1
-3
/
+3
*
NEW API:xfs:xfs_repair
Wanlong Gao
2012-08-30
1
-0
/
+28
*
python: Convert OInt64 using PyLong_AsLongLong so 64 bit ints work correctly.
Richard W.M. Jones
2012-08-29
1
-1
/
+1
*
New API: guestfs_hivex_value_utf8
Richard W.M. Jones
2012-08-29
1
-1
/
+19
*
New APIs: hivex_*
Richard W.M. Jones
2012-08-29
2
-0
/
+201
*
perl: bindtests: Fix 64 bit integers on input on 32 bit Perl interpreter.
Richard W.M. Jones
2012-08-29
2
-4
/
+27
*
Mac OS X: Fixed combination of running autogen.sh on Linux and building on Ma...
Masami HIRATA
2012-08-28
1
-0
/
+1
*
Modified API: mkswap now takes optional arguments.
Richard W.M. Jones
2012-08-28
1
-8
/
+23
*
python: Fixed syntax errors in python/guestfs-py.c
Masami HIRATA
2012-08-25
1
-1
/
+1
*
docs: Document null disks.
Richard W.M. Jones
2012-08-21
1
-0
/
+3
*
xfs_growfs: drop the unstructed output
Wanlong Gao
2012-08-21
1
-1
/
+1
*
New API: xfs: xfs_admin
Wanlong Gao
2012-08-21
1
-0
/
+27
*
Replace mount-options with mount where appropriate.
Richard W.M. Jones
2012-08-18
3
-21
/
+21
*
docs: Rewrite section on protocol limits again.
Richard W.M. Jones
2012-08-17
1
-17
/
+2
*
New API: fill-dir: Fill a directory with files (for testing).
Richard W.M. Jones
2012-08-17
1
-0
/
+11
*
guestfs_readdir: Note that this suffers from protocol limits.
Richard W.M. Jones
2012-08-17
1
-0
/
+1
*
guestfs_ls: Reimplement to avoid protocol limits.
Richard W.M. Jones
2012-08-17
1
-21
/
+17
*
New API: ls0 - List files, separated by \0 characters.
Richard W.M. Jones
2012-08-17
1
-0
/
+14
*
guestfs_readlinklist: Reimplement to avoid protocol limits.
Richard W.M. Jones
2012-08-17
1
-1
/
+25
*
guestfs_lstatlist, guestfs_lxattrlist: Reimplement to avoid protocol limits.
Richard W.M. Jones
2012-08-17
1
-2
/
+48
*
guestfs_write, guestfs_write_append: Reimplement to avoid protocol limits.
Richard W.M. Jones
2012-08-17
1
-19
/
+69
*
guestfs_read_lines: Reimplement to avoid protocol limits.
Richard W.M. Jones
2012-08-17
1
-22
/
+45
*
guestfs_read_file: Reimplement to avoid protocol limits.
Richard W.M. Jones
2012-08-17
1
-32
/
+15
*
guestfs_find: Reimplement to avoid protocol limits.
Richard W.M. Jones
2012-08-17
1
-52
/
+50
[prev]
[next]