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 APIs: isoinfo and isoinfo-device.
Richard W.M. Jones
2012-03-16
2
-0
/
+293
*
daemon: Don't call reply_with_* after split_lines fails.
Richard W.M. Jones
2012-03-16
2
-6
/
+2
*
Use the new lvcreate-free API to create largest possible LVs.
Richard W.M. Jones
2012-03-15
1
-1
/
+1
*
New API: lvcreate-free: Create logical volume as % of free space.
Richard W.M. Jones
2012-03-15
1
-0
/
+30
*
New API: zero_free_space: zero free space in a filesystem.
Richard W.M. Jones
2012-03-15
1
-0
/
+104
*
Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.
Richard W.M. Jones
2012-03-14
22
-51
/
+57
*
daemon: When copy subprocess fails, print return code.
Richard W.M. Jones
2012-03-14
1
-1
/
+1
*
daemon: labels: Memory leak in 'set_label'.
Richard W.M. Jones
2012-03-14
1
-3
/
+7
*
Replace 'int' with 'size_t' passim.
Richard W.M. Jones
2012-03-13
13
-66
/
+74
*
daemon: Implement a growable strings buffer type.
Richard W.M. Jones
2012-03-13
16
-196
/
+209
*
daemon: Remove unused variables.
Richard W.M. Jones
2012-03-12
2
-8
/
+0
*
resize2fs: Run 'e2fsck -f' automatically if filesystem is not mounted.
Richard W.M. Jones
2012-03-09
3
-0
/
+81
*
e2fsck: Comment, whitespace, error message cleanups.
Richard W.M. Jones
2012-03-09
1
-2
/
+2
*
Revert "ext2: tweak the error returned message of resize2fs-M(BZ755729)"
Richard W.M. Jones
2012-03-09
1
-4
/
+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
*
daemon: upload: Close fd along error path (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-0
/
+1
*
daemon: 9p: Close fd along error paths (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-0
/
+2
*
New API: set-label, for setting a label on any filesystem.
Richard W.M. Jones
2012-02-27
4
-25
/
+105
*
New APIs: ntfsclone-in, ntfsclone-out.
Richard W.M. Jones
2012-02-27
2
-0
/
+213
*
New API: ntfsfix for fixing problems on NTFS.
Richard W.M. Jones
2012-02-27
1
-0
/
+29
*
daemon: Return error properly when user tries to mount appliance root (RHBZ#7...
Richard W.M. Jones
2012-02-13
1
-1
/
+4
*
wipefs: Include "optgroups.h".
Richard W.M. Jones
2012-02-10
1
-0
/
+1
*
NEW API: add a new api wipefs
Wanlong Gao
2012-02-10
1
-0
/
+24
*
New API: llz: This runs ls -laZ and is useful for showing SELinux contexts.
Richard W.M. Jones
2012-02-09
1
-0
/
+26
*
findfs: Remove /run/blkid/blkid.tab.
Richard W.M. Jones
2012-02-08
1
-0
/
+1
*
blockdev, parted: Call udev_settle before and after commands. (RHBZ#769304)
Richard W.M. Jones
2012-02-06
2
-52
/
+115
*
Revert "daemon: Run udev_settle after pwrite-device finishes."
Richard W.M. Jones
2012-02-06
2
-17
/
+4
*
Clarify the error message when unavailable functions are called (RHBZ#679737).
Richard W.M. Jones
2012-02-01
7
-134
/
+249
*
daemon: Fix crash in aug-defnode (RHBZ#785668).
Richard W.M. Jones
2012-01-30
1
-6
/
+15
*
daemon: Fix use-after-free in case-insensitive-path (found by valgrind).
Richard W.M. Jones
2012-01-24
1
-38
/
+81
*
daemon: Fix leaking error message (found by valgrind).
Richard W.M. Jones
2012-01-24
1
-0
/
+1
*
daemon: Close inotify handle on exit.
Richard W.M. Jones
2012-01-24
1
-0
/
+11
*
daemon: Close augeas handle on exit.
Richard W.M. Jones
2012-01-24
1
-0
/
+11
*
daemon: Fix leak of strings in md-detail (found by valgrind).
Richard W.M. Jones
2012-01-24
1
-2
/
+2
*
daemon: md: Whitespace changes, and use size_t for i instead of pointer.
Richard W.M. Jones
2012-01-24
1
-20
/
+23
*
daemon: Fix leak of strings in blkid (found by valgrind).
Richard W.M. Jones
2012-01-24
1
-2
/
+2
*
daemon: blkid: Whitespace changes, and use size_t for i instead of pointer.
Richard W.M. Jones
2012-01-24
1
-18
/
+21
*
daemon: Return value from write syscall is ssize_t, not int.
Richard W.M. Jones
2012-01-24
1
-1
/
+1
*
daemon: Don't leak 'cmdline' (found by valgrind).
Richard W.M. Jones
2012-01-24
1
-0
/
+2
*
daemon: Length of message is a 32 bit unsigned quantity.
Richard W.M. Jones
2012-01-24
1
-2
/
+2
*
daemon: Fix use of uninitialized stack data (found by valgrind).
Richard W.M. Jones
2012-01-24
1
-0
/
+2
*
daemon: Fix memory leak in 'initrd-cat' (found by valgrind).
Richard W.M. Jones
2012-01-24
1
-0
/
+2
*
debian: Debian 6 blkid has -p but not -i.
Richard W.M. Jones
2012-01-23
1
-30
/
+62
*
daemon: Move internal-autosync function to new file internal.c.
Richard W.M. Jones
2012-01-21
3
-18
/
+47
*
daemon: Run udev_settle after pwrite-device finishes.
Richard W.M. Jones
2012-01-19
2
-4
/
+17
*
daemon: pwrite/pread: Don't double close on error path.
Richard W.M. Jones
2012-01-19
1
-2
/
+0
*
Tempus fugit.
Richard W.M. Jones
2012-01-18
20
-20
/
+20
[next]