summaryrefslogtreecommitdiffstats
path: root/ocaml
Commit message (Expand)AuthorAgeFilesLines
* Add Lua bindings.Richard W.M. Jones2012-11-171-0/+1
* tests: Replace 'make extra-tests' with individual tests.Richard W.M. Jones2012-11-131-0/+4
* 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-151-4/+13
* New APIs: Model libvirt authentication events through the API.Richard W.M. Jones2012-10-131-1/+2
* podwrapper: Add --license parameter, which is required.Richard W.M. Jones2012-08-211-0/+1
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-211-18/+1
* Replace mount-options with mount where appropriate.Richard W.M. Jones2012-08-183-3/+3
* examples: Use add_drive_opts function in examples.Richard W.M. Jones2012-08-023-4/+4
* Mac OS X: Use libtool --mode=execute instead of LD_LIBRARY_PATHMasami HIRATA2012-07-241-8/+8
* ocaml: Skip mount-local test if /dev/fuse is not writable.Richard W.M. Jones2012-07-201-0/+8
* build: Rename most C files that contain underscore with dash.Richard W.M. Jones2012-07-193-4/+4
* build: Return 77 from skipped tests.Richard W.M. Jones2012-07-191-1/+1
* ocaml: Test mount-local, without parallel test.Richard W.M. Jones2012-07-183-112/+20
* build: Change calls to podwrapper.sh to use $(PODWRAPPER).Richard W.M. Jones2012-07-161-1/+1
* Revert "ocaml: Calling Gc.compact before g#mount_local works around RHBZ#8380...Richard W.M. Jones2012-07-161-1/+0
* generator: Rename 'add_drive_opts' API to 'add_drive'.Richard W.M. Jones2012-07-145-10/+9
* ocaml: Calling Gc.compact before g#mount_local works around RHBZ#838081.Richard W.M. Jones2012-07-061-0/+1
* New API: guestfs_shutdown: Cleanly shutdown the backend.Richard W.M. Jones2012-07-034-2/+9
* examples: In create_disk example, don't call set_autosync.Richard W.M. Jones2012-07-031-10/+1
* tests: Reformat TESTS_ENVIRONMENT so all use a standard format.Richard W.M. Jones2012-06-281-3/+1
* ocaml: Set CAML_LD_LIBRARY_PATH in run script.Richard W.M. Jones2012-06-281-1/+0
* tests: Add ./run --test option.Richard W.M. Jones2012-06-261-1/+1
* ocaml: Allow parallel mount-local test to be skipped.Richard W.M. Jones2012-06-261-0/+13
* build: Define builddir and abs_srcdir when they are missing.Richard W.M. Jones2012-06-181-0/+6
* ocaml: Fix parameters to ocaml_guestfs_create.Richard W.M. Jones2012-06-061-3/+3
* maint: fix doc typosJim Meyering2012-04-181-1/+1
* extra-tests: ocaml: Use a short delay instead of Thread.yield.Richard W.M. Jones2012-04-121-1/+2
* parallel mount-local test: Don't run more than 12 threads.Richard W.M. Jones2012-04-031-1/+5
* Add test of parallel mount-local calls.Richard W.M. Jones2012-03-293-2/+264
* Replace 'int' with 'size_t' passim.Richard W.M. Jones2012-03-131-2/+2
* ocaml: Ensure bindings are recompiled whenever there is an API change.Richard W.M. Jones2012-02-101-7/+3
* ocaml: Various fixes for bytecode compilation.Richard W.M. Jones2012-01-281-8/+15
* ocaml: Sort the tests.Richard W.M. Jones2012-01-281-2/+3
* ocaml: Test bytecode and native code bindings.Richard W.M. Jones2012-01-272-17/+54
* ocaml: Don't install bindtests.*.Richard W.M. Jones2012-01-261-0/+1
* ocaml: Don't install libguestfsocaml.a.Richard W.M. Jones2012-01-261-0/+1
* maint: use $var notation rather than ${var} when possibleJim Meyering2012-01-231-1/+1
* build: don't use automake-internal variableJim Meyering2012-01-231-2/+2
* Do not run appliance-related checks if not building applianceHilko Bengen2012-01-231-3/+7
* Replace setting of environment variables with usage of local run scriptHilko Bengen2012-01-231-3/+1
* Fixed out-of-tree compilation of OCaml code after .depend files removalHilko Bengen2012-01-201-4/+5
* Tempus fugit.Richard W.M. Jones2012-01-185-5/+5
* ocaml: Use automake to build the C part of the bindings.Richard W.M. Jones2012-01-181-18/+21
* ocaml: Don't include guestfs-internal.h directly.Richard W.M. Jones2012-01-181-2/+0
* build: Remove .depend files from gitMatthew Booth2012-01-112-6/+1
* ocaml: Fix OCaml dependencies.Richard W.M. Jones2011-11-301-2/+2
* ocaml: Load test should call Gc.compact to flag memory errors.Richard W.M. Jones2011-11-291-0/+2
* ocaml: Memory leak: Free roots array along handle close path.Richard W.M. Jones2011-11-291-0/+1
* ocaml: Compile OCaml bindings and tests with -warn-error.Richard W.M. Jones2011-11-091-12/+15