- adapt to mirage-flow 4 changes (add shutdown, alias to close) (#143 @hannesm)
- remove ppx_cstruct and sexplib and ppx_sexp_conv dependencies (#143 @hannesm)
- update to cmdliner 1.1.0 changes (#143 @hannesm)
- use oUnit2 (#141 @Alessandro-Barbieri)
- Adapt to mirage-xen.7.0.0 API changes (#138 @dinosaure)
- Adapt to mirage-xen 6.0.0 API changes (Solo5 based Xen PVH, #136 @mato)
- Adapt to mrage-xen 5.0.0 changes (#134 @hannesm)
- Adapt to mirage-flow 2.0.0 changes (#134 @hannesm)
- API change:
val port_of_string: string -> (port, [> `Msg of string ]) result
instead of custom result type (as suggested by @cfcs in #113) - Endpoint.client no longer ignores trailing junk (#132 @reynir)
- Use mirage-xen 4.0.0
Os_xen
interface (#128 @TheLortex) - Update opam metadata to remove
{build}
for ppx (@avsm)
- Use new OS.Xen grant API (#125 @talex5)
- Expose type port = Vchan.Port.t in Unix API (#124 @talex5)
- Use
io-page-unix
dependency instead of the deprecatedio-page.unix
alias (@avsm)
- Modernise build for OCaml 4.04 and port to Dune (#120 @talex5 @avsm)
- Upgrade opam metadata files to 2.0 (#120 @avsm @talex5)
- Remove mli only module (#114 @rgrinberg @samoht)
- Fix deprecation warning on String.create (#112 @samoht)
- Make OCaml 4.04 the minimum version (#111 @cfcs @hannesm)
- Update test cases for Mirage 3 (#110 @mneilsen)
- Split into 3 opam packages:
- vchan: the platform-independent protocol code
- vchan-unix: the Unix user-space implementation
- vchan-xen: the Xen kernel implementation
- Switch to jbuilder and topkg
- Depend on new xen-{gnt,evtchn}-unix
- Modernize Dockerfile and travis configuration
- add archlinux dependencies
- build against mirageos version 3, and drop support for earlier versions
- remove ppx as a runtime dependency
- configure supports --{en,dis}able-xen{,ctrl} arguments
- supports but does not require FLOW.disconnect
- now requires cstruct.1.9.0 and OCaml 4.02 for ppx
- ounit is now a test dependency only
- add coverage testing via travis and coveralls.io
- doc: automatically upload the API docs to gh-pages
- add js stubs
- depend on lwt >= 2.5.0
- Support the
io-page
1.3.0 interface.
- add an
error_message
function to convert a Vchan error into a human-readable string. (#60) - Improve error messages from the
configure
output (#61). - Use modern centrally sourced Travis script for OPAM 1.2.
- add
Vchan_lwt_unix
with instantiation of functor - make Vchan.Port.t abstract (previously was a string)
- use the same Xenstore path convention as
libxenvchan.h
- support channel closing, `Eof etc
- define an
ENDPOINT
signature for a Vchan.
- test VM: uses the V1_LWT.FLOW signature
- cli: server: choose a sensible default xenstore path
- cli: server: set the xenstore permissions correctly
- cli: client: don't assume we have perms to read the directory
- Implement Mirage V1_LWT.FLOW signature
- we should depend on mirage-types.lwt, not mirage
- build the CLI by default
- Update to mirage-1.1.0.
- Fix an overflow in a client read from the vchan buffer.
- Add Travis continuous integration scripts.
- Add explicit dependency on OCaml 4.00+
- Remove 'blocking' parameter
- Initial public release.