-
Notifications
You must be signed in to change notification settings - Fork 9
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 ouisync
updated
18 files
+1 −1 | Cargo.toml | |
+1 −1 | cli/Cargo.toml | |
+14 −0 | cli/README.md | |
+28 −5 | cli/src/client.rs | |
+115 −33 | cli/src/handler/local.rs | |
+11 −3 | cli/src/main.rs | |
+4 −4 | cli/src/metrics.rs | |
+82 −24 | cli/src/protocol.rs | |
+13 −15 | cli/src/repository.rs | |
+9 −5 | cli/src/server.rs | |
+13 −15 | cli/src/state.rs | |
+2 −2 | docker/Dockerfile | |
+15 −6 | docker/docker-compose.yml | |
+8 −1 | lib/src/repository/credentials.rs | |
+99 −30 | lib/src/repository/mod.rs | |
+52 −0 | lib/src/repository/tests.rs | |
+10 −1 | lib/src/store/misc.rs | |
+8 −2 | lib/src/store/mod.rs |