Quanah Gibson-Mount
|
6fe12f3273
|
Happy New Year
|
10 years ago |
Howard Chu
|
ca47c2af1f
|
ITS#7879 Windows build compatibility
Just use srand/rand, we don't care about the quality
of the random numbers, we just want some data.
|
11 years ago |
Hallvard Furuseth
|
e2bdd44624
|
mtest*.c, sample-*.c: Add/note error checks.
|
11 years ago |
Hallvard Furuseth
|
92f71f50f9
|
Add MDB_CLEANMEM option.
Initialize unused portions of DB pages, for security or to silence
checkers like Purify and Valgrind. Like BDB configure --enable-umrw.
|
11 years ago |
Howard Chu
|
98fe339089
|
Rename libmdb to liblmdb
|
12 years ago |
Howard Chu
|
13f3bcd59c
|
Rename libmdb to liblmdb, lmdb.h
Avoid naming conflicts with other mdb* packages. Bump version to 0.9.5
|
12 years ago |
Howard Chu
|
c4d5e6e786
|
Add support for nested transactions.
|
13 years ago |
Howard Chu
|
09006ccec7
|
API change, consistency check
mdb_close() takes an env, not a txn.
Also, add check for stale DB records (in case some other process
wrote to the DB last).
|
13 years ago |
Howard Chu
|
2510bea718
|
API cleanup, doxygen docs for public API
|
13 years ago |
Howard Chu
|
76d7ca8ce0
|
Rationalize mdbenv namespace
|
13 years ago |
Howard Chu
|
920115f747
|
Sorted dup fixes
|
13 years ago |
Howard Chu
|
2f7ddb4103
|
Cleanup, add mdb_cursor_count()
|
13 years ago |
Howard Chu
|
01c2f7816f
|
More subDB stuff
|
13 years ago |