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
/
daemon
Commit message (
Expand
)
Author
Age
Files
Lines
*
New API: vfs_type - get the Linux VFS driver for a mounted device.
Richard Jones
2009-10-26
2
-0
/
+54
*
daemon: Change chdir to use openat/fdopendir.
Richard Jones
2009-10-26
3
-9
/
+67
*
New API: case-sensitive-path to return case sensitive path on NTFS 3g fs
Richard Jones
2009-10-26
1
-0
/
+122
*
Tab to space fixes, now passes 'make syntax-check'
Richard Jones
2009-10-20
1
-5
/
+4
*
guestfs_find: Fix memory leak of sysrootdir.
Richard Jones
2009-10-20
1
-0
/
+1
*
New API: find0 (unlimited version of find)
Richard Jones
2009-10-20
1
-0
/
+99
*
avoid use of all ctype macros
Jim Meyering
2009-09-24
5
-12
/
+13
*
Flexible guestfs_vmchannel parameter for future appliances.
Richard Jones
2009-09-22
1
-34
/
+137
*
Rearrange and tidy up code in guestfsd.c
Richard Jones
2009-09-22
1
-30
/
+74
*
Fix code which looked for leaked FDs between each command.
Richard Jones
2009-09-17
2
-5
/
+6
*
Remove explicit guestfs=10.0.2.4:6666 kernel command line parameter.
Richard Jones
2009-09-17
1
-57
/
+21
*
Daemon: fix handling of errors from xread and xwrite.
Richard Jones
2009-09-17
3
-10
/
+17
*
Fix verbose packet dumping functions.
Richard Jones
2009-09-17
2
-3
/
+11
*
'len' should be an unsigned 32 bit int.
Richard Jones
2009-09-17
1
-1
/
+1
*
Add echo_daemon command
Matthew Booth
2009-09-14
2
-0
/
+74
*
Ignore some more m4 files.
Richard Jones
2009-09-09
1
-0
/
+1
*
daemon: diagnose socket write failure
Jim Meyering
2009-08-20
4
-9
/
+19
*
mke2fs: Use e4fsprogs programs if available.
Richard W.M. Jones
2009-08-19
1
-3
/
+46
*
New 'modprobe' command.
Matthew Booth
2009-08-18
2
-0
/
+41
*
Implement 'debug ls' and 'debug ll' commands.
Richard Jones
2009-08-18
2
-3
/
+64
*
Ignore manywarnings.m4 / warnings.m4.
Richard W.M. Jones
2009-08-17
1
-0
/
+2
*
Remove redundant macro.
Richard W.M. Jones
2009-08-17
1
-2
/
+0
*
indent with spaces, not TABs
Jim Meyering
2009-08-17
3
-19
/
+19
*
daemon: enable -Werror and many gcc warnings when --enable-gcc-warnings
Jim Meyering
2009-08-17
3
-2
/
+66
*
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
*
adjust const "**" pointers to avoid warnings
Jim Meyering
2009-08-17
8
-35
/
+31
*
New commands: mkfs-b, mke2journal*, mke2fs-J*
Richard W.M. Jones
2009-08-15
4
-17
/
+218
*
build: avoid "make sytnax-check" failure
Jim Meyering
2009-08-14
1
-1
/
+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
*
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
1
-4
/
+0
*
do_equal does not need to explicitly check for NEED_ROOT/ABS_PATH.
Richard Jones
2009-08-13
1
-4
/
+0
*
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: finish adding Dev_or_Path support
Jim Meyering
2009-08-13
2
-4
/
+0
*
generator.ml: constify do_mkdtemp
Jim Meyering
2009-08-13
1
-17
/
+8
*
generator.ml: use new "Pathname" designation
Jim Meyering
2009-08-13
42
-325
/
+175
*
fix daemon.h's use of NEED_ROOT-in-#define
Jim Meyering
2009-08-13
1
-1
/
+1
[next]