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
/
generator
Commit message (
Expand
)
Author
Age
Files
Lines
*
inspection: Implement "openbsd" type and distro.
Richard W.M. Jones
2012-11-29
1
-0
/
+8
*
lua: fix build error due to LUA_GLOBALSINDEX usage
Olaf Hering
2012-11-23
1
-1
/
+1
*
New APIs: Implement Linux filesystem capabilities.
Richard W.M. Jones
2012-11-22
1
-0
/
+28
*
New APIs: Implement POSIX ACLs.
Richard W.M. Jones
2012-11-22
1
-0
/
+82
*
lua: Replace internal lua_guestfs_* functions with guestfs_lua_*.
Richard W.M. Jones
2012-11-20
1
-19
/
+19
*
lua: Attach __tostring functions exceptions.
Richard W.M. Jones
2012-11-20
1
-0
/
+29
*
lua: Fix whitespace.
Richard W.M. Jones
2012-11-20
1
-2
/
+0
*
lua: Various fixes to the bindings (thanks Jerome Vuarand).
Richard W.M. Jones
2012-11-20
2
-13
/
+39
*
lua: Print the error thrown by callbacks.
Richard W.M. Jones
2012-11-20
1
-2
/
+18
*
lua: Add comment (not fix) for incorrect 'g' argument in callbacks.
Richard W.M. Jones
2012-11-20
1
-1
/
+4
*
lua: Add bindtests.
Richard W.M. Jones
2012-11-20
2
-0
/
+57
*
lua: Use lua_rawgeti to read elements from lists of strings.
Richard W.M. Jones
2012-11-20
1
-2
/
+1
*
lua: Add LuaStyle of commenting to the generator.
Richard W.M. Jones
2012-11-20
1
-2
/
+4
*
lua: Allow regular int to be passed as a 64 bit integer.
Richard W.M. Jones
2012-11-20
1
-4
/
+13
*
lua: Simplify get_event function.
Richard W.M. Jones
2012-11-20
1
-21
/
+12
*
lua: Add global Guestfs.event_all (list of all events).
Richard W.M. Jones
2012-11-19
1
-0
/
+15
*
lua: Various fixes and enhancements:
Richard W.M. Jones
2012-11-19
1
-27
/
+299
*
lua: Don't use %m since Lua string formatter doesn't understand it.
Richard W.M. Jones
2012-11-18
1
-2
/
+5
*
lua: Add some missing features.
Richard W.M. Jones
2012-11-17
1
-7
/
+33
*
Add Lua bindings.
Richard W.M. Jones
2012-11-17
3
-0
/
+564
*
tests: Remove double-test for availability.
Richard W.M. Jones
2012-11-09
2
-16
/
+29
*
tests: More efficient use of strings in the object code.
Richard W.M. Jones
2012-11-09
1
-37
/
+32
*
tests: Use guestfs_{push,pop}_error_handler.
Richard W.M. Jones
2012-11-09
1
-13
/
+7
*
tests: Cleanup code that prints each test name.
Richard W.M. Jones
2012-11-09
1
-12
/
+18
*
tests: Change code for printing warnings about untested functions.
Richard W.M. Jones
2012-11-09
1
-3
/
+12
*
tests: Remove dead code in generated output.
Richard W.M. Jones
2012-11-09
1
-10
/
+0
*
tests: Format the generated code properly.
Richard W.M. Jones
2012-11-09
1
-6
/
+12
*
lib: Add new C API calls: guestfs_push_error_handler,
Richard W.M. Jones
2012-11-09
1
-0
/
+6
*
header: Define LIBGUESTFS_HAVE_CREATE_FLAGS=1.
Richard W.M. Jones
2012-11-09
1
-0
/
+1
*
lib: Rework temporary and cache directory code.
Richard W.M. Jones
2012-11-09
2
-2
/
+47
*
tests: wipefs: Don't try to wipe mounted filesystem.
Richard W.M. Jones
2012-11-03
1
-1
/
+2
*
generator: Split up huge src/actions.c into separate files.
Richard W.M. Jones
2012-11-02
2
-4
/
+20
*
generator: actions: Move variant functions to a separate file.
Richard W.M. Jones
2012-11-02
2
-6
/
+26
*
generator: actions: Move 3 helper functions to a separate file.
Richard W.M. Jones
2012-11-02
1
-89
/
+6
*
New API: mklost_and_found
Richard W.M. Jones
2012-11-02
1
-0
/
+15
*
lib: Add inspect_list_applications2 method (RHBZ#859949)
John Eckersberg
2012-11-01
2
-0
/
+128
*
generator: Use an OCaml struct to store the structs.
Richard W.M. Jones
2012-10-30
12
-92
/
+137
*
lib: Force visibility default on public actions.
Richard W.M. Jones
2012-10-30
1
-4
/
+10
*
generator: Move struct-freeing functions to a separate source file.
Richard W.M. Jones
2012-10-30
2
-27
/
+43
*
NEW API: mktemp
Wanlong Gao
2012-10-17
1
-0
/
+34
*
generator: Add 'blocking' flag to marking blocking (long-running) functions.
Richard W.M. Jones
2012-10-15
5
-15
/
+100
*
ocaml: Get rid of CAMLprim.
Richard W.M. Jones
2012-10-15
1
-8
/
+8
*
New APIs: guestfs_create_flags, guestfs_parse_environment,
Richard W.M. Jones
2012-10-15
7
-24
/
+123
*
New APIs: Model libvirt authentication events through the API.
Richard W.M. Jones
2012-10-13
2
-0
/
+103
*
lib: Pointer arg to safe_memdup function should be const.
Richard W.M. Jones
2012-10-13
1
-1
/
+1
*
launch: Add warning not to avoid calling launch twice on the same handle.
Richard W.M. Jones
2012-10-10
1
-1
/
+6
*
Add support for hotplugging (removing disks).
Richard W.M. Jones
2012-10-09
1
-0
/
+39
*
Add support for hotplugging (adding disks) to the libvirt attach-method.
Richard W.M. Jones
2012-10-08
1
-3
/
+21
*
launch: Add add_drive 'label' option.
Richard W.M. Jones
2012-10-08
1
-1
/
+27
*
docs: add_drive: Clean up documentation of the 'filename' parameter.
Richard W.M. Jones
2012-10-06
1
-9
/
+6
[next]