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 (
Collapse
)
Author
Age
Files
Lines
*
Implement NEED_ROOT_OR_IS_DEVICE macro.
Richard Jones
2009-04-19
2
-1
/
+14
|
*
Implement _send_sync, _send_file_sync and _receive_file_sync.
Richard Jones
2009-04-19
5
-1404
/
+393
|
*
Begin to add the upload and download commands.
Richard Jones
2009-04-18
23
-349
/
+917
|
*
Add ruby/ directory, add more warnings.
Richard Jones
2009-04-18
1
-3
/
+6
|
*
Split out send and reply operations into separate callbacks.
Richard Jones
2009-04-18
4
-1535
/
+3205
|
*
guestfs_send -> guestfs__send, in case we want a future command called "send".
Richard Jones
2009-04-18
4
-69
/
+69
|
*
Separate out the high-level API actions.
Richard Jones
2009-04-18
23
-1734
/
+1948
|
|
|
|
|
|
- Split out the high-level API actions so that they are in a separate file, and use the defined guestfs C API, instead of fiddling around with internal structures.
*
Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs
Richard Jones
2009-04-18
1
-1
/
+1
|
\
|
*
Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs
Richard Jones
2009-04-18
1
-1
/
+1
|
|
\
|
*
|
Version 1.0.1
1.0.1
Richard Jones
2009-04-18
1
-1
/
+1
|
|
|
*
|
|
Rewrite of main loop impl, start of FileIn/FileOut support.
Richard Jones
2009-04-18
17
-1673
/
+2578
|
|
/
|
/
|
*
|
Allow Ruby bindings to build correctly even if libguestfs not installed.
Richard W.M. Jones
2009-04-16
1
-1
/
+1
|
/
*
Fix spec file.
1.0.0
Richard Jones
2009-04-16
1
-3
/
+3
|
*
Ruby bindings.
Richard Jones
2009-04-16
16
-7
/
+2648
|
*
Resync with proposed Fedora specfile.
Richard Jones
2009-04-16
1
-8
/
+20
|
*
Missing free() on return path (thanks: Steve Grubb).
Richard Jones
2009-04-16
2
-0
/
+4
|
*
TODO list updated.
Richard Jones
2009-04-16
1
-0
/
+4
|
*
Note slow kernel boot times for F11/12.
Richard Jones
2009-04-16
1
-0
/
+4
|
*
Updated TODO, BUGS.
Richard Jones
2009-04-16
2
-1
/
+5
|
*
Added Python documentation.
Richard Jones
2009-04-16
2
-10
/
+774
|
*
Really needs qemu 0.10 for vmchannel support.
Richard Jones
2009-04-16
1
-2
/
+2
|
*
0.9.9 for final cleanups before 1.0 release.
0.9.9
Richard Jones
2009-04-15
1
-1
/
+1
|
*
'guestfish edit' commands and several bugfixes.
Richard Jones
2009-04-15
10
-24
/
+599
|
*
Started BUGS list.
Richard Jones
2009-04-15
1
-0
/
+1
|
*
Move guestfish 'alloc' command to a separate file.
Richard Jones
2009-04-15
4
-82
/
+117
|
*
Version 0.9.3.
0.9.3
Richard Jones
2009-04-15
1
-1
/
+1
|
*
Show byte sizes in example.
Richard Jones
2009-04-15
1
-3
/
+11
|
*
Generated code for blockdev_* calls, RInt64, enhanced tests.
Richard Jones
2009-04-15
19
-1047
/
+4036
|
*
Added blockdev_* calls. RInt64 type. Enhanced tests.
Richard Jones
2009-04-15
3
-19
/
+322
|
*
Be strict about commands which don't test themselves, warn about missing tests.
Richard Jones
2009-04-15
2
-1
/
+87
|
*
Version 0.9.2.
0.9.2
Richard Jones
2009-04-15
1
-1
/
+1
|
*
Display ext2/3 details, and some bug fixes.
Richard Jones
2009-04-15
1
-4
/
+34
|
*
Correctly free memory in RHashtable binding for OCaml & Python.
Richard Jones
2009-04-15
3
-2
/
+6
|
*
Generated code for tune2fs-l command and RHashtable return type.
Richard Jones
2009-04-15
21
-1
/
+368
|
*
Added tune2fs-l command and RHashtable return type.
Richard Jones
2009-04-15
3
-48
/
+268
|
*
Added to-xml program.
Richard Jones
2009-04-15
4
-3
/
+172
|
*
Remove 'df' program from examples - didn't ever work.
Richard Jones
2009-04-15
2
-35
/
+2
|
*
Generated code for stat/lstat/statvfs changes.
Richard Jones
2009-04-15
20
-349
/
+1540
|
*
Added stat, lstat, statvfs and associated stat structures.
Richard Jones
2009-04-15
3
-53
/
+518
|
*
Quoting in guestfish.
Richard Jones
2009-04-14
3
-25
/
+126
|
*
Version 0.9.1
0.9.1
Richard Jones
2009-04-14
1
-1
/
+1
|
*
Added bindings for GNU readline.
Richard Jones
2009-04-14
9
-10
/
+367
|
*
Better handling of trailing \n problem.
Richard Jones
2009-04-14
1
-4
/
+4
|
*
Typos and documentation updates.
Richard Jones
2009-04-14
5
-13
/
+13
|
*
Generated changes to perl XS bindings.
Richard Jones
2009-04-14
1
-56
/
+28
|
*
Add 'command' and 'command-lines'. Fix args freeing in Perl bindings.
Richard Jones
2009-04-14
20
-99
/
+938
|
*
Fix 'file(1)' command to work on /dev devices.
Richard Jones
2009-04-14
1
-10
/
+15
|
*
Generated files for file(1) command.
Richard Jones
2009-04-13
18
-48
/
+532
|
*
Added file(1) command.
Richard Jones
2009-04-13
3
-1
/
+69
|
*
Note a bug.
Richard Jones
2009-04-13
1
-2
/
+1
|
[next]