This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
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
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule edgeless-rocksdb
updated
22 files
+27 −0 | .github/workflows/unittests.yml | |
+1 −0 | CMakeLists.txt | |
+3 −1 | README.md | |
+10 −3 | db/db_impl/db_impl.cc | |
+1 −1 | db/log_reader.cc | |
+5 −7 | db/log_writer.cc | |
+0 −146 | docs/Gemfile.lock | |
+35 −20 | file/encrypted_file.cc | |
+22 −16 | file/encrypted_file.h | |
+81 −0 | file/encrypted_file_util.cc | |
+39 −0 | file/encrypted_file_util.h | |
+33 −0 | file/file_id.h | |
+3 −2 | file/random_access_file_reader.h | |
+4 −3 | file/sequence_file_reader.h | |
+2 −1 | file/writable_file_writer.h | |
+1 −1 | libedgeless | |
+20 −11 | options/options_parser.cc | |
+3 −7 | table/block_based/block_based_table_builder.cc | |
+1 −1 | table/format.cc | |
+1 −1 | table/format.h | |
+19 −2 | table/table_test.cc | |
+6 −4 | utilities/backupable/backupable_db_test.cc |