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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.
Richard W.M. Jones
2012-03-14
37
-74
/
+129
*
java: Make sure generator is rerun when necessary to rebuild generated files.
Richard W.M. Jones
2012-03-14
1
-9
/
+7
*
java: Enable -Xlint:all and fix all warnings.
Richard W.M. Jones
2012-03-14
3
-1
/
+12
*
todo: More ongoing code cleanups.
Richard W.M. Jones
2012-03-14
1
-1
/
+1
*
appliance: Enhance --enable-valgrind-daemon with a suppressions file.
Richard W.M. Jones
2012-03-14
3
-3
/
+26
*
daemon: When copy subprocess fails, print return code.
Richard W.M. Jones
2012-03-14
1
-1
/
+1
*
todo: Document ongoing code cleanups.
Richard W.M. Jones
2012-03-14
1
-0
/
+16
*
daemon: labels: Memory leak in 'set_label'.
Richard W.M. Jones
2012-03-14
1
-3
/
+7
*
Version 1.17.16.
1.17.16
Richard W.M. Jones
2012-03-13
18
-395
/
+398
*
Replace 'int' with 'size_t' passim.
Richard W.M. Jones
2012-03-13
26
-103
/
+113
*
daemon: Implement a growable strings buffer type.
Richard W.M. Jones
2012-03-13
16
-196
/
+209
*
Fix strict-overflow bugs and reenable this warning.
Richard W.M. Jones
2012-03-12
3
-9
/
+4
*
fish: remote: Output from close event now passed over stdout (RHBZ#802389).
Richard W.M. Jones
2012-03-12
3
-3
/
+55
*
fish: remote: Make sure global cleanups are called for guestfish --listen.
Richard W.M. Jones
2012-03-12
3
-2
/
+5
*
fish: remote: Move close_stdout just before accept() call.
Richard W.M. Jones
2012-03-12
1
-6
/
+6
*
fish: Rename tests and make test paths relative.
Richard W.M. Jones
2012-03-12
15
-49
/
+49
*
tests: Remove/fix unused variables warnings.
Richard W.M. Jones
2012-03-12
3
-1
/
+2
*
Version 1.17.15.
1.17.15
Richard W.M. Jones
2012-03-12
20
-10957
/
+11110
*
tests: Remove unused variable.
Richard W.M. Jones
2012-03-12
1
-1
/
+0
*
configure: Enable more warnings, and some cleanup.
Richard W.M. Jones
2012-03-12
1
-17
/
+13
*
erlang: Remove unused variables.
Richard W.M. Jones
2012-03-12
1
-2
/
+0
*
format: Remove unused variables.
Richard W.M. Jones
2012-03-12
1
-1
/
+1
*
daemon: Remove unused variables.
Richard W.M. Jones
2012-03-12
2
-8
/
+0
*
inspect: Move variable decl to top of function.
Richard W.M. Jones
2012-03-12
1
-1
/
+3
*
inspect: Use 1/0 instead of true/false, and fix a bug in UUID parsing.
Richard W.M. Jones
2012-03-12
1
-9
/
+13
*
lib: Remove some unused variables.
Richard W.M. Jones
2012-03-12
4
-7
/
+1
*
lib: Use size_t instead of int for array iterator.
Richard W.M. Jones
2012-03-12
1
-1
/
+1
*
inspect: Use uint64_t for maximum file size in bytes.
Richard W.M. Jones
2012-03-12
2
-3
/
+3
*
lib: Use size_t for allocation size in safe realloc function.
Richard W.M. Jones
2012-03-12
2
-2
/
+2
*
bindtests: Use size_t instead of int for array iterators.
Richard W.M. Jones
2012-03-12
1
-7
/
+7
*
Coalesce printable characters in debug and trace messages (RHBZ#802109).
Richard W.M. Jones
2012-03-11
1
-8
/
+17
*
Document error message from resize2fs (RHBZ#755729, RHBZ#801640).
Richard W.M. Jones
2012-03-09
2
-3
/
+35
*
resize2fs: Run 'e2fsck -f' automatically if filesystem is not mounted.
Richard W.M. Jones
2012-03-09
5
-14
/
+84
*
e2fsck: Comment, whitespace, error message cleanups.
Richard W.M. Jones
2012-03-09
1
-2
/
+2
*
Mark e2fsck-f as deprecated, replaced by e2fsck API.
Richard W.M. Jones
2012-03-09
1
-1
/
+1
*
Revert "ext2: tweak the error returned message of resize2fs-M(BZ755729)"
Richard W.M. Jones
2012-03-09
1
-4
/
+1
*
Version 1.17.14.
1.17.14
Richard W.M. Jones
2012-03-09
18
-125
/
+131
*
example: Copying a directory between two guests using threads.
Richard W.M. Jones
2012-03-09
3
-0
/
+309
*
Close all file descriptors and remove all signal handlers in the recovery pro...
Richard W.M. Jones
2012-03-09
1
-0
/
+25
*
extra-tests: Export LIBVIRT_DEFAULT_URI to pick-guests.pl.
Richard W.M. Jones
2012-03-08
1
-1
/
+6
*
Version 1.17.13.
1.17.13
Richard W.M. Jones
2012-03-08
20
-15204
/
+24959
*
extra-tests: Check that guests are accessible before picking them.
Richard W.M. Jones
2012-03-08
2
-11
/
+65
*
fish: Document that guestfish sets pgroup to true (RHBZ#801273).
Richard W.M. Jones
2012-03-08
1
-1
/
+3
*
inspect_apps: Avoid double-close on error path (found by Coverity) (RHBZ#8012...
Richard W.M. Jones
2012-03-08
1
-0
/
+1
*
dbdump: Avoid double-close on error path (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-0
/
+1
*
daemon: glob: Initialize glob buffer (quiet Coverity warning).
Richard W.M. Jones
2012-03-08
1
-1
/
+1
*
comment: Note time-of-check to time-of-use race found by Coverity.
Richard W.M. Jones
2012-03-08
1
-0
/
+6
*
daemon: inotify: Check event->len in inotify struct is reasonable.
Richard W.M. Jones
2012-03-08
1
-0
/
+7
*
daemon: debug: Close fd along error path (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-0
/
+1
*
fish: Properly free up strings, lists along all error paths (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-84
/
+106
[next]