Niko
|
55ca60a330
|
test lib without crypto
|
3 years ago |
Niko
|
7062768d11
|
prepare for DUP cursors
|
3 years ago |
Niko
|
60d8c0e0ea
|
iter_prev should start with CURRENT
|
3 years ago |
Niko
|
c922766a2b
|
adding iter_prev
|
3 years ago |
Niko
|
76eee397a3
|
fix IterPrevDup import
|
3 years ago |
Niko
|
9d32c7a73d
|
adding reverse cursor on duplicate keys
|
3 years ago |
Niko
|
d2caae20cb
|
new revision of lmdb lib, with bug fix for MAC authenticated encryption
|
3 years ago |
Niko
|
3b539b5cb8
|
updated lmdb lib version
|
3 years ago |
Niko
|
4460901b22
|
new revision of lmdb lib, with 32B MAC reserved
|
3 years ago |
Niko
|
620a32d8bc
|
updated version of lmdb lib
|
3 years ago |
Niko
|
30a4322c6c
|
new revision of lmdb lib, with upstream bugfixes
|
3 years ago |
Niko
|
1e7b86b70a
|
switch to p2pcollab/lmdb.git for lmdb-sys
|
3 years ago |
Niko
|
13d9837d54
|
renaming to lmdb-crypto-rs
|
3 years ago |
Niko
|
bbe0707d22
|
passing encryption key from builder to Lmdb lib, with proper memory management
|
3 years ago |
Niko
|
21f7436178
|
change README to reflect change of package name
|
3 years ago |
Niko
|
af9edd775f
|
added test fixtures because the default ones are obsolete, since the bianry format has changed with encryption
|
3 years ago |
Niko
|
5b5636ac2b
|
new revision for lmdb-sys: up to date with firefox and master, passes all tests
|
3 years ago |
Niko
|
3d6a3c8e61
|
gitignore
|
3 years ago |
Niko
|
6211be1fc7
|
integration test in of lmdb-sys simple was not working with CString
|
3 years ago |
Niko
|
0e00c34a46
|
new revision for lmdb-sys
|
3 years ago |
Niko
|
215d8d0b81
|
makes mdb_version available to FFI
|
3 years ago |
Niko
|
0935a25673
|
renaming to lmdb-lofire and lmdb-lofire-sys
|
3 years ago |
Niko
|
aa8cdf2e06
|
changed submodule lmdb-sys/lmdb to point to nikoPLP/lmdb branch lofire0_1_0
|
3 years ago |
Emilio Cobos Álvarez
|
946167603d
|
Minor bump to deal with previous published version having CRLFs.
|
4 years ago |
Mike Hommey
|
c517e9c90b
|
Update lmdb and to latest version of mdb.RE/0.9.24-moz branch
|
4 years ago |
Tom
|
df1c2f56e3
|
iter_dup_of returns other values after a delete (#80)
|
5 years ago |
Victor
|
4363ec0426
|
Bump version to 0.14.0
Signed-off-by: Victor <victor.porof@gmail.com>
|
5 years ago |
Victor
|
74a3453dc2
|
Bump version to 0.11.0
Signed-off-by: Victor <victor.porof@gmail.com>
|
5 years ago |
Victor Porof
|
4c0b5ce091
|
Fix type `mode_t` type errors after updating bindings (#78)
Signed-off-by: Victor <victor.porof@gmail.com>
|
5 years ago |
Victor
|
a98be11665
|
Bump version to 0.10.2
Signed-off-by: Victor <victor.porof@gmail.com>
|
5 years ago |
Victor
|
902dce440a
|
Bump version to 0.13.1
Signed-off-by: Victor <victor.porof@gmail.com>
|
5 years ago |
Emilio Cobos Álvarez
|
df2cd5646f
|
Fix bindings. (#77)
* Fix bindings.
PR #74 introduced a manually-generated change to the bindings that I
accidentally broke in #76.
* Specify the "runtime" feature of bindgen.
As it became non-default in https://github.com/rust-lang/rust-bindgen/pull/1620.
* Make binding generation work properly on Windows too.
|
5 years ago |
Victor
|
f0fa429eaa
|
Bump version to 0.13.0
Signed-off-by: Victor <victor.porof@gmail.com>
|
5 years ago |
Victor
|
4d4594c4e2
|
Bump version to 0.10.1
Signed-off-by: Victor <victor.porof@gmail.com>
|
5 years ago |
Emilio Cobos Álvarez
|
dccf69c306
|
Update bindgen. (#76)
|
5 years ago |
Victor Porof
|
4198202153
|
Bump version to 0.10.0
Signed-off-by: Victor Porof <victor.porof@gmail.com>
|
6 years ago |
Clément Renault
|
a604c2d976
|
Support windows FileHandle types (#74)
* Support windows FileHandle types
* Add a test to check that copy works on windows
|
6 years ago |
Victor Porof
|
5f5245ad4d
|
Bump version to 0.9.6
Signed-off-by: Victor Porof <victor.porof@gmail.com>
|
6 years ago |
Myk Melez
|
b6e5ad193a
|
Test with 32-bit database on 32-bit systems (#72)
|
6 years ago |
quininer
|
f1c3ba853c
|
Make bindgen optional (#70)
|
6 years ago |
Emilio Cobos Álvarez
|
ea0d09ff02
|
Fix an embarrassing typo in #68. (#69)
Sigh. The line as it is is just 0.51, which is fine, kinda, but doesn't
accomplish what I want :(
|
6 years ago |
Emilio Cobos Álvarez
|
bab675502f
|
Don't use bindgen's default features, and use old syn and quote until the rest of mozilla-central updates to 1.0. (#68)
This prevents dependencies like which to be built, which is unnecessary, and
avoids duplicate versions of syn / quote in Gecko.
|
6 years ago |
Victor Porof
|
a0f3c05434
|
Bump lmdb and lmdb-sys versions to 0.12.3 and 0.9.3 respectively
Signed-off-by: Victor Porof <victor.porof@gmail.com>
|
6 years ago |
Victor Porof
|
07a1d767f0
|
Merge pull request #67 from mozilla/optional-clang
Remove with-clang feature in favor of using $CC
|
6 years ago |
Victor Porof
|
ab1d7117a7
|
Temporarily work around CI failure on linux nightlies
Signed-off-by: Victor Porof <victor.porof@gmail.com>
|
6 years ago |
Victor Porof
|
bfc6137aec
|
Remove with-clang feature in favor of using $CC
Signed-off-by: Victor Porof <victor.porof@gmail.com>
|
6 years ago |
Victor Porof
|
31b148f897
|
Bump lmdb and lmdb-sys versions to 0.12.2 and 0.9.2 respectively
Signed-off-by: Victor Porof <victor.porof@gmail.com>
|
6 years ago |
Victor Porof
|
6b47f7923a
|
Use relaxed dependency versions (pre 0.12) for better build compat with m-c (#66)
Signed-off-by: Victor Porof <victor.porof@gmail.com>
|
6 years ago |
Victor Porof
|
d64faaf718
|
Force retrigger CI builds
|
6 years ago |
Victor Porof
|
ec5790bc82
|
Bump version to 0.12.1
Signed-off-by: Victor Porof <victor.porof@gmail.com>
|
6 years ago |