-
Notifications
You must be signed in to change notification settings - Fork 126
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 couchbase-lite-core
updated
15 files
+2 −1 | C/c4.def | |
+2 −1 | C/c4.exp | |
+2 −0 | C/c4Base.cc | |
+19 −1 | C/include/c4Base.h | |
+26 −4 | C/include/c4Replicator.h | |
+3 −1 | CMakeLists.txt | |
+34 −17 | LiteCore/Support/Error.cc | |
+21 −7 | LiteCore/Support/Error.hh | |
+1 −1 | Replicator/CivetWebSocket.cc | |
+1 −1 | Replicator/Replicator.cc | |
+1 −1 | Replicator/Worker.cc | |
+72 −2 | Replicator/c4Replicator.cc | |
+2 −2 | Replicator/c4Socket.cc | |
+1 −1 | Replicator/tests/ReplicatorAPITest.cc | |
+1 −1 | vendor/BLIP-Cpp |