openldap/libraries/liblmdb
Howard Chu b4ecbd78d9 Fix some overwrite quirks
Was skipping the overwrite in some cases, if the cmp function
said the new and old already matched. We should always perform
the overwrite anyway, since the cmp function may only be doing
a prefix compare and the data may actually be different.
2014-06-18 12:29:13 -07:00
..
.gitignore Rename libmdb to liblmdb 2012-11-30 12:45:34 -08:00
CHANGES Bump version to 0.9.12 2014-06-13 10:46:27 -07:00
COPYRIGHT Fix mdb_rebalance collapsing root 2014-05-20 08:47:28 -07: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 Bump version to 0.9.12 2014-06-13 10:46:27 -07:00
Makefile Release 0.9.8 2013-09-09 08:29:46 -07:00
mdb.c Fix some overwrite quirks 2014-06-18 12:29:13 -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
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
mtest.c mtest: Accept an MDB_NOTFOUND case 2014-03-16 12:42:43 +01:00
mtest2.c mtest*.c, sample-*.c: Add/note error checks. 2014-02-19 21:25:40 +01:00
mtest3.c mtest*.c, sample-*.c: Add/note error checks. 2014-02-19 21:25:40 +01:00
mtest4.c mtest*.c, sample-*.c: Add/note error checks. 2014-02-19 21:25:40 +01:00
mtest5.c mtest*.c, sample-*.c: Add/note error checks. 2014-02-19 21:25:40 +01:00
mtest6.c mtest*.c, sample-*.c: Add/note error checks. 2014-02-19 21:25:40 +01:00
sample-bdb.txt Rename samples 2014-03-16 03:55:03 -07:00
sample-mdb.txt Rename samples 2014-03-16 03:55:03 -07:00