forked from aantron/dream
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It segfaults under multicore: see savonet/ocaml-ssl#76
- Loading branch information
1 parent
1ed0a6f
commit dc4b7be
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule gluten
updated
37 files
+6 −7 | .github/workflows/test.yml | |
+13 −23 | .ocamlformat | |
+1 −23 | CHANGES.md | |
+2 −9 | async/dune | |
+117 −68 | async/gluten_async.ml | |
+11 −26 | async/gluten_async.mli | |
+26 −18 | async/gluten_async_intf.ml | |
+11 −3 | async/ssl_io.dummy.ml | |
+43 −40 | async/ssl_io.real.ml | |
+0 −55 | async/tls_io.dummy.ml | |
+0 −127 | async/tls_io.real.ml | |
+1 −104 | dune-project | |
+0 −4 | eio/dune | |
+0 −215 | eio/gluten_eio.ml | |
+0 −68 | eio/gluten_eio.mli | |
+0 −80 | flake.lock | |
+0 −23 | flake.nix | |
+14 −25 | gluten-async.opam | |
+0 −29 | gluten-eio.opam | |
+15 −24 | gluten-lwt-unix.opam | |
+11 −22 | gluten-lwt.opam | |
+13 −23 | gluten-mirage.opam | |
+16 −25 | gluten.opam | |
+1 −1 | lib/dune | |
+13 −37 | lib/gluten.ml | |
+10 −18 | lib/gluten.mli | |
+4 −0 | lwt-unix/ssl_io.dummy.ml | |
+41 −20 | lwt-unix/ssl_io.real.ml | |
+69 −23 | lwt/gluten_lwt.ml | |
+0 −2 | lwt/gluten_lwt_intf.ml | |
+1 −1 | mirage/dune | |
+24 −59 | mirage/gluten_mirage.ml | |
+2 −13 | mirage/gluten_mirage.mli | |
+5 −23 | nix/ci/test.nix | |
+50 −63 | nix/default.nix | |
+18 −0 | nix/sources.nix | |
+30 −20 | shell.nix |
Submodule h2
updated
87 files
Submodule httpaf
updated
53 files
Submodule paf
updated
47 files
Submodule websocketaf
updated
44 files