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
/
src
/
generator.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix checking of generator being run from the right directory.
Richard W.M. Jones
2009-07-07
1
-1
/
+1
*
RHEL 5: for (int i = ...) is not permitted with this old version of GCC.
Richard Jones
2009-07-07
1
-1
/
+8
*
Generate structs and struct lists generically.
Richard Jones
2009-07-07
1
-1183
/
+641
*
Add 'get-pid' command.
Richard Jones
2009-07-06
1
-0
/
+9
*
Make it possible to build in a separate directory
Matthew Booth
2009-07-03
1
-1
/
+1
*
generate slightly more "const-correct" code
Jim Meyering
2009-07-03
1
-6
/
+6
*
use safe_malloc and safe_calloc in generated code
Jim Meyering
2009-07-03
1
-21
/
+23
*
prefer sizeof *VAR over sizeof TYPE (no semantic change)
Jim Meyering
2009-07-02
1
-10
/
+10
*
Add 'sfdiskM' command.
Richard W.M. Jones
2009-07-02
1
-29
/
+41
*
Add ./configure --with-drive-if=(ide|scsi|virtio)
Richard W.M. Jones
2009-07-02
1
-2
/
+2
*
Add list of function_names to the daemon.
Richard W.M. Jones
2009-07-02
1
-0
/
+20
*
Memoize the output of pod2text function in the generator.
Richard W.M. Jones
2009-07-02
1
-24
/
+45
*
Generator now runs automatically when it has changed.
Richard W.M. Jones
2009-07-02
1
-0
/
+7
*
Add 'readdir' call.
Richard W.M. Jones
2009-07-02
1
-24
/
+373
*
Change to use virtio_blk (virtio block device) by default.
Richard W.M. Jones
2009-07-01
1
-12
/
+18
*
Change statvfs test so it doesn't depend on device size.
Richard W.M. Jones
2009-06-30
1
-2
/
+1
*
Clean up the output of the C API test code.
Richard W.M. Jones
2009-06-30
1
-4
/
+6
*
New commands: mknod, mkfifo, mknod_b, mknod_c and umask.
Richard W.M. Jones
2009-06-30
1
-0
/
+70
*
Use octal numbers for modes in the test suite.
Richard W.M. Jones
2009-06-30
1
-23
/
+23
*
Add 'set_memsize'/'get_memsize' calls.
Richard W.M. Jones
2009-06-30
1
-0
/
+29
*
Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.
Richard W.M. Jones
2009-06-29
1
-0
/
+24
*
Add mount-loop command (RHBZ#508668).
Richard W.M. Jones
2009-06-29
1
-0
/
+8
*
Add 'initrd-list' command to list contents of initrd images.
Richard W.M. Jones
2009-06-29
1
-0
/
+16
*
Added 'du' command.
Richard W.M. Jones
2009-06-29
1
-0
/
+16
*
Add 'df' and 'df-h' commands.
Richard W.M. Jones
2009-06-29
1
-0
/
+25
*
Implement "head", "head-n", "tail", "tail-n" commands.
Richard W.M. Jones
2009-06-29
1
-0
/
+58
*
Prevent 'n' being used as a parameter name.
Richard W.M. Jones
2009-06-29
1
-3
/
+3
*
Implementation of 'wc_c', 'wc_w' and 'wc_l' commands.
Richard W.M. Jones
2009-06-29
1
-0
/
+27
*
Implement TEST_ONLY environment variable to run selected tests only.
Richard W.M. Jones
2009-06-29
1
-2
/
+5
*
Add large test files with standard content for the C API test.
Richard W.M. Jones
2009-06-29
1
-1
/
+7
*
Haskell bindings: Implement bindtests.
Richard W.M. Jones
2009-06-28
1
-2
/
+33
*
Haskell bindings: Int and Int64 return types.
Richard W.M. Jones
2009-06-28
1
-3
/
+3
*
Haskell bindings: fix boolean arguments.
Richard W.M. Jones
2009-06-28
1
-5
/
+2
*
Haskell bindings: Fix integer arguments.
Richard W.M. Jones
2009-06-28
1
-10
/
+13
*
Clarify documentation for mkdtemp.
Richard W.M. Jones
2009-06-24
1
-3
/
+6
*
Add mkdtemp command.
Richard W.M. Jones
2009-06-24
1
-0
/
+22
*
Implement libtool library versioning.
Richard W.M. Jones
2009-06-23
1
-0
/
+17
*
Added 'scrub-*' commands for securely scrubbing filesystems.
Richard W.M. Jones
2009-06-23
1
-1
/
+41
*
Command line argument handling.
Richard W.M. Jones
2009-06-23
1
-1
/
+1
*
Check parameter types in Ruby bindings (RHBZ#507346).
Richard Jones
2009-06-22
1
-0
/
+2
*
Improve error message when appliance doesn't match library.
Richard Jones
2009-06-22
1
-1
/
+1
*
Missing \n character in Ruby bindings.
Richard Jones
2009-06-22
1
-1
/
+1
*
Add 'glob-expand' command.
Richard Jones
2009-06-22
1
-0
/
+28
*
Add 'sh' and 'sh-lines' commands.
Richard Jones
2009-06-22
1
-2
/
+33
*
Add tab-completion of guest filenames (currently disabled).
Richard Jones
2009-06-18
1
-0
/
+6
*
Catching hanging qemu in tests (RHBZ#505329).
Richard Jones
2009-06-11
1
-0
/
+7
*
Remove obsolete comment from generator.
Richard Jones
2009-06-10
1
-7
/
+0
*
Specify type of squashfs filesystem.
Richard Jones
2009-06-10
1
-1
/
+4
*
Implement device name translation. Remove device name hacks in tests.
Richard Jones
2009-06-10
1
-49
/
+48
*
In the daemon, change all const char * parameters to char *.
Richard Jones
2009-06-10
1
-3
/
+13
[next]