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
FAS Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
daemon
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Generated code for 'checksum' command.
Richard Jones
2009-04-20
2
-0
/
+33
|
*
Add 'checksum' command.
Richard Jones
2009-04-20
2
-0
/
+86
|
*
Implement upload and download commands.
Richard Jones
2009-04-20
5
-43
/
+353
|
*
Use GUESTFS_LAUNCH_FLAG in the daemon, and use correct uint32_t.
Richard Jones
2009-04-19
1
-2
/
+2
|
*
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
1
-0
/
+7
|
*
Begin to add the upload and download commands.
Richard Jones
2009-04-18
2
-0
/
+56
|
*
Separate out the high-level API actions.
Richard Jones
2009-04-18
1
-1
/
+1
|
|
|
|
|
|
- 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.
*
Rewrite of main loop impl, start of FileIn/FileOut support.
Richard Jones
2009-04-18
3
-5
/
+61
|
*
Ruby bindings.
Richard Jones
2009-04-16
1
-1
/
+1
|
*
Missing free() on return path (thanks: Steve Grubb).
Richard Jones
2009-04-16
1
-0
/
+3
|
*
'guestfish edit' commands and several bugfixes.
Richard Jones
2009-04-15
1
-2
/
+2
|
*
Generated code for blockdev_* calls, RInt64, enhanced tests.
Richard Jones
2009-04-15
2
-0
/
+292
|
*
Added blockdev_* calls. RInt64 type. Enhanced tests.
Richard Jones
2009-04-15
2
-0
/
+145
|
*
Generated code for tune2fs-l command and RHashtable return type.
Richard Jones
2009-04-15
2
-0
/
+32
|
*
Added tune2fs-l command and RHashtable return type.
Richard Jones
2009-04-15
2
-0
/
+120
|
*
Generated code for stat/lstat/statvfs changes.
Richard Jones
2009-04-15
2
-0
/
+93
|
*
Added stat, lstat, statvfs and associated stat structures.
Richard Jones
2009-04-15
2
-0
/
+156
|
*
Better handling of trailing \n problem.
Richard Jones
2009-04-14
1
-4
/
+4
|
*
Add 'command' and 'command-lines'. Fix args freeing in Perl bindings.
Richard Jones
2009-04-14
4
-0
/
+169
|
*
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
2
-0
/
+31
|
*
Added file(1) command.
Richard Jones
2009-04-13
1
-0
/
+49
|
*
Old versions of augeas lack aug_load, aug_defvar, aug_node. Check for those ↵
Richard Jones
2009-04-13
2
-1
/
+19
|
|
|
|
calls.
*
Added test suite.
Richard Jones
2009-04-11
11
-111
/
+987
|
*
Generated files for previous commands.
Richard Jones
2009-04-10
2
-0
/
+188
|
*
New commands: rm rmdir rm-rf mkdir mkdir-p chmod chown
Richard Jones
2009-04-10
3
-0
/
+228
|
*
CHROOT_OUT must preserve errno.
Richard Jones
2009-04-10
1
-3
/
+7
|
*
Fix off-by-one error in Augeas wrapper code.
Richard Jones
2009-04-10
1
-1
/
+1
|
*
Remove *~ files when doing 'make clean'.
Richard Jones
2009-04-09
1
-1
/
+3
|
*
Added aug-ls (generated code).
Richard Jones
2009-04-09
2
-0
/
+30
|
*
Add aug-ls command (non-generated code).
Richard Jones
2009-04-09
1
-0
/
+43
|
*
Added Augeas support.
Richard Jones
2009-04-09
5
-19
/
+613
|
*
Generated code for new guestfs_read_lines API call.
Richard Jones
2009-04-08
2
-0
/
+30
|
*
Definition and implementation of new guestfs_read_lines API call.
Richard Jones
2009-04-08
1
-1
/
+53
|
*
Bug fix: Trailing whitespace from 'pvs' command.
Richard Jones
2009-04-08
1
-0
/
+6
|
*
Implement simple lvs/vgs/pvs commands.
Richard Jones
2009-04-07
3
-0
/
+175
|
*
Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands.
Richard Jones
2009-04-07
3
-30
/
+30
|
*
pvs/vgs/lvs commands working now.
Richard Jones
2009-04-07
6
-1
/
+1051
|
*
Implement list-devices and list-partitions.
Richard Jones
2009-04-06
7
-65
/
+257
|
*
Implementations of 'cat', 'ls', and some cleanups.
Richard Jones
2009-04-06
4
-17
/
+165
|
*
Implement RString and RStringList return types.
Richard Jones
2009-04-04
7
-8
/
+195
|
|
|
|
|
- implement 'll' command. - outlines for 'ls' and 'cat' commands.
*
Implemented 'mount' and 'touch' commands.
Richard Jones
2009-04-03
5
-22
/
+334
|
*
Parses return values and returned errors properly.
Richard Jones
2009-04-03
1
-2
/
+1
|
*
Makes a series of non-trivial calls.
Richard Jones
2009-04-03
4
-4
/
+224
|
*
Daemon and library are mostly talking to each other now.
Richard Jones
2009-04-03
7
-9
/
+186
|
*
Lots more auto-generation.
Richard Jones
2009-04-03
2
-0
/
+105
|
*
Add the first version of the guestfsd daemon.
Richard Jones
2009-04-03
2
-1
/
+211
|
*
Various fixes to the build system, add 'make test-boot-image' target.
Richard Jones
2009-04-01
2
-0
/
+4
|
*
Moved .cvsignore -> .gitignore.
Richard Jones
2009-04-01
1
-13
/
+0
|
[prev]
[next]