openldap/libraries/liblmdb
Hallvard Furuseth ce6335b0d9 Cleanup for TLS key and read-only filesystem.
Move key init into mdb_env_setup_locks().
Don't create unused TLS key when read-only filesystem.
Drop internal flag MDB_ROFS, we can instead test either
!me_txns, !mt_u.reader or me_lfd==INVALID_HANDLE_VALUE.
2013-04-18 04:15:13 +02:00
..
.gitignore
COPYRIGHT
Doxyfile
LICENSE
lmdb.h Fixes for dbi_open/close, ITS#7515 2013-04-05 02:58:08 -07:00
Makefile Use CC/LDFLAGS to link the shared lib 2013-02-25 05:06:51 -08:00
mdb_copy.1
mdb_copy.c
mdb_stat.1 mdb_stat -ff[f]: show contiguous page spans. 2013-02-16 19:07:16 +01:00
mdb_stat.c mdb_stat -ff[f]: show contiguous page spans. 2013-02-16 19:07:16 +01:00
mdb.c Cleanup for TLS key and read-only filesystem. 2013-04-18 04:15:13 +02:00
midl.c Silence stupid warnings 2013-03-25 11:53:32 -07:00
midl.h Silence stupid warnings 2013-03-25 11:53:32 -07:00
mtest2.c
mtest3.c
mtest4.c
mtest5.c
mtest6.c
mtest.c More fixes for MDB_LAST 2013-04-01 19:49:40 -07:00
sample-bdb.c Add sample apps for comparison/education purposes 2013-02-24 23:43:18 -08:00
sample-mdb.c Add sample apps for comparison/education purposes 2013-02-24 23:43:18 -08:00