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
*
build: don't define _GNU_SOURCE manually
Jim Meyering
2009-08-24
1
-1
/
+0
*
Add waitpid along guestfs_close path (RHBZ#518747).
Richard Jones
2009-08-22
1
-0
/
+4
*
generator.ml: avoid signed/unsigned-comparison warning in fish/cmds.c
Jim Meyering
2009-08-21
1
-2
/
+2
*
tests: namemax on ISO devices is 255
1.0.68
Richard Jones
2009-08-19
1
-1
/
+1
*
tests: Use ISO instead of squashfs.
Richard Jones
2009-08-19
1
-67
/
+67
*
tests: modprobe fat instead of ext2 module.
Richard W.M. Jones
2009-08-19
1
-1
/
+1
*
avoid build failure due to Haskell keyword clash
Jim Meyering
2009-08-19
1
-3
/
+32
*
guestfs_launch: Correct checks for dup failure.
Richard Jones
2009-08-19
1
-7
/
+7
*
build: Comment out some unused macros.
Richard Jones
2009-08-19
2
-6
/
+6
*
build: new configure-time option: --enable-gcc-warnings
Jim Meyering
2009-08-18
1
-1
/
+3
*
suppress warnings from -Wmissing-noreturn
Jim Meyering
2009-08-18
1
-0
/
+2
*
suppress a warning from -Wswitch-default
Jim Meyering
2009-08-18
1
-0
/
+2
*
suppress signed/unsigned-comparison warnings
Jim Meyering
2009-08-18
1
-2
/
+2
*
build: don't perform arithmetic on void* pointers
Jim Meyering
2009-08-18
1
-3
/
+5
*
generator.ml: suppress signed/unsigned-compare warnings
Jim Meyering
2009-08-18
1
-1
/
+1
*
build: suppress an ignored-dup-return-value warning
Jim Meyering
2009-08-18
1
-2
/
+9
*
build: suppress an ignored-write-return-value warning
Jim Meyering
2009-08-18
2
-2
/
+5
*
New 'modprobe' command.
Matthew Booth
2009-08-18
2
-1
/
+10
*
generator: Small code rearrangement.
Richard Jones
2009-08-18
1
-3
/
+5
*
generator.ml: do not emit unused print_* functions
Jim Meyering
2009-08-18
1
-5
/
+12
*
generator.ml: do not emit unused print_*_list functions
Jim Meyering
2009-08-18
1
-12
/
+24
*
generator.ml: avoid warnings in generated tests.c
Jim Meyering
2009-08-18
1
-4
/
+4
*
avoid compiler warnings about unused vars in generated code
Jim Meyering
2009-08-18
1
-2
/
+12
*
generator.ml: Use TABs, not spaces for indentation.
Jim Meyering
2009-08-17
1
-3
/
+3
*
java: Small fix to Java bindings.
Richard W.M. Jones
2009-08-17
1
-1
/
+4
*
indent with spaces, not TABs
Jim Meyering
2009-08-17
1
-10
/
+10
*
generator.ml: emit slightly prettier code
Jim Meyering
2009-08-17
1
-3
/
+3
*
python: avoid "_POSIX_C_SOURCE" redefinition warning
Jim Meyering
2009-08-17
1
-2
/
+2
*
adjust const "**" pointers to avoid warnings
Jim Meyering
2009-08-17
1
-47
/
+60
*
New commands: mkfs-b, mke2journal*, mke2fs-J*
Richard W.M. Jones
2009-08-15
2
-1
/
+85
*
generator: Generate the UUIDs for tests randomly.
Richard W.M. Jones
2009-08-15
1
-18
/
+34
*
generator.ml: don't emit unused functions
Jim Meyering
2009-08-14
1
-1
/
+9
*
generator.ml: factor out a function
Jim Meyering
2009-08-14
1
-12
/
+16
*
Work out which RStruct/RStructList structs are really used, and how.
Richard W.M. Jones
2009-08-14
1
-0
/
+58
*
Misc parameters which are String but should be Pathname.
Richard Jones
2009-08-13
1
-9
/
+9
*
cp/cp-a/mv parameters marked as Pathname.
Richard Jones
2009-08-13
1
-3
/
+3
*
generator.ml: convert leading TABs to spaces
Jim Meyering
2009-08-13
1
-4
/
+4
*
generator.ml: factor out "pr_args n" function
Jim Meyering
2009-08-13
1
-4
/
+7
*
generator.ml: finish adding Dev_or_Path support
Jim Meyering
2009-08-13
1
-31
/
+35
*
generator.ml: add type: Dev_or_Path
Jim Meyering
2009-08-13
1
-2
/
+3
*
generator.ml: constify do_mkdtemp
Jim Meyering
2009-08-13
1
-4
/
+2
*
generator.ml: move String/Device decls "down" to definition
Jim Meyering
2009-08-13
1
-5
/
+5
*
generator.ml: use new "Pathname" designation
Jim Meyering
2009-08-13
1
-14
/
+31
*
generator.ml: new type, "Pathname"
Jim Meyering
2009-08-13
1
-93
/
+111
*
generator.ml: emit "const char *" for Device and String params
Jim Meyering
2009-08-13
1
-7
/
+5
*
* src/generator.ml: Change all `String "device"' to `Device "device"'.
Jim Meyering
2009-08-13
1
-43
/
+43
*
update generator to emit each RESOLVE_DEVICE call
Jim Meyering
2009-08-13
1
-7
/
+7
*
generator.ml: define new String-like type: "Device"
Jim Meyering
2009-08-13
1
-23
/
+44
*
add_drive: Don't use cache=off if not supported by underlying filesystem.
Richard W.M. Jones
2009-08-13
2
-6
/
+25
*
Add 'setcon', 'getcon' commands to set and get the SELinux context.
Richard Jones
2009-08-13
2
-1
/
+19
[next]