summaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
* tests: More efficient use of strings in the object code.Richard W.M. Jones2012-11-201-37/+32
* tests: Cleanup code that prints each test name.Richard W.M. Jones2012-11-201-12/+18
* tests: Change code for printing warnings about untested functions.Richard W.M. Jones2012-11-201-3/+12
* tests: Remove dead code in generated output.Richard W.M. Jones2012-11-201-10/+0
* tests: Format the generated code properly.Richard W.M. Jones2012-11-201-6/+12
* tests: wipefs: Don't try to wipe mounted filesystem.Richard W.M. Jones2012-11-201-1/+2
* ocaml: Get rid of CAMLprim.Richard W.M. Jones2012-10-301-8/+8
* lib: Pointer arg to safe_memdup function should be const.Richard W.M. Jones2012-10-301-1/+1
* launch: Add warning not to avoid calling launch twice on the same handle.Richard W.M. Jones2012-10-301-1/+6
* docs: add_drive: Clean up documentation of the 'filename' parameter.Richard W.M. Jones2012-10-301-4/+5
* docs: Minor cleanup of documentation for add_drive 'name' parameter.Richard W.M. Jones2012-10-301-2/+3
* generator: Tidy up comments in guestfs_protocol.x.Richard W.M. Jones2012-10-011-9/+19
* generator: Allow an optional emacs-mode at the top of generated files.Richard W.M. Jones2012-10-011-2/+7
* daemon: stubs: Move all arg decls to top of function.Richard W.M. Jones2012-09-191-2/+2
* syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer...Richard W.M. Jones2012-09-191-4/+0
* syntax: Remove trailing whitespace.Richard W.M. Jones2012-09-193-5/+5
* generator: Remove inaccurate comment.Richard W.M. Jones2012-09-191-20/+0
* syntax: Use STREQ/STRNEQ in place of strcmp.Richard W.M. Jones2012-09-191-1/+3
* perl: Add <stdio.h> and <stdlib.h> for printf and malloc.Richard W.M. Jones2012-09-191-0/+2
* perl: Include <inttypes.h> and assume it always defines PRId64 and PRIu64.Richard W.M. Jones2012-09-191-8/+2
* fish: Replace '_' with '-' in deprecation cross-refs (thanks Olaf Hering).Richard W.M. Jones2012-09-192-3/+5
* java: Fix >= 32 optargs (thanks Wanlong Gao).Richard W.M. Jones2012-09-181-1/+1
* perl: bindtests: Fix 64 bit integers on input on 32 bit Perl interpreter.Richard W.M. Jones2012-08-302-4/+26
* Mac OS X: Fixed combination of running autogen.sh on Linux and building on Ma...Masami HIRATA2012-08-301-0/+1
* docs: Document null disks.Richard W.M. Jones2012-08-301-0/+3
* java: Fix bindtests when passing 64 bit integer literals.Richard W.M. Jones2012-08-301-2/+2
* ocaml: Fix bindtests when passing negative optional arguments.Richard W.M. Jones2012-08-301-2/+2
* generator: Allow permission of output files to be specified.Richard W.M. Jones2012-08-302-3/+3
* bindtests: Space before parens in call.Richard W.M. Jones2012-08-301-1/+1
* ocaml: Use Store_field macro instead of caml_modify.Richard W.M. Jones2012-08-301-1/+1
* generator: 'delete' is a reserved word (in C++).Richard W.M. Jones2012-08-111-4/+4
* ruby: Mark all VALUEs as volatile.Richard W.M. Jones2012-08-051-15/+26
* ruby: Allow optional arguments hash to be really optional.Richard W.M. Jones2012-08-051-38/+59
* ruby: In event wrapper, ignore callback functions which have type T_ZOMBIE.Richard W.M. Jones2012-08-051-2/+7
* Mac OS X: Use u_int64_t/uint64_t instead of unsigned hyper in .x fileMasami HIRATA2012-08-051-8/+23
* python: Set file encoding to utf-8.Richard W.M. Jones2012-08-051-0/+5
* build: Rename most C files that contain underscore with dash.Richard W.M. Jones2012-08-053-6/+6
* case_sensitive_path: Allow trailing path element to be missing (RHBZ#840115).Richard W.M. Jones2012-08-051-1/+4
* perl: In examples, call $g->shutdown, $g->close.Richard W.M. Jones2012-08-051-1/+2
* perl: Use $g instead of $h in documentation.Richard W.M. Jones2012-08-051-19/+19
* java: Generate overloaded non-optargs method for each optargs method.Richard W.M. Jones2012-08-051-0/+23
* generator: Add a note in generator/README about safely extending functions.Richard W.M. Jones2012-08-051-0/+9
* generator: Move note in comment to generator/README file.Richard W.M. Jones2012-08-052-8/+7
* New API: guestfs_shutdown: Cleanly shutdown the backend.Richard W.M. Jones2012-07-061-2/+24
* New API: guestfs_nr_devicesRichard W.M. Jones2012-07-061-0/+12
* New API: device-index.Richard W.M. Jones2012-07-061-1/+14
* Ensure #include <config.h> occurs in every C file.Richard W.M. Jones2012-06-287-0/+14
* src/actions.c: Include <config.h> in this generated file.Richard W.M. Jones2012-06-281-0/+2
* ruby: Add a replacement rb_hash_lookup function for Ruby 1.8.5.Richard W.M. Jones2012-06-281-0/+16
* blockdev_getbsz: Remove test.Richard W.M. Jones2012-06-211-2/+1