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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make tmp directory world readable (RHBZ#610880).
Richard Jones
2010-07-07
1
-0
/
+12
*
ocaml: Fix thread safety of strings in bindings (RHBZ#604691).
Richard Jones
2010-06-16
1
-10
/
+15
*
perl: Add explicit close() method (RHBZ#602592).
Richard Jones
2010-06-10
1
-2
/
+39
*
Add error callback (RHBZ#602599).
Richard Jones
2010-06-10
4
-5
/
+58
*
Fix typo in documentation of guestfs_set_launch_done_callback.
Richard Jones
2010-06-10
1
-1
/
+1
*
file: Fix file command on /dev/VG/LV paths (RHBZ#582484).
Richard Jones
2010-06-08
1
-1
/
+1
*
file: Restrict to regular files (RHBZ#582484).
Richard Jones
2010-06-04
1
-5
/
+18
*
touch: Restrict touch to regular files only (RHBZ#582484).
Richard Jones
2010-06-04
1
-1
/
+4
*
mkfs-b: Map block size to cluster size for VFAT and NTFS partitions (RHBZ#599...
Richard Jones
2010-06-03
1
-2
/
+17
*
generator: Allow individual tests to depend on daemon features.
Richard Jones
2010-06-03
1
-2
/
+12
*
tests: Factor out common code into 'is_available' function.
Richard Jones
2010-06-03
1
-10
/
+16
*
grub-install: Enable grub-install tests and create explicit device.map file.
Richard Jones
2010-06-03
1
-4
/
+7
*
grub-install: In docs suggest manually creating device.map (RHBZ#484986).
Richard Jones
2010-06-03
1
-1
/
+12
*
resize2fs: Document this command also works with ext4 (thanks Yufang Zhang).
Richard Jones
2010-06-02
1
-3
/
+3
*
fish: help command return error for non-existent commands (RHBZ#597145).
Richard Jones
2010-06-02
1
-3
/
+5
*
daemon: write-file: Check range of size parameter (RHBZ#597135).
Richard Jones
2010-06-02
1
-1
/
+3
*
Fix and deprecate get_e2label and get_e2uuid (RHBZ#597112).
Richard Jones
2010-06-01
1
-3
/
+8
*
New APIs: vfs-label and vfs-uuid return label and uuid for many fs types.
Richard Jones
2010-06-01
2
-1
/
+24
*
Fix documentation for vfs-type to reflect reality.
Richard Jones
2010-05-27
1
-5
/
+6
*
Clarify documentation on distro backports in version command.
Richard Jones
2010-05-27
1
-2
/
+4
*
Add reference to version number documentation to version command.
Richard Jones
2010-05-27
1
-0
/
+2
*
Clarify sparse behaviour of truncate-size command.
Richard Jones
2010-05-27
1
-2
/
+7
*
Fix typo in documentation of guestfs_readlinklist.
Richard Jones
2010-05-27
1
-1
/
+1
*
Fix missing word in docuentation of guestfs_readdir.
Richard Jones
2010-05-27
1
-1
/
+1
*
Revise documentation on creating files.
Richard Jones
2010-05-27
1
-1
/
+5
*
New API: fallocate64 (replaces fallocate).
Richard Jones
2010-05-27
2
-2
/
+24
*
Fix typo in description of echo-daemon command.
Richard Jones
2010-05-26
1
-2
/
+2
*
Add tests for available-all-groups command.
Richard Jones
2010-05-25
1
-1
/
+1
*
fish: New command: 'supported'
Richard Jones
2010-05-25
1
-0
/
+7
*
New API: available-all-groups to return list of all optional groups.
Richard Jones
2010-05-25
2
-1
/
+15
*
guestfs_version: Correct documentation.
Richard Jones
2010-05-22
1
-2
/
+3
*
Build workaround for Python 2.4.x in RHEL 5.
Richard W.M. Jones
2010-05-21
1
-0
/
+6
*
C99 compatible build fix for RHEL 5.
Richard W.M. Jones
2010-05-21
1
-3
/
+6
*
New API: ntfsresize-size to allow shrinking NTFS (RHBZ#585223).
Richard Jones
2010-05-21
2
-1
/
+8
*
New API: pvresize-size to allow shrinking PVs (RHBZ#585222).
Richard Jones
2010-05-21
1
-0
/
+7
*
New API: resize2fs-size to allow shrinking ext2 filesystems (RHBZ#585221).
Richard Jones
2010-05-21
1
-0
/
+7
*
fish: Allow suffixes on number parameters (eg. 1M)
Richard Jones
2010-05-21
1
-1
/
+4
*
generator: Make 'xz' into an optional group.
Richard Jones
2010-05-20
1
-2
/
+2
*
generator: Check parameters are not NULL (RHBZ#501893).
Richard Jones
2010-05-20
1
-10
/
+47
*
generator: Some String parameters should be OptString (RHBZ#501894).
Richard Jones
2010-05-20
1
-2
/
+2
*
New API: Implement pwrite system call (partial fix for RHBZ#592883).
Richard Jones
2010-05-20
2
-2
/
+30
*
New API: write for creating files with fixed content (RHBZ#501889).
Richard Jones
2010-05-20
3
-51
/
+54
*
generator: Implement BufferIn parameter type (RHBZ#501889).
Richard Jones
2010-05-20
1
-38
/
+165
*
Unify supermin appliance building using febootstrap 2.7
Richard Jones
2010-05-13
1
-12
/
+10
*
Fix FileIn cmds losing synch if both ends send cancel messages (RHBZ#576879).
Richard Jones
2010-05-13
1
-9
/
+9
*
Fix error message in string-e command (RHBZ#588651).
Richard Jones
2010-05-13
1
-4
/
+33
*
Add version numbers to Perl modules (RHBZ#521674).
Richard Jones
2010-05-12
1
-11
/
+17
*
New API: fill-pattern for creating files with predefined patterns.
Richard Jones
2010-05-12
2
-2
/
+15
*
launch: Rearrange the code so config check is first.
Richard Jones
2010-05-08
1
-12
/
+12
*
generator: FishAction is no longer used, remove this feature.
Richard Jones
2010-05-08
1
-5
/
+1
[next]