Organisationsmiragecharruabranch/mainBuild History

Build History for branch/main

Builds (32)
Merge pull request #153 from reynir/funding Add section in README about funding
bfa9a1
Prepare release 3.1.1
a65421
Fix Lwt.cancel (Net.listen ...) cancelling all (#151) The _ Lwt.t returned by Net.listen is shared among all calls. Thus cancelling one cancels them all. This is not the behavior from e.g. solo5 net device. This change wraps the t.stop such that it cannot be cancelled this way. The wrapped t.stop itself can still be cancelled. No dhcp: always use the latest listen callback instead of the first callback.
142ca8
Merge pull request #150 from mirage/maintainer Add Robur as maintainer of opam packages
7b91f1
Merge pull request #149 from mirage/prepare-v3.1.0 Prepare release v3.1.0
1663dc
Merge pull request #148 from mirage/fix-146 Fix VI_vendor_class to take a list of data
6a57e2
Merge pull request #147 from mirage/vendor-identifying Fixup! We need to return the last sub option, too.
e27b71
Merge pull request #145 from mirage/vendor-identifying Fix termination in get_vi_vendor_info
985f32
Vendor identifying vendor things (#144) Implement VI vendor class and VI vendor info.
842bb5
Merge pull request #143 from mirage/prepare-v3.0.0 Prepare CHANGES.md for v3.0.0
60bcf1
Merge pull request #142 from reynir/registry Dhcp-ipv4 & leases
af4dfa
Merge pull request #141 from reynir/update-ocaml Update ocaml
a04c11
Merge pull request #139 from mirage/prepare-v2.1.1 Prepare release of v2.1.1
8fa737
Merge pull request #137 from reynir/condition Add a condition to unblock get_lease
56cc83
Merge pull request #138 from hannesm/warn-if-no-cidr-but-gateway charrua-client-mirage: log a warning if "gateway" is provided, but no CIDR
d2ad29
changes for 2.1.0
bc5a76
Merge pull request #135 from hannesm/static-or-dhcp more integrated
e70267
Merge pull request #134 from hannesm/fix server: remove superfluous comparison
878f72
Merge pull request #133 from hannesm/client-fqdn Add support for 4702, Client FQDN, wire format
c0e623
changes for 2.0.0
efb8f9
Merge pull request #132 from hannesm/variants use dune variants, avoid functors
e93366
Merge pull request #131 from hannesm/mirage-crypto-120 Adapt to mirage-crypto 1.2.0 API
2cfe4f
Merge pull request #130 from hannesm/add-main add x-maintenance-intent field to the opam file
4b25f1
charrua: require OCaml 4.13 (String.starts_with)
a27695
changes for 1.6.0
646923
Merge pull request #129 from hannesm/add-prefix-to-type add type constraint for prefix (since mirage-tcpip 8.1.0)
9967d5
Merge pull request #128 from hannesm/refactor Remove ppx_cstruct, ppx_sexp_conv, and sexplib from dependencies, shorten options
15f3f9
Zap left over from 61b0b97d094e121ae3a36b499a4b4b7d520a8fdb
3fb666
Zap eio Joining the diet.
61b0b9
Merge pull request #127 from hannesm/no-mirage-random remove mirage-random, update to mirage-crypto 1.0.0
2a778a
Merge pull request #126 from hannesm/no-mirage-random-test use mirage-crypto-rng instead of mirage-random-test
4db30d
Replace deprecated Cstruct.copy with to_string (#123) * Replace deprecated Cstruct.copy with to_string Co-authored-by: Hannes Mehnert <hannes@mehnert.org> Co-authored-by: Christiano Haesbaert <haesbaert@haesbaert.org>
7a874e