Xen API discussion (thread)
[Xen-API] [PATCH 0 of 6] Switch xen-api.hg over to generating RPMs rather than tarballs, David Scott, 2010/05/28
- [Xen-API] [PATCH 1 of 6] commit 7fe79c6b8ac57a6cfa0c101f76bc7de2faca0531, David Scott, 2010/05/28
- [Xen-API] [PATCH 2 of 6] Move the generation of ocaml/util/version.ml into the Makefile so that it can be done before the main build. This unbreaks the rpm build since 'hg id' will fail when run in a plain non-repo directory of sources, David Scott, 2010/05/28
- [Xen-API] [PATCH 4 of 6] Add a xapi-datamodel-devel package for other code-generators, David Scott, 2010/05/28
- [Xen-API] [PATCH 6 of 6] Hook RPM build into mk/Makefile, David Scott, 2010/05/28
- [Xen-API] [PATCH 5 of 6] Add RPM .spec file for xapi and associated tools, David Scott, 2010/05/28
- [Xen-API] [PATCH 3 of 6] OMakefiles now respect DESTDIR, for simpler packaging, David Scott, 2010/05/28
[Xen-API] [PATCH 00 of 14] Switch xen-dist-ocaml.hg over to generating RPMs rather than tarballs, David Scott, 2010/05/28
- [Xen-API] [PATCH 01 of 14] Add upstream ocaml rpm spec file by Dries Verachtert <dries@xxxxxxxxxxx>, David Scott, 2010/05/28
- [Xen-API] [PATCH 02 of 14] Customise ocaml RPM spec file, David Scott, 2010/05/28
- [Xen-API] [PATCH 05 of 14] Add upstream ocaml-omake RPM spec file by Jason Hickey <jyh_@xxxxxxxxxxxxxx> and Aleksey Nogin <rpm@xxxxxxxxx>, David Scott, 2010/05/28
- [Xen-API] [PATCH 04 of 14] Customise ocaml-findlib RPM spec file, David Scott, 2010/05/28
- [Xen-API] [PATCH 06 of 14] Customise ocaml-omake RPM spec file, David Scott, 2010/05/28
- [Xen-API] [PATCH 03 of 14] Add upstream ocaml-findlib RPM spec file by Richard W.M. Jones <rjones@xxxxxxxxxx>, David Scott, 2010/05/28
- [Xen-API] [PATCH 09 of 14] Add upstream ocaml-getopt RPM spec file by Florent Monnier <blue_prawn@xxxxxxxxxxxx>, David Scott, 2010/05/28
- [Xen-API] [PATCH 07 of 14] Add upstream ocaml-xmlm RPM spec file by Florent Monnier <blue_prawn@xxxxxxxxxxxx>, David Scott, 2010/05/28
- [Xen-API] [PATCH 08 of 14] Customise ocaml-xmlm RPM spec file, David Scott, 2010/05/28
- [Xen-API] [PATCH 11 of 14] Add upstream ocaml-type-conf RPM spec file by Florent Monnier <fmonnier@xxxxxxxxxxxxxxxx>, David Scott, 2010/05/28
- [Xen-API] [PATCH 12 of 14] Customise ocaml-type-conv RPM spec file, David Scott, 2010/05/28
- [Xen-API] [PATCH 13 of 14] [xmlm] upgrade to version 1.0.1, David Scott, 2010/05/28
- [Xen-API] [PATCH 10 of 14] Customise ocaml-getopt RPM spec file, David Scott, 2010/05/28
- [Xen-API] [PATCH 14 of 14] Hook RPM build into main mk/Makefile, David Scott, 2010/05/28
[Xen-API] [PATCH 0 of 5] API lifecycle and docs, Rob Hoes, 2010/05/25
- [Xen-API] [PATCH 1 of 5] Generate API docs in JSON format, Rob Hoes, 2010/05/25
- [Xen-API] [PATCH 4 of 5] Add lifecycle fields to some datamodel objects, Rob Hoes, 2010/05/25
- [Xen-API] [PATCH 5 of 5] Add lifecycle info and release notes to HTML API docs, Rob Hoes, 2010/05/25
- [Xen-API] [PATCH 3 of 5] Add lifecycle information to datamodel, Rob Hoes, 2010/05/25
- [Xen-API] [PATCH 2 of 5] Integrate API docs with OCamlDoc web interface, Rob Hoes, 2010/05/25
[Xen-API] [PATCH 0 of 7] CA-34933: improve session gc, Marcus Granado, 2010/05/21
- [Xen-API] [PATCH 3 of 7] CA-34933: do not gc sessions in running tasks, Marcus Granado, 2010/05/21
- [Xen-API] [PATCH 4 of 7] CA-34933: gc intrapool sessions independently of normal sessions, Marcus Granado, 2010/05/21
- [Xen-API] [PATCH 1 of 7] CA-34933: add proper interface for xapi_session.ml functions, Marcus Granado, 2010/05/21
- [Xen-API] [PATCH 5 of 7] CA-34933: there should be more sessions than tasks, Marcus Granado, 2010/05/21
- [Xen-API] [PATCH 2 of 7] CA-34933: do not gc intrapool sessions, Marcus Granado, 2010/05/21
- [Xen-API] [PATCH 6 of 7] CA-34933: test for valid session when calling back master, Marcus Granado, 2010/05/21
- [Xen-API] [PATCH 7 of 7] CA-34933: do not kill sessions children of sessions with running tasks, Marcus Granado, 2010/05/21
[Xen-API] [PATCH 00 of 17] Patches for Stdext, Mlvm and Camldm -- Resend, now with better subjects, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 05 of 17] stdext/Listext got a function make_assoc to build Lisp-like assoc lists, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 04 of 17] Extended a comment in stdext/stringext.ml, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 01 of 17] The module stdext/Listext got a safe_head function that wraps hd in an option type, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 03 of 17] stdext/Os: A simple module for running stuff on the command line, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 06 of 17] in stdext/Opt: Renamed cat_options to cat_some, to be more in line with the coming either module, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 08 of 17] camldm/Makefile: OCAMLOPTFLAGS are now used, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 07 of 17] stdext/Either: A module for type ('a, 'b) t = Left of 'a | Right of 'b, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 09 of 17] camldm/camldm.ml: camldm_ls is an analogue to dmsetup ls, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 02 of 17] Fix indentation in stdext/listext.mli, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 17 of 17] mlvm/redo.ml was rid of a warning, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 12 of 17] camldm/camldm_stubs.c: removed whitespace, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 13 of 17] camldm_stubs.c: removed some debugging messages, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 15 of 17] comment on constants on mlvm/constants.ml, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 10 of 17] camldm/camldm_stubs.c: Tests have confirmed that camldm_ls does not leak memory, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 14 of 17] camldm/camldm_stubs.c: Camldm.status can deal with empty tables, now. (+comment), Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 11 of 17] Those functions are of use outside of the original context, and nested functions, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 16 of 17] vg.ml was rid of warnings, Matthias Goergens, 2010/05/18
[Xen-API] [PATCH 00 of 17] Patches for Stdext, Mlvm and Camldm, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 02 of 17] Fix indentation in stdext/listext.mli, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 01 of 17] The module stdext/Listext got a safe_head function that wraps hd in an option type, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 03 of 17] stdext/Os: A simple module for running stuff on the command line, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 05 of 17] stdext/Listext got a function make_assoc to build Lisp-like assoc lists, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 04 of 17] Extended a comment in stdext/stringext.ml, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 07 of 17] stdext/Either: A module for type ('a, 'b) t = Left of 'a | Right of 'b, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 06 of 17] in stdext/Opt: Renamed cat_options to cat_some, to be more in line with the coming either module, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 09 of 17] camldm/camldm.ml: camldm_ls is an analogue to dmsetup ls, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 08 of 17] camldm/Makefile: OCAMLOPTFLAGS are now used, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 11 of 17] commit 4dbf952c5841150c6028210fb013128c0b45f7df, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 13 of 17] commit a2515de5556dcb70b7a103221aff818270d4f42d, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 10 of 17] camldm/camldm_stubs.c: Tests have confirmed that camldm_ls does not leak memory, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 16 of 17] commit a94b25bb3d767cc879fdbb4aec044911f7c12470, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 15 of 17] commit 39e1d48425e92f12c8d8445b52332c781290b10f, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 17 of 17] commit eff53f01566003c26e0aaef6c7a82f99c956bbc8, Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 14 of 17] camldm/camldm_stubs.c: Camldm.status can deal with empty tables, now. (+comment), Matthias Goergens, 2010/05/18
- [Xen-API] [PATCH 12 of 17] commit 07596116c3206e3229ab66d55130e8bc606045f9, Matthias Goergens, 2010/05/18
|
|