Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hallvard Furuseth
1878213092
Fix mdb_reader_pid().
...
Treat unexpected errors as "don't know". Invert Pidcheck return
value, so nonzero including error codes = "the process may exist".
On Windows: Catch exited but still existing processes. Handle
undefined PROCESS_QUERY_LIMITED_INFORMATION.
On Unix: don't trust F_GETLK error to leave the input alone,
the fcntl() doc seems unclear.
11 years ago
..
.gitignore
Rename libmdb to liblmdb
12 years ago
COPYRIGHT
Happy New Year
12 years ago
Doxyfile
One more rename
12 years ago
LICENSE
Rename libmdb to liblmdb
12 years ago
Makefile
Tweak comments, defaults should be OK already
12 years ago
lmdb.h
Clarify doc: mdb_copy, nested txns, mdb_drop().
11 years ago
mdb.c
Fix mdb_reader_pid().
11 years ago
mdb_copy.1
Clarify doc: mdb_copy, nested txns, mdb_drop().
11 years ago
mdb_copy.c
tweak mdb_copy, trap signals
12 years ago
mdb_stat.1
Add mdb_reader_check()
12 years ago
mdb_stat.c
Use proper printf format on Windows
11 years ago
midl.c
Spill pages, take 3
12 years ago
midl.h
Spill pages, take 3
12 years ago
mtest.c
Fix rebalance/cursor adjust
12 years ago
mtest2.c
Rename libmdb to liblmdb
12 years ago
mtest3.c
Rename libmdb to liblmdb
12 years ago
mtest4.c
Rename libmdb to liblmdb
12 years ago
mtest5.c
Rename libmdb to liblmdb
12 years ago
mtest6.c
Rename libmdb to liblmdb
12 years ago
sample-bdb.c
Add sample apps for comparison/education purposes
12 years ago
sample-mdb.c
Add sample apps for comparison/education purposes
12 years ago