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
/
ocaml
Commit message (
Expand
)
Author
Age
Files
Lines
*
ocaml: Compile OCaml bindings and tests with -warn-error.
Richard W.M. Jones
2011-11-09
1
-12
/
+15
*
ocaml: Catch EVENT_ENTER case in test.
Richard W.M. Jones
2011-11-09
1
-1
/
+2
*
Update FSF address.
Matthew Booth
2011-11-08
9
-9
/
+9
*
out-of-tree build: fixed bindtests and inspector
Hilko Bengen
2011-10-21
1
-1
/
+1
*
Add Erlang bindings.
Richard W.M. Jones
2011-09-21
1
-0
/
+1
*
Stable OCaml dependencies.
Richard Jones
2011-09-12
1
-1
/
+4
*
out-of-tree build: fix make and make install
Hilko Bengen
2011-08-17
1
-2
/
+2
*
out-of-tree build: Fix up OCaml bindings and generator
Hilko Bengen
2011-08-15
1
-11
/
+11
*
out-of-tree build: fix documentation generation
Hilko Bengen
2011-08-15
1
-3
/
+3
*
build: Set TMPDIR for local testing.
Richard W.M. Jones
2011-08-08
1
-0
/
+1
*
ocaml: Fix locking in event callbacks.
Richard W.M. Jones
2011-07-26
1
-9
/
+27
*
java: Add guestfs-java(3) man page.
Richard W.M. Jones
2011-07-19
1
-0
/
+1
*
ocaml: Generate ocamldoc.
Richard W.M. Jones
2011-07-17
2
-1
/
+14
*
ocaml: Bind guestfs_last_errno.
Richard W.M. Jones
2011-07-16
1
-0
/
+19
*
ocaml: Add binding for guestfs_user_cancel.
Richard W.M. Jones
2011-07-15
1
-0
/
+11
*
Add new guestfs-rescue(1) man page with recipes.
Richard W.M. Jones
2011-05-18
1
-0
/
+1
*
New event API - OCaml bindings (RHBZ#664558).
Richard W.M. Jones
2011-03-15
5
-43
/
+241
*
perl: Translate C examples into Perl and include a manual page.
Richard W.M. Jones
2011-01-30
1
-0
/
+1
*
fish: Don't fail if some mountpoints in /etc/fstab are bogus (RHBZ#668574).
Richard W.M. Jones
2011-01-11
1
-1
/
+5
*
ocaml: Combine tests together to reduce number of launches.
Richard W.M. Jones
2010-11-30
4
-98
/
+31
*
ruby: Translate C examples into Ruby and include documentation.
Richard W.M. Jones
2010-11-24
1
-0
/
+1
*
python: Translate C examples into Python and include documentation.
Richard W.M. Jones
2010-11-24
1
-0
/
+1
*
ocaml: Translate C examples into OCaml and include documentation.
Richard W.M. Jones
2010-11-24
7
-48
/
+286
*
ocaml: Fix some unused parameter warnings in OCaml bindings.
Richard W.M. Jones
2010-11-23
2
-1
/
+11
*
build: xml-light is no longer required (thanks Maxim Koltsov).
Richard W.M. Jones
2010-11-11
2
-15
/
+13
*
Revert "Remove ocaml/.depend from git."
Richard Jones
2010-11-08
1
-0
/
+5
*
ocaml: Remove the old OCaml viewer program.
Richard W.M. Jones
2010-11-08
7
-752
/
+1
*
Remove ocaml/.depend from git.
Matthew Booth
2010-10-28
1
-5
/
+0
*
generator: Optional arguments, add-drive-opts (RHBZ#642934,CVE-2010-3851).
Richard W.M. Jones
2010-10-22
3
-1
/
+37
*
ocaml: Create the handle when the object is instantiated.
Richard W.M. Jones
2010-10-04
1
-1
/
+1
*
ocaml: Add alternate object-oriented programming style.
Richard W.M. Jones
2010-10-03
1
-1
/
+6
*
Update OCaml dependencies.
Richard Jones
2010-09-10
1
-3
/
+0
*
ocaml: Add test for progress notification callbacks.
Richard Jones
2010-09-01
2
-2
/
+49
*
ocaml: bindings to progress callback.
Richard Jones
2010-09-01
1
-2
/
+91
*
Remove old ocaml-inspector code.
Richard Jones
2010-08-17
2
-52
/
+3
*
ocaml: Fix thread safety of strings in bindings (RHBZ#604691).
Richard Jones
2010-06-16
4
-11
/
+89
*
ocaml examples: Fix linking line so it uses local library.
Richard Jones
2010-03-22
1
-1
/
+1
*
Remove separate inspector_generator.ml, combine this with generator.ml.
Richard Jones
2009-12-31
1
-0
/
+2
*
build: Fix inter-directory dependencies
Matthew Booth
2009-11-19
1
-3
/
+10
*
Generic partition creation interface.
Richard Jones
2009-11-10
1
-1
/
+1
*
ocaml: Update dependencies file.
Richard Jones
2009-11-09
1
-4
/
+4
*
ocaml: Sort the dependencies so they are stable between machines.
Richard W.M. Jones
2009-11-06
2
-4
/
+4
*
ocaml: General improvements to generated code.
Richard W.M. Jones
2009-11-06
2
-0
/
+13
*
Tab to space fixes, now passes 'make syntax-check'
Richard Jones
2009-10-20
2
-186
/
+186
*
Add some missing EXTRA_DIST files.
Richard Jones
2009-10-14
1
-1
/
+5
*
inspector: Generate language bindings for OCaml.
Richard Jones
2009-10-13
4
-14
/
+70
*
build: avoid parallel ocaml/... build failure
Jim Meyering
2009-10-05
1
-2
/
+0
*
build: fix compile error
Jim Meyering
2009-10-02
1
-3
/
+6
*
OCaml viewer: Use ocamlduce to replace xpath code.
Richard Jones
2009-09-30
5
-48
/
+36
*
OCaml viewer: Handle exceptions properly.
Richard Jones
2009-09-29
1
-1
/
+8
[next]