summaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
* inspection: Implement "openbsd" type and distro.Richard W.M. Jones2012-11-291-0/+8
* lua: fix build error due to LUA_GLOBALSINDEX usageOlaf Hering2012-11-231-1/+1
* New APIs: Implement Linux filesystem capabilities.Richard W.M. Jones2012-11-221-0/+28
* New APIs: Implement POSIX ACLs.Richard W.M. Jones2012-11-221-0/+82
* lua: Replace internal lua_guestfs_* functions with guestfs_lua_*.Richard W.M. Jones2012-11-201-19/+19
* lua: Attach __tostring functions exceptions.Richard W.M. Jones2012-11-201-0/+29
* lua: Fix whitespace.Richard W.M. Jones2012-11-201-2/+0
* lua: Various fixes to the bindings (thanks Jerome Vuarand).Richard W.M. Jones2012-11-202-13/+39
* lua: Print the error thrown by callbacks.Richard W.M. Jones2012-11-201-2/+18
* lua: Add comment (not fix) for incorrect 'g' argument in callbacks.Richard W.M. Jones2012-11-201-1/+4
* lua: Add bindtests.Richard W.M. Jones2012-11-202-0/+57
* lua: Use lua_rawgeti to read elements from lists of strings.Richard W.M. Jones2012-11-201-2/+1
* lua: Add LuaStyle of commenting to the generator.Richard W.M. Jones2012-11-201-2/+4
* lua: Allow regular int to be passed as a 64 bit integer.Richard W.M. Jones2012-11-201-4/+13
* lua: Simplify get_event function.Richard W.M. Jones2012-11-201-21/+12
* lua: Add global Guestfs.event_all (list of all events).Richard W.M. Jones2012-11-191-0/+15
* lua: Various fixes and enhancements:Richard W.M. Jones2012-11-191-27/+299
* lua: Don't use %m since Lua string formatter doesn't understand it.Richard W.M. Jones2012-11-181-2/+5
* lua: Add some missing features.Richard W.M. Jones2012-11-171-7/+33
* Add Lua bindings.Richard W.M. Jones2012-11-173-0/+564
* tests: Remove double-test for availability.Richard W.M. Jones2012-11-092-16/+29
* tests: More efficient use of strings in the object code.Richard W.M. Jones2012-11-091-37/+32
* tests: Use guestfs_{push,pop}_error_handler.Richard W.M. Jones2012-11-091-13/+7
* tests: Cleanup code that prints each test name.Richard W.M. Jones2012-11-091-12/+18
* tests: Change code for printing warnings about untested functions.Richard W.M. Jones2012-11-091-3/+12
* tests: Remove dead code in generated output.Richard W.M. Jones2012-11-091-10/+0
* tests: Format the generated code properly.Richard W.M. Jones2012-11-091-6/+12
* lib: Add new C API calls: guestfs_push_error_handler,Richard W.M. Jones2012-11-091-0/+6
* header: Define LIBGUESTFS_HAVE_CREATE_FLAGS=1.Richard W.M. Jones2012-11-091-0/+1
* lib: Rework temporary and cache directory code.Richard W.M. Jones2012-11-092-2/+47
* tests: wipefs: Don't try to wipe mounted filesystem.Richard W.M. Jones2012-11-031-1/+2
* generator: Split up huge src/actions.c into separate files.Richard W.M. Jones2012-11-022-4/+20
* generator: actions: Move variant functions to a separate file.Richard W.M. Jones2012-11-022-6/+26
* generator: actions: Move 3 helper functions to a separate file.Richard W.M. Jones2012-11-021-89/+6
* New API: mklost_and_foundRichard W.M. Jones2012-11-021-0/+15
* lib: Add inspect_list_applications2 method (RHBZ#859949)John Eckersberg2012-11-012-0/+128
* generator: Use an OCaml struct to store the structs.Richard W.M. Jones2012-10-3012-92/+137
* lib: Force visibility default on public actions.Richard W.M. Jones2012-10-301-4/+10
* generator: Move struct-freeing functions to a separate source file.Richard W.M. Jones2012-10-302-27/+43
* NEW API: mktempWanlong Gao2012-10-171-0/+34
* generator: Add 'blocking' flag to marking blocking (long-running) functions.Richard W.M. Jones2012-10-155-15/+100
* ocaml: Get rid of CAMLprim.Richard W.M. Jones2012-10-151-8/+8
* New APIs: guestfs_create_flags, guestfs_parse_environment,Richard W.M. Jones2012-10-157-24/+123
* New APIs: Model libvirt authentication events through the API.Richard W.M. Jones2012-10-132-0/+103
* lib: Pointer arg to safe_memdup function should be const.Richard W.M. Jones2012-10-131-1/+1
* launch: Add warning not to avoid calling launch twice on the same handle.Richard W.M. Jones2012-10-101-1/+6
* Add support for hotplugging (removing disks).Richard W.M. Jones2012-10-091-0/+39
* Add support for hotplugging (adding disks) to the libvirt attach-method.Richard W.M. Jones2012-10-081-3/+21
* launch: Add add_drive 'label' option.Richard W.M. Jones2012-10-081-1/+27
* docs: add_drive: Clean up documentation of the 'filename' parameter.Richard W.M. Jones2012-10-061-9/+6