openldap/libraries/liblmdb
Hallvard Furuseth 734bc7e6ad Relax MDB_MAXKEYSIZE for existing data.
Handle keys stored by a liblmdb with a bigger MDB_MAXKEYSIZE.
mdb_get/mdb_del(absent key bigger than our MDB_MAXKEYSIZE)
now return MDB_NOTFOUND instead of MDB_BAD_VALSIZE.
2013-12-11 11:57:12 +01:00
..
.gitignore
CHANGES Bump to 0.9.10 2013-11-11 20:15:54 -08: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
lmdb.h Relax MDB_MAXKEYSIZE for existing data. 2013-12-11 11:57:12 +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 Relax MDB_MAXKEYSIZE for existing data. 2013-12-11 11:57:12 +01:00
midl.c Warning cleanup. 2013-12-11 11:57:12 +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
mtest4.c
mtest5.c
mtest6.c
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