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
...
*
guestfs(3): Documentation on protocol gotchas.
Richard Jones
2010-04-29
1
-0
/
+17
*
Version 1.3.8.
1.3.8
Richard Jones
2010-04-27
13
-1735
/
+1275
*
Update Spanish translation (RHBZ#585961).
Daniel Cabrera
2010-04-26
1
-582
/
+1344
*
fish: Add 'man' command which opens the manual.
Richard Jones
2010-04-24
7
-5
/
+89
*
docs: Routine refresh of the documentation for guestfs(3) and guestfish(1).
Richard Jones
2010-04-24
2
-136
/
+132
*
Version 1.3.7 - note: fixes a segfault in guestfish 1.3.6.
1.3.7
Richard Jones
2010-04-23
13
-5570
/
+5629
*
todo docs: Discuss shrinking filesystems and specifying sizes in guestfish.
Richard Jones
2010-04-23
1
-0
/
+17
*
New API: checksums-out for checksumming many files.
Richard Jones
2010-04-23
3
-2
/
+104
*
generator: Update docs for checksum to point to checksum-device.
Richard Jones
2010-04-23
1
-1
/
+3
*
daemon: Split out checksum type to program name mapping into function.
Richard Jones
2010-04-23
1
-14
/
+22
*
fish: Fix segfault in '-a' option.
Richard Jones
2010-04-23
1
-1
/
+2
*
todo docs: Integrate with host intrusion detection systems.
Richard Jones
2010-04-23
1
-0
/
+12
*
todo docs: Mapping filesystems to and from disk blocks.
Richard Jones
2010-04-23
1
-0
/
+10
*
Version 1.3.6.
1.3.6
Richard Jones
2010-04-22
13
-1990
/
+2044
*
fish: Add -N option for making prepared disk images.
Richard Jones
2010-04-22
17
-152
/
+532
*
fish docs: Be consistent about using I<-..> for options.
Richard Jones
2010-04-22
1
-4
/
+4
*
fish docs: Use L</...> for internal links in the man page.
Richard Jones
2010-04-22
1
-6
/
+6
*
Whitelist the loop kernel module
Matthew Booth
2010-04-22
1
-0
/
+2
*
Don't die during inspection if rpm -qa or dpkg-query fails
Matthew Booth
2010-04-21
1
-8
/
+20
*
Don't die during inspection if initrd doesn't exist
Matthew Booth
2010-04-21
1
-1
/
+1
*
Add zfs-fuse (ZFS via FUSE) support to the appliance.
Richard Jones
2010-04-20
1
-0
/
+1
*
Remove checks for Test::Pod and Test::Pod::Coverage.
Richard Jones
2010-04-20
1
-1
/
+1
*
Updated Spanish translations (RHBZ#584038).
Daniel Cabrera
2010-04-20
1
-576
/
+1320
*
Check user doesn't run configure, make or make check as root.
Richard Jones
2010-04-20
2
-0
/
+22
*
Replace 'dd' in tests with use of guestfish 'sparse' command.
Richard Jones
2010-04-20
3
-6
/
+5
*
Document new version numbering policy.
Richard Jones
2010-04-20
1
-0
/
+63
*
Document umask (RHBZ#582548, RHBZ#583554).
Richard Jones
2010-04-19
1
-1
/
+18
*
docs: Clarify documentation for mknod (RHBZ#582948).
Richard Jones
2010-04-19
1
-0
/
+8
*
Update PO files.
1.3.5
Richard Jones
2010-04-19
12
-5101
/
+5291
*
Prepare for version 1.3.5.
Richard Jones
2010-04-19
1
-1
/
+1
*
New APIs: base64-in and base64-out for uploading/downloading base64 content.
Richard Jones
2010-04-19
8
-24
/
+174
*
New API: debug-upload (not a formal part of the API/ABI).
Richard Jones
2010-04-19
3
-10
/
+94
*
fish: Allow -<<END as a syntax for uploading "heredocs".
Richard Jones
2010-04-19
4
-10
/
+189
*
todo docs: Feature for base64 uploads and scripts.
Richard Jones
2010-04-19
1
-1
/
+24
*
docs: Add virt-resize(1) link to guestfish(1) manpage.
Richard Jones
2010-04-19
1
-0
/
+1
*
Version 1.3.4
1.3.4
Richard Jones
2010-04-17
13
-6353
/
+5795
*
todo documentation: Idea: List, mount filesystems by UUID and label.
Richard Jones
2010-04-17
1
-1
/
+13
*
todo documentation: remove 'virt-grow/shrink', see virt-resize
Richard Jones
2010-04-17
1
-7
/
+0
*
todo documentation: virt-rescue now uses $TERM from library, remove from todo...
Richard Jones
2010-04-17
1
-6
/
+0
*
todo documentation: Remove old section on PPC bugs.
Richard Jones
2010-04-17
1
-17
/
+0
*
todo documentation: Remove old ideas for Python bindings.
Richard Jones
2010-04-17
1
-6
/
+0
*
Documentation: Use 'g' instead of 'handle' in documentation.
Richard Jones
2010-04-17
2
-48
/
+53
*
In guestfs(3), unmount "/" directory in the example.
Richard Jones
2010-04-17
1
-0
/
+1
*
Add compilation/linking example to guestfs(3) man page.
Richard Jones
2010-04-17
1
-0
/
+4
*
generator: Use shortname in check_state() call.
Richard Jones
2010-04-17
1
-1
/
+2
*
Build top-level directories in a more logical order.
Richard Jones
2010-04-17
1
-14
/
+20
*
Rerun generator if images/test.iso does not exist or has been updated.
Richard Jones
2010-04-17
1
-1
/
+4
*
Fix upload losing synchronization if root not mounted (RHBZ#576879).
Richard Jones
2010-04-17
11
-64
/
+92
*
generator: Fix typo in a comment.
Richard Jones
2010-04-17
1
-1
/
+1
*
Improved checking, documentation of modes (RHBZ#582901, RHBZ#582929).
Richard Jones
2010-04-17
5
-6
/
+42
[prev]
[next]