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
*
xattr.c: avoid warning about comparison between signed and unsigned
Jim Meyering
2009-08-17
1
-4
/
+6
*
guestfsd: don't ignore failed write-to-socket
Jim Meyering
2009-08-17
1
-1
/
+1
*
daemon.h: avoid warning about possible noreturn function
Jim Meyering
2009-08-17
1
-1
/
+1
*
sfdisk.c, fallocate.c: use a string literal as format
Jim Meyering
2009-08-17
2
-3
/
+3
*
wc, blockdev: avoid warnings about discarding "const" qualifiers
Jim Meyering
2009-08-17
2
-2
/
+2
*
daemon/zero: don't ignore write and close errors
Jim Meyering
2009-08-17
1
-4
/
+14
*
guestfsd.c: don't perform arithmetic on void pointers
Jim Meyering
2009-08-17
1
-2
/
+4
*
command.c: avoid shadowing a global function
Jim Meyering
2009-08-17
1
-4
/
+4
*
avoid warning about old-style no-param function definition
Jim Meyering
2009-08-17
2
-3
/
+3
*
generator.ml: emit slightly prettier code
Jim Meyering
2009-08-17
1
-3
/
+3
*
python: avoid "_POSIX_C_SOURCE" redefinition warning
Jim Meyering
2009-08-17
1
-2
/
+2
*
adjust const "**" pointers to avoid warnings
Jim Meyering
2009-08-17
11
-88
/
+97
*
test-tool: Recognize '-t timeout' as an option.
Richard Jones
2009-08-16
1
-1
/
+1
*
New commands: mkfs-b, mke2journal*, mke2fs-J*
Richard W.M. Jones
2009-08-15
7
-18
/
+304
*
generator: Generate the UUIDs for tests randomly.
Richard W.M. Jones
2009-08-15
1
-18
/
+34
*
Merge branch '226-elide'
Jim Meyering
2009-08-14
1
-12
/
+82
|
\
|
*
generator.ml: don't emit unused functions
Jim Meyering
2009-08-14
1
-1
/
+9
|
*
generator.ml: factor out a function
Jim Meyering
2009-08-14
1
-12
/
+16
|
*
Work out which RStruct/RStructList structs are really used, and how.
Richard W.M. Jones
2009-08-14
1
-0
/
+58
*
|
build: avoid "make sytnax-check" failure
Jim Meyering
2009-08-14
1
-1
/
+1
|
/
*
guestfish: Add --selinux option.
Richard Jones
2009-08-13
2
-5
/
+14
*
Version 1.0.67.
1.0.67
Richard Jones
2009-08-13
3
-721
/
+759
*
tests: increase likelihood that heap abuse triggers failure
Jim Meyering
2009-08-13
1
-0
/
+3
*
appliance: Remove /usr/sbin/tcpd - it's unreadable on RHEL 5.4.
Richard Jones
2009-08-13
1
-0
/
+1
*
appliance: Replace LANG=C with LC_ALL=C
Richard Jones
2009-08-13
1
-1
/
+1
*
umount: Enable device name translation for device parameter.
Richard Jones
2009-08-13
1
-3
/
+8
*
mount: Check mountpoints are absolute paths.
Richard Jones
2009-08-13
1
-0
/
+2
*
selinux: Don't fail if libselinux is not found.
Richard Jones
2009-08-13
1
-7
/
+3
*
Misc parameters which are String but should be Pathname.
Richard Jones
2009-08-13
1
-9
/
+9
*
In rmmountpoint, have to explicitly check for ABS_PATH (*not* NEED_ROOT).
Richard Jones
2009-08-13
1
-0
/
+3
*
inotify-add-watch does not need to explicitly check for ABS_PATH.
Richard Jones
2009-08-13
1
-1
/
+0
*
cp/cp-a/mv parameters marked as Pathname.
Richard Jones
2009-08-13
2
-7
/
+3
*
do_equal does not need to explicitly check for NEED_ROOT/ABS_PATH.
Richard Jones
2009-08-13
1
-4
/
+0
*
generator.ml: convert leading TABs to spaces
Jim Meyering
2009-08-13
1
-4
/
+4
*
sfdisk: guard against buffer overflow
Jim Meyering
2009-08-13
1
-2
/
+15
*
do_umount: don't use RESOLVE_DEVICE anymore
Jim Meyering
2009-08-13
1
-13
/
+9
*
generator.ml: factor out "pr_args n" function
Jim Meyering
2009-08-13
1
-4
/
+7
*
generator.ml: finish adding Dev_or_Path support
Jim Meyering
2009-08-13
3
-35
/
+35
*
generator.ml: add type: Dev_or_Path
Jim Meyering
2009-08-13
1
-2
/
+3
*
generator.ml: constify do_mkdtemp
Jim Meyering
2009-08-13
2
-21
/
+10
*
generator.ml: move String/Device decls "down" to definition
Jim Meyering
2009-08-13
1
-5
/
+5
*
generator.ml: use new "Pathname" designation
Jim Meyering
2009-08-13
43
-339
/
+206
*
generator.ml: new type, "Pathname"
Jim Meyering
2009-08-13
1
-93
/
+111
*
generator.ml: emit "const char *" for Device and String params
Jim Meyering
2009-08-13
1
-7
/
+5
*
fix daemon.h's use of NEED_ROOT-in-#define
Jim Meyering
2009-08-13
1
-1
/
+1
*
update all NEED_ROOT uses
Jim Meyering
2009-08-13
32
-57
/
+57
*
* src/generator.ml: Change all `String "device"' to `Device "device"'.
Jim Meyering
2009-08-13
14
-96
/
+43
*
update generator to emit each RESOLVE_DEVICE call
Jim Meyering
2009-08-13
1
-7
/
+7
*
s/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/
Jim Meyering
2009-08-13
3
-3
/
+3
*
guestfsd.c: correct s/IS_DEVICE/RESOLVE_DEVICE/ in another comment
Jim Meyering
2009-08-13
1
-1
/
+1
[next]