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
FAS 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
*
tests: More efficient use of strings in the object code.
Richard W.M. Jones
2012-11-20
1
-37
/
+32
*
tests: Cleanup code that prints each test name.
Richard W.M. Jones
2012-11-20
1
-12
/
+18
*
tests: Change code for printing warnings about untested functions.
Richard W.M. Jones
2012-11-20
1
-3
/
+12
*
tests: Remove dead code in generated output.
Richard W.M. Jones
2012-11-20
1
-10
/
+0
*
tests: Format the generated code properly.
Richard W.M. Jones
2012-11-20
1
-6
/
+12
*
tests: wipefs: Don't try to wipe mounted filesystem.
Richard W.M. Jones
2012-11-20
1
-1
/
+2
*
ocaml: Get rid of CAMLprim.
Richard W.M. Jones
2012-10-30
1
-8
/
+8
*
lib: Pointer arg to safe_memdup function should be const.
Richard W.M. Jones
2012-10-30
1
-1
/
+1
*
launch: Add warning not to avoid calling launch twice on the same handle.
Richard W.M. Jones
2012-10-30
1
-1
/
+6
*
docs: add_drive: Clean up documentation of the 'filename' parameter.
Richard W.M. Jones
2012-10-30
1
-4
/
+5
*
docs: Minor cleanup of documentation for add_drive 'name' parameter.
Richard W.M. Jones
2012-10-30
1
-2
/
+3
*
generator: Tidy up comments in guestfs_protocol.x.
Richard W.M. Jones
2012-10-01
1
-9
/
+19
*
generator: Allow an optional emacs-mode at the top of generated files.
Richard W.M. Jones
2012-10-01
1
-2
/
+7
*
daemon: stubs: Move all arg decls to top of function.
Richard W.M. Jones
2012-09-19
1
-2
/
+2
*
syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer...
Richard W.M. Jones
2012-09-19
1
-4
/
+0
*
syntax: Remove trailing whitespace.
Richard W.M. Jones
2012-09-19
3
-5
/
+5
*
generator: Remove inaccurate comment.
Richard W.M. Jones
2012-09-19
1
-20
/
+0
*
syntax: Use STREQ/STRNEQ in place of strcmp.
Richard W.M. Jones
2012-09-19
1
-1
/
+3
*
perl: Add <stdio.h> and <stdlib.h> for printf and malloc.
Richard W.M. Jones
2012-09-19
1
-0
/
+2
*
perl: Include <inttypes.h> and assume it always defines PRId64 and PRIu64.
Richard W.M. Jones
2012-09-19
1
-8
/
+2
*
fish: Replace '_' with '-' in deprecation cross-refs (thanks Olaf Hering).
Richard W.M. Jones
2012-09-19
2
-3
/
+5
*
java: Fix >= 32 optargs (thanks Wanlong Gao).
Richard W.M. Jones
2012-09-18
1
-1
/
+1
*
perl: bindtests: Fix 64 bit integers on input on 32 bit Perl interpreter.
Richard W.M. Jones
2012-08-30
2
-4
/
+26
*
Mac OS X: Fixed combination of running autogen.sh on Linux and building on Ma...
Masami HIRATA
2012-08-30
1
-0
/
+1
*
docs: Document null disks.
Richard W.M. Jones
2012-08-30
1
-0
/
+3
*
java: Fix bindtests when passing 64 bit integer literals.
Richard W.M. Jones
2012-08-30
1
-2
/
+2
*
ocaml: Fix bindtests when passing negative optional arguments.
Richard W.M. Jones
2012-08-30
1
-2
/
+2
*
generator: Allow permission of output files to be specified.
Richard W.M. Jones
2012-08-30
2
-3
/
+3
*
bindtests: Space before parens in call.
Richard W.M. Jones
2012-08-30
1
-1
/
+1
*
ocaml: Use Store_field macro instead of caml_modify.
Richard W.M. Jones
2012-08-30
1
-1
/
+1
*
generator: 'delete' is a reserved word (in C++).
Richard W.M. Jones
2012-08-11
1
-4
/
+4
*
ruby: Mark all VALUEs as volatile.
Richard W.M. Jones
2012-08-05
1
-15
/
+26
*
ruby: Allow optional arguments hash to be really optional.
Richard W.M. Jones
2012-08-05
1
-38
/
+59
*
ruby: In event wrapper, ignore callback functions which have type T_ZOMBIE.
Richard W.M. Jones
2012-08-05
1
-2
/
+7
*
Mac OS X: Use u_int64_t/uint64_t instead of unsigned hyper in .x file
Masami HIRATA
2012-08-05
1
-8
/
+23
*
python: Set file encoding to utf-8.
Richard W.M. Jones
2012-08-05
1
-0
/
+5
*
build: Rename most C files that contain underscore with dash.
Richard W.M. Jones
2012-08-05
3
-6
/
+6
*
case_sensitive_path: Allow trailing path element to be missing (RHBZ#840115).
Richard W.M. Jones
2012-08-05
1
-1
/
+4
*
perl: In examples, call $g->shutdown, $g->close.
Richard W.M. Jones
2012-08-05
1
-1
/
+2
*
perl: Use $g instead of $h in documentation.
Richard W.M. Jones
2012-08-05
1
-19
/
+19
*
java: Generate overloaded non-optargs method for each optargs method.
Richard W.M. Jones
2012-08-05
1
-0
/
+23
*
generator: Add a note in generator/README about safely extending functions.
Richard W.M. Jones
2012-08-05
1
-0
/
+9
*
generator: Move note in comment to generator/README file.
Richard W.M. Jones
2012-08-05
2
-8
/
+7
*
New API: guestfs_shutdown: Cleanly shutdown the backend.
Richard W.M. Jones
2012-07-06
1
-2
/
+24
*
New API: guestfs_nr_devices
Richard W.M. Jones
2012-07-06
1
-0
/
+12
*
New API: device-index.
Richard W.M. Jones
2012-07-06
1
-1
/
+14
*
Ensure #include <config.h> occurs in every C file.
Richard W.M. Jones
2012-06-28
7
-0
/
+14
*
src/actions.c: Include <config.h> in this generated file.
Richard W.M. Jones
2012-06-28
1
-0
/
+2
*
ruby: Add a replacement rb_hash_lookup function for Ruby 1.8.5.
Richard W.M. Jones
2012-06-28
1
-0
/
+16
*
blockdev_getbsz: Remove test.
Richard W.M. Jones
2012-06-21
1
-2
/
+1
[next]