-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule axc
updated
12 files
+15 −0 | .github/dependabot.yml | |
+65 −0 | .github/workflows/linux.yml | |
+1 −0 | .gitignore | |
+22 −1 | CHANGELOG.md | |
+29 −28 | Makefile | |
+1 −1 | README.md | |
+8 −2 | src/axc.c | |
+1 −0 | src/axc_crypto.c | |
+2 −1 | src/axc_store.c | |
+99 −95 | src/message_client.c | |
+21 −9 | test/test_client.c | |
+6 −7 | test/test_store.c |