-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dnsclient.nim nim-bearssl nim-eth nim-faststreams nim-http-utils nim-json-rpc nim-json-serialization nim-libbacktrace nim-metrics nim-regex nim-secp256k1 nim-stew nim-stint nim-testutils
- Loading branch information
1 parent
28b0400
commit 8f8d1ef
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
Submodule dnsclient.nim
updated
3 files
+1 −1 | dnsclient.nimble | |
+9 −4 | src/dnsclientpkg/protocol.nim | |
+5 −3 | src/dnsclientpkg/utils.nim |
Submodule nim-bearssl
updated
16 files
+0 −41 | .appveyor.yml | |
+31 −26 | .github/workflows/ci.yml | |
+0 −31 | .travis.yml | |
+0 −2 | README.md | |
+3 −4 | bearssl.nimble | |
+10 −2 | bearssl/abi/bearssl_pem.nim | |
+7 −14 | bearssl/abi/bearssl_ssl.nim | |
+1 −2 | bearssl/abi/bearssl_x509.nim | |
+4 −5 | bearssl/abi/brssl.nim | |
+12 −0 | bearssl/abi/brssl_cpp.h | |
+2 −0 | bearssl/abi/csources.nim | |
+1 −1 | bearssl/csources | |
+1 −1 | bearssl/pem.nim | |
+0 −15 | nimble.lock | |
+12 −0 | tests/test_brssl.nim | |
+1 −2 | tests/test_import.nim |
Submodule nim-eth
updated
44 files
Submodule nim-faststreams
updated
11 files
+0 −39 | .appveyor.yml | |
+6 −1 | .github/workflows/ci.yml | |
+0 −27 | .travis.yml | |
+1 −3 | README.md | |
+11 −6 | faststreams.nimble | |
+4 −0 | faststreams/async_backend.nim | |
+31 −37 | faststreams/inputs.nim | |
+54 −35 | faststreams/outputs.nim | |
+0 −77 | nimble.lock | |
+19 −0 | tests/test_inputs.nim | |
+31 −1 | tests/test_outputs.nim |
Submodule nim-http-utils
updated
7 files
+0 −39 | .appveyor.yml | |
+3 −3 | .github/workflows/ci.yml | |
+0 −27 | .travis.yml | |
+99 −86 | httputils.nim | |
+2 −3 | httputils.nimble | |
+0 −25 | nimble.lock | |
+0 −225 | tests/tvectors.nim |
Submodule nim-json-rpc
updated
6 files
+1 −1 | .github/workflows/ci.yml | |
+2 −2 | README.md | |
+2 −2 | json_rpc/client.nim | |
+12 −4 | json_rpc/clients/httpclient.nim | |
+1 −1 | json_rpc/jsonmarshal.nim | |
+1 −1 | json_rpc/servers/websocketserver.nim |
Submodule nim-json-serialization
updated
17 files
+0 −39 | .appveyor.yml | |
+4 −4 | .github/workflows/ci.yml | |
+1 −0 | .gitignore | |
+0 −27 | .travis.yml | |
+0 −2 | README.md | |
+3 −4 | json_serialization.nimble | |
+18 −18 | json_serialization/lexer.nim | |
+89 −45 | json_serialization/reader.nim | |
+6 −4 | json_serialization/std/net.nim | |
+1 −1 | json_serialization/std/options.nim | |
+1 −2 | json_serialization/std/sets.nim | |
+10 −7 | json_serialization/std/tables.nim | |
+2 −1 | json_serialization/stew/results.nim | |
+5 −5 | json_serialization/writer.nim | |
+0 −105 | nimble.lock | |
+2 −2 | tests/test_json_flavor.nim | |
+342 −33 | tests/test_serialization.nim |
Submodule nim-libbacktrace
updated
5 files
+0 −38 | .appveyor.yml | |
+174 −0 | .github/workflows/ci.yml | |
+0 −31 | .travis.yml | |
+4 −5 | README.md | |
+3 −3 | libbacktrace.nim |
Submodule nim-metrics
updated
9 files
+0 −49 | .appveyor.yml | |
+4 −5 | .github/workflows/ci.yml | |
+0 −31 | .travis.yml | |
+28 −46 | metrics.nim | |
+4 −4 | metrics.nimble | |
+2 −2 | metrics/chronos_httpserver.nim | |
+1 −1 | metrics/stdlib_httpserver.nim | |
+0 −67 | nimble.lock | |
+1 −4 | tests/main_tests.nim |
Submodule nim-regex
updated
42 files
Submodule nim-secp256k1
updated
5 files
+1 −1 | .github/workflows/ci.yml | |
+2 −5 | secp256k1.nim | |
+3 −4 | secp256k1.nimble | |
+1 −7 | secp256k1/abi.nim | |
+1 −1 | vendor/secp256k1 |
Submodule nim-stint
updated
84 files
Submodule nim-testutils
updated
9 files
+0 −39 | .appveyor.yml | |
+2 −3 | .github/workflows/ci.yml | |
+0 −26 | .travis.yml | |
+5 −5 | ntu.nim | |
+1 −1 | tests/hello/hello_size.test | |
+14 −18 | testutils.nimble | |
+1 −1 | testutils/helpers.nim | |
+1 −1 | testutils/moduletests.nim | |
+2 −2 | testutils/spec.nim |