summaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: Minor cleanup of documentation for add_drive 'name' parameter.Richard W.M. Jones2012-10-031-2/+3
* NEW API:ext:mke2fsWanlong Gao2012-09-241-0/+90
* generator: xdr: Re-code procedure table.Richard W.M. Jones2012-09-241-7/+13
* generator: Tidy up comments in guestfs_protocol.x.Richard W.M. Jones2012-09-241-9/+19
* generator: Allow an optional emacs-mode at the top of generated files.Richard W.M. Jones2012-09-241-2/+7
* generator: The default input files are 'generator/ *.ml' [sic].Richard W.M. Jones2012-09-241-1/+1
* Update SuSE Linux detection.Olaf Hering2012-09-211-0/+8
* python: PyInt_* no longer exists in python3, replace with PyLong_*Hilko Bengen2012-09-201-1/+1
* New API: rm-f: remove a file, ignoring errors if it doesn't exist.Richard W.M. Jones2012-09-171-0/+27
* daemon: stubs: Move all arg decls to top of function.Richard W.M. Jones2012-09-171-2/+2
* syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer...Richard W.M. Jones2012-09-171-4/+0
* syntax: Remove trailing whitespace.Richard W.M. Jones2012-09-155-9/+10
* generator: Remove inaccurate comment.Richard W.M. Jones2012-09-151-20/+0
* syntax: Use STREQ/STRNEQ in place of strcmp.Richard W.M. Jones2012-09-151-1/+3
* perl: Add <stdio.h> and <stdlib.h> for printf and malloc.Richard W.M. Jones2012-09-151-0/+2
* perl: Include <inttypes.h> and assume it always defines PRId64 and PRIu64.Richard W.M. Jones2012-09-151-8/+2
* fish: Replace '_' with '-' in deprecation cross-refs (thanks Olaf Hering).Richard W.M. Jones2012-09-132-3/+5
* generator: Remove generated and unused files from previous runs of the genera...Richard W.M. Jones2012-09-053-1/+44
* generator: gobject: Use a more normal way to output files.Richard W.M. Jones2012-09-052-100/+111
* lib: Add tests to the disk-{format,virtual-size,has-backing-file} APIs.Richard W.M. Jones2012-09-041-0/+24