-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: introduce log dir format version and add version check
BREAKING CHANGE: new server does not accept log data created by old server.
- Loading branch information
1 parent
99fd056
commit d74dae9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule limestone
updated
10 files
+2 −1 | CMakeLists.txt | |
+1 −1 | README.md | |
+2 −0 | src/CMakeLists.txt | |
+19 −0 | src/limestone/datastore.cpp | |
+99 −0 | src/limestone/datastore_format.cpp | |
+39 −2 | src/limestone/datastore_restore.cpp | |
+8 −0 | src/limestone/internal.h | |
+18 −6 | test/limestone/log/log_channel_test.cpp | |
+204 −0 | test/limestone/log/log_dir_test.cpp | |
+99 −32 | test/limestone/log/rotate_test.cpp |