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
/
.gitignore
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Add a test of non-ASCII character fidelity on various filesystem types...
Richard W.M. Jones
2012-05-25
1
-0
/
+1
*
examples: Add an example of using the mount-local API from C.
Richard W.M. Jones
2012-05-13
1
-0
/
+1
*
Turn libguestfs FAQ into a man page: guestfs-faq(1).
Richard W.M. Jones
2012-05-01
1
-0
/
+3
*
Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep).
Richard W.M. Jones
2012-05-01
1
-0
/
+3
*
Remove gettextize.
Richard W.M. Jones
2012-05-01
1
-13
/
+0
*
Move 'libguestfs.pc' (pkgconfig file) to src/ directory.
Richard W.M. Jones
2012-04-30
1
-1
/
+1
*
gitignore: Move cscope.out to second section.
Richard W.M. Jones
2012-04-16
1
-1
/
+1
*
.gitignore: cscope.out isn't always at the top-level
Matthew Booth
2012-04-16
1
-1
/
+1
*
New man page: guestfs-performance(1).
Richard W.M. Jones
2012-04-11
1
-0
/
+3
*
po-docs: Allow parallel builds in po-docs directory.
Richard W.M. Jones
2012-04-11
1
-0
/
+1
*
tests: Fix guest building so parallel 'make -jN check' works.
Richard W.M. Jones
2012-04-06
1
-0
/
+1
*
Use absolute paths where necessary in .gitignore file.
Richard W.M. Jones
2012-04-03
1
-382
/
+398
*
sysprep: Add a test of the --script option.
Richard W.M. Jones
2012-04-01
1
-0
/
+2
*
Add po/remove-potcdate.sin to git and EXTRA_DIST.
1.17.23
Richard W.M. Jones
2012-04-01
1
-1
/
+0
*
Rewrite virt-sysprep.
Richard W.M. Jones
2012-03-31
1
-3
/
+6
*
Add test of parallel mount-local calls.
Richard W.M. Jones
2012-03-29
1
-0
/
+2
*
gobject: Split sources into 1 file per class
Matthew Booth
2012-03-28
1
-2
/
+2
*
Ignore guestfs.pyo.
Richard W.M. Jones
2012-03-27
1
-0
/
+1
*
Only ignore guestfs.* at the top level
Matthew Booth
2012-03-27
1
-1
/
+1
*
generator: Generate a .gitignore file specifically for java structs.
Richard W.M. Jones
2012-03-20
1
-13
/
+0
*
Make HTML from libguestfs-test-tool man page.
Richard W.M. Jones
2012-03-17
1
-0
/
+2
*
appliance: Add a tool to make fixed appliances.
Richard W.M. Jones
2012-03-17
1
-0
/
+4
*
New APIs: isoinfo and isoinfo-device.
Richard W.M. Jones
2012-03-16
1
-0
/
+1
*
example: Copying a directory between two guests using threads.
Richard W.M. Jones
2012-03-09
1
-0
/
+1
*
Add 'display_icon' example program.
Richard W.M. Jones
2012-03-07
1
-0
/
+1
*
Test header file under C++.
Richard W.M. Jones
2012-03-04
1
-0
/
+1
*
tests: Test parallel launch from multiple threads.
Richard W.M. Jones
2012-02-15
1
-0
/
+1
*
perl: Ignore perl/MYMETA.json
Richard W.M. Jones
2012-02-07
1
-0
/
+1
*
ocaml: Test bytecode and native code bindings.
Richard W.M. Jones
2012-01-27
1
-7
/
+14
*
Enable running the daemon under valgrind.
Richard W.M. Jones
2012-01-24
1
-0
/
+1
*
gobject: Add basic bindtests
Matthew Booth
2012-01-20
1
-0
/
+1
*
gobject: Add GObject bindings
Matthew Booth
2012-01-20
1
-0
/
+4
*
New tool: virt-format: erase and make blank disks.
Richard W.M. Jones
2012-01-18
1
-0
/
+4
*
build: Remove .depend files from git
Matthew Booth
2012-01-11
1
-0
/
+4
*
Sort .gitignore (using sort -d -- dictionary order).
Richard W.M. Jones
2012-01-04
1
-55
/
+54
*
gitignore: ignore the git related files
Wanlong Gao
2012-01-04
1
-0
/
+7
*
gitignore: ignore the guestfs.* directory
Wanlong Gao
2011-12-23
1
-0
/
+1
*
tests: Split images -> tests/data + tests/guests
Richard W.M. Jones
2011-12-22
1
-20
/
+20
*
tests: Rename extratests -> tests/extra.
Richard W.M. Jones
2011-12-22
1
-1
/
+1
*
tests: Split regressions -> various subdirectories of tests/
Richard W.M. Jones
2011-12-22
1
-6
/
+5
*
tests: Rename capitests -> tests/c-api.
Richard W.M. Jones
2011-12-22
1
-15
/
+15
*
fish: Allow events to be processed in guestfish.
Richard W.M. Jones
2011-12-16
1
-0
/
+1
*
extra-tests: Include valgrind suppressions file.
Richard W.M. Jones
2011-11-24
1
-1
/
+0
*
Add 'make extra-tests' rule and run extra tests.
Richard W.M. Jones
2011-11-24
1
-0
/
+2
*
build: Create an MD variant of the dummy Fedora image
Matthew Booth
2011-11-24
1
-0
/
+2
*
Add guestfs-testing(1) man page.
Richard W.M. Jones
2011-11-20
1
-0
/
+3
*
resize: Add tests for some Utils functions.
Richard W.M. Jones
2011-11-03
1
-0
/
+1
*
python: Fixes for Python 3 (RHBZ#750889).
Richard W.M. Jones
2011-11-02
1
-0
/
+1
*
New tool: virt-sysprep: system preparation for guests.
Richard W.M. Jones
2011-10-08
1
-0
/
+4
*
New tool: virt-alignment-scan to check alignment of partitions.
Richard W.M. Jones
2011-10-05
1
-0
/
+4
[next]