-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(module): remove page level encryption
This feature is unmaintained in upstream LMDB and has known issues that prevents it from being used.
- Loading branch information
Showing
7 changed files
with
2 additions
and
544 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[submodule "lmdb"] | ||
path = lmdb | ||
url = https://github.com/LMDB/lmdb.git | ||
branch = mdb.master3 | ||
branch = LMDB_0.9.31 | ||
|
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 lmdb
updated
27 files
+0 −1 | libraries/liblmdb/.gitignore | |
+276 −0 | libraries/liblmdb/CHANGES | |
+10 −29 | libraries/liblmdb/Makefile | |
+0 −183 | libraries/liblmdb/chacha8.c | |
+0 −8 | libraries/liblmdb/chacha8.h | |
+0 −121 | libraries/liblmdb/crypto.c | |
+19 −188 | libraries/liblmdb/lmdb.h | |
+610 −2,370 | libraries/liblmdb/mdb.c | |
+1 −20 | libraries/liblmdb/mdb_copy.1 | |
+1 −25 | libraries/liblmdb/mdb_copy.c | |
+0 −53 | libraries/liblmdb/mdb_drop.1 | |
+0 −154 | libraries/liblmdb/mdb_drop.c | |
+1 −20 | libraries/liblmdb/mdb_dump.1 | |
+20 −34 | libraries/liblmdb/mdb_dump.c | |
+1 −14 | libraries/liblmdb/mdb_load.1 | |
+25 −59 | libraries/liblmdb/mdb_load.c | |
+1 −20 | libraries/liblmdb/mdb_stat.1 | |
+35 −48 | libraries/liblmdb/mdb_stat.c | |
+0 −93 | libraries/liblmdb/midl.c | |
+2 −24 | libraries/liblmdb/midl.h | |
+0 −101 | libraries/liblmdb/module.c | |
+0 −16 | libraries/liblmdb/module.h | |
+0 −1 | libraries/liblmdb/mtest.c | |
+0 −190 | libraries/liblmdb/mtest_enc.c | |
+0 −189 | libraries/liblmdb/mtest_enc2.c | |
+0 −177 | libraries/liblmdb/mtest_remap.c | |
+0 −5 | libraries/liblmdb/tooltag |
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
Oops, something went wrong.