-
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
1 parent
e16f516
commit a9eeb7b
Showing
3 changed files
with
48 additions
and
15 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
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 ouisync
updated
23 files
+1 β1 | Cargo.toml | |
+1 β0 | bindings/kotlin/lib/src/test/kotlin/org/equalitie/ouisync/RepositoryTest.kt | |
+1 β0 | bindings/kotlin/lib/src/test/kotlin/org/equalitie/ouisync/SessionTest.kt | |
+1 β1 | bindings/swift/OuisyncLib/Sources/OuisyncLib/OuisyncClient.swift | |
+1 β1 | bindings/swift/OuisyncLib/Sources/OuisyncLib/OuisyncSession.swift | |
+5 β5 | bridge/src/repository.rs | |
+2 β0 | cli/Cargo.toml | |
+4 β4 | cli/src/client.rs | |
+50 β0 | cli/src/error.rs | |
+68 β131 | cli/src/handler/local.rs | |
+21 β40 | cli/src/handler/remote.rs | |
+1 β0 | cli/src/main.rs | |
+1 β1 | cli/src/metrics.rs | |
+24 β13 | cli/src/protocol.rs | |
+71 β65 | cli/src/repository.rs | |
+9 β3 | cli/src/server.rs | |
+438 β21 | cli/src/state.rs | |
+3 β3 | cli/src/transport/local.rs | |
+2 β2 | cli/src/transport/native.rs | |
+15 β14 | lib/src/repository/mod.rs | |
+14 β8 | lib/src/repository/vault.rs | |
+51 β30 | lib/src/store/block_expiration_tracker.rs | |
+32 β23 | lib/src/store/mod.rs |