-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Implemented FullSync DatabaseConfiguration property. - Only Obj-C tests do check for c4db_config2 kC4DB_DiskSyncFull flag - Updated LiteCore to 3.1.9-5
- Loading branch information
1 parent
7128106
commit 5c10248
Showing
14 changed files
with
194 additions
and
9 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
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
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
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
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 couchbase-lite-core
updated
21 files
+1 −1 | C/c4Base.cc | |
+1 −0 | C/include/c4DatabaseTypes.h | |
+1 −0 | LiteCore/Database/DatabaseImpl.cc | |
+1 −1 | LiteCore/Storage/DataFile.cc | |
+2 −0 | LiteCore/Storage/DataFile.hh | |
+3 −1 | LiteCore/Storage/KeyStore.hh | |
+3 −2 | LiteCore/Storage/SQLiteDataFile.cc | |
+5 −7 | LiteCore/Support/Codec.cc | |
+1 −0 | LiteCore/Support/Logging.cc | |
+11 −2 | LiteCore/Support/Logging.hh | |
+11 −5 | LiteCore/tests/LogEncoderTest.cc | |
+26 −0 | LiteCore/tests/c4BaseTest.cc | |
+8 −2 | Networking/BLIP/BLIPConnection.cc | |
+1 −0 | Networking/WebSockets/WebSocketImpl.cc | |
+1 −1 | Replicator/Checkpointer.cc | |
+15 −0 | Replicator/Replicator.cc | |
+1 −24 | Replicator/Replicator.hh | |
+118 −1 | Replicator/tests/ReplicatorCollectionSGTest.cc | |
+32 −9 | build_cmake/scripts/check_bd_versions.py | |
+1 −1 | vendor/SQLiteCpp | |
+1 −1 | vendor/fleece |