openldap/libraries/liblmdb
Hallvard Furuseth 5bda3565a9 ITS#7775 Drop <assert.h>, drop/replace assert()s.
db_mid2l_insert(): Move assert to mdb.c.
mdb_cursor_set(): Previous assert cannot fail now.
mdb_cursor_put(): Check mc/key and return EINVAL.
mdb_cursor_dbi(): No error return, so just segfault if cursor==NULL.
2014-01-06 23:21:54 +01:00
..
.gitignore Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
CHANGES ITS#7515 has been fixed. 2013-12-29 14:52:30 +01:00
COPYRIGHT Happy New Year 2013-01-10 02:58:55 -08:00
Doxyfile One more rename 2013-01-14 12:57:54 -08:00
LICENSE Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
lmdb.h ITS#7775 Add mdb_env_set_assert() 2014-01-06 23:17:38 +01:00
Makefile Release 0.9.8 2013-09-09 08:29:46 -07:00
mdb_copy.1 Clean up mdb_copy. 2013-12-11 11:57:12 +01:00
mdb_copy.c Clean up mdb_copy. 2013-12-11 11:57:12 +01:00
mdb_stat.1 Add mdb_reader_check() 2013-07-18 10:47:29 -07:00
mdb_stat.c Add Caveat: Readers need write access. Whitespace. 2013-10-04 00:51:58 +02:00
mdb.c ITS#7775 Drop <assert.h>, drop/replace assert()s. 2014-01-06 23:21:54 +01:00
midl.c ITS#7775 Drop <assert.h>, drop/replace assert()s. 2014-01-06 23:21:54 +01:00
midl.h Update MDB documentation and comments. 2013-09-23 20:09:47 +02:00
mtest2.c Add MDB_CLEANMEM option. 2013-11-07 23:41:30 +01:00
mtest3.c Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
mtest4.c Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
mtest5.c Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
mtest6.c Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
mtest.c Add MDB_CLEANMEM option. 2013-11-07 23:41:30 +01: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