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
*
Implement 'vgrename' and 'lvrename' APIs.
Richard Jones
2010-01-28
2
-1
/
+21
*
supermin: Prevent multilib corruption (RHBZ#558593).
Richard Jones
2010-01-27
1
-2
/
+4
*
guestfish: Use xstrtol to parse integers (RHBZ#557655).
Richard Jones
2010-01-25
1
-4
/
+50
*
Add 'filesize' call.
Richard Jones
2010-01-25
2
-1
/
+13
*
Add guestfs.pod and guestfish.pod to EXTRA_DIST.
1.0.81
Richard Jones
2010-01-13
1
-1
/
+2
*
qemu: Upstream regression of -stdio serial option.
Richard Jones
2010-01-07
1
-4
/
+17
*
Use linker script to control visibility of symbols.
Richard Jones
2010-01-04
2
-3
/
+53
*
generator: Move all library generation code together.
Richard Jones
2010-01-04
1
-1
/
+1
*
generator: Print total lines of generated code.
Richard Jones
2010-01-04
1
-2
/
+18
*
C#: Add documentation about experimental nature of these bindings.
Richard Jones
2010-01-04
2
-5
/
+39
*
Experimental C# bindings.
Richard Jones
2010-01-02
2
-5
/
+218
*
Move guestfs(3) and guestfish(1) man pages into subdirectories.
Richard Jones
2009-12-31
4
-6
/
+1337
*
generator: Move src/guestfs-bindtests.c next to other src/ files.
Richard Jones
2009-12-31
1
-1
/
+1
*
generator: Use Continuation Passing Style (CPS) in output_to function.
Richard Jones
2009-12-31
1
-175
/
+56
*
generator: Rename GPLv2 to GPLv2plus, LGPLv2 to LGPLv2plus.
Richard Jones
2009-12-31
1
-38
/
+38
*
generated code: Set copyright years to 2009-xxxx when current year > 2009.
Richard Jones
2009-12-31
1
-4
/
+8
*
Remove separate inspector_generator.ml, combine this with generator.ml.
Richard Jones
2009-12-31
1
-2
/
+506
*
generator: Comment and whitespace changes only.
Richard Jones
2009-12-31
1
-17
/
+24
*
build: Fix typo in filename.
Richard Jones
2009-12-16
1
-1
/
+1
*
lib: Link with $(LTLIBTHREAD), required by Gnulib lock module.
Richard Jones
2009-12-07
1
-1
/
+3
*
lib: Add thread-safety to global list of handles.
Richard Jones
2009-12-07
1
-9
/
+10
*
Make realpath call optional, disable it for Windows.
Richard Jones
2009-11-26
1
-1
/
+1
*
availability: Add a test for this call.
Richard Jones
2009-11-24
1
-1
/
+1
*
availability: Clarify and fix documentation.
Richard Jones
2009-11-24
1
-11
/
+12
*
generator: Passing "" to StringList tests should turn into empty list.
Richard Jones
2009-11-24
1
-0
/
+2
*
Implement 'dd' command.
Richard Jones
2009-11-23
2
-1
/
+17
*
generator: second parameter to upload is Dev_or_Path, not String.
Richard Jones
2009-11-22
1
-1
/
+1
*
availability: Skip tests when functions are not available.
Richard Jones
2009-11-20
1
-3
/
+23
*
availability: Add optional groups and implement guestfs_available call.
Richard Jones
2009-11-20
1
-62
/
+138
*
availability: Add guestfs_available.
Richard Jones
2009-11-20
2
-2
/
+61
*
build: Add missing dependency libguestfs.la->guestfs_protocol.h
Matthew Booth
2009-11-20
1
-0
/
+1
*
maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exit
Jim Meyering
2009-11-20
1
-20
/
+20
*
generator: open Unix module by default.
Richard Jones
2009-11-19
1
-22
/
+23
*
syntax-check: Fix tab-vs-space issue in the generator.
Richard Jones
2009-11-19
1
-4
/
+4
*
build: Fix inter-directory dependencies
Matthew Booth
2009-11-19
1
-16
/
+19
*
generator: Acquire lock to prevent two parallel runs of the generator.
Richard Jones
2009-11-19
1
-6
/
+27
*
syntax-check: expand TABs in generator.ml
Jim Meyering
2009-11-19
1
-23
/
+23
*
BUILT_SOURCES now depends on running the generator.
Richard Jones
2009-11-18
1
-1
/
+1
*
generator: Fix API of functions that return RBufferOut
Richard Jones
2009-11-18
1
-9
/
+37
*
fish: Improve output of guestfish -h cmd
Richard Jones
2009-11-17
1
-3
/
+5
*
New API call: fill - fill a file with octets
Richard Jones
2009-11-17
2
-1
/
+14
*
Generate guestfs_protocol.x when stamp-generator updates
Matthew Booth
2009-11-11
1
-0
/
+2
*
Don't export STREQ and friends in <guestfs.h>
Richard Jones
2009-11-10
5
-10
/
+37
*
Fix problems found by 'make syntax check'
Richard Jones
2009-11-10
1
-1
/
+1
*
Print timestamped messages during appliance launch.
Richard Jones
2009-11-10
1
-0
/
+54
*
Record time of guest launch.
Richard Jones
2009-11-10
1
-6
/
+7
*
appliance: Prefix kernel messages with timestamp.
Richard Jones
2009-11-10
1
-0
/
+1
*
Generic partition creation interface.
Richard Jones
2009-11-10
2
-29
/
+231
*
change strncasecmp() == 0 to STRCASEEQLEN()
Jim Meyering
2009-11-09
1
-1
/
+1
*
use STREQ, not strcmp: part 2
Jim Meyering
2009-11-09
1
-8
/
+8
[next]