forked from sandstorm-io/sandstorm
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into userns-dont-map-root
- Loading branch information
Showing
9 changed files
with
922 additions
and
840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule boringssl
updated
from ec476e to e5abf5
Submodule capnproto
updated
27 files
+27 −0 | .github/workflows/quick-test.yml | |
+3 −0 | .gitignore | |
+45 −1 | c++/CMakeLists.txt | |
+32 −0 | c++/cmake/CapnProtoConfig.cmake.in | |
+45 −2 | c++/configure.ac | |
+8 −0 | c++/src/capnp/dynamic.h | |
+12 −0 | c++/src/capnp/rpc-twoparty-test.c++ | |
+10 −1 | c++/src/capnp/rpc-twoparty.c++ | |
+4 −0 | c++/src/capnp/schema-parser.c++ | |
+6 −0 | c++/src/capnp/schema-parser.h | |
+14 −5 | c++/src/kj/CMakeLists.txt | |
+40 −31 | c++/src/kj/async-coroutine-test.c++ | |
+2 −0 | c++/src/kj/async-inl.h | |
+9 −1 | c++/src/kj/async-io-test.c++ | |
+21 −4 | c++/src/kj/async-io-unix.c++ | |
+7 −2 | c++/src/kj/async.c++ | |
+6 −1 | c++/src/kj/common.h | |
+45 −3 | c++/src/kj/compat/http-test.c++ | |
+23 −2 | c++/src/kj/compat/http.c++ | |
+30 −1 | c++/src/kj/compat/http.h | |
+30 −0 | c++/src/kj/filesystem-disk-test.c++ | |
+2 −2 | c++/src/kj/filesystem-disk-unix.c++ | |
+88 −0 | c++/src/kj/table-test.c++ | |
+11 −1 | c++/src/kj/table.h | |
+8 −3 | c++/src/kj/windows-sanity.h | |
+1 −1 | doc/cxx.md | |
+1 −1 | doc/language.md |
Submodule ekam
updated
from 77c338 to 28f5e9
Submodule libsodium
updated
7 files
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters