]> git.sur5r.net Git - openldap/history - libraries/libmdb/mdb.h
mdb_cmp refactoring
[openldap] / libraries / libmdb / mdb.h
2011-09-05 Howard Chumdb_cmp refactoring
2011-09-05 Howard ChuBegin reimplementing basic ops as cursor ops
2011-09-05 Howard ChuAdd MDB_{FIRST,LAST}_DUP for cursor_get
2011-09-03 Howard ChuCleanup midl, start documenting internals
2011-09-02 Howard ChuTweak docs
2011-09-01 Howard ChuAPI cleanup, doxygen docs for public API
2011-09-01 Howard ChuAdd txn_reset / txn_renew
2011-09-01 Howard ChuFirst cut at DUPFIXED support
2011-09-01 Hallvard B FurusethMacro cleanup: Parenthesize, simplify, remove a ;
2011-09-01 Howard ChuAdd mdb_strerror(), mdb_env_set_flags()
2011-09-01 Howard ChuProtect err codes
2011-09-01 Howard ChuError cleanup
2011-09-01 Howard ChuAdd mdb_version()
2011-09-01 Howard ChuRationalize mdbenv namespace
2011-09-01 Howard ChuMove MDB_VERSION to mdb.h, use major/minor/patch
2011-09-01 Howard ChuTweak MDB_val to match struct berval
2011-09-01 Howard ChuAdd MDB_INTEGERKEY db flag
2011-09-01 Howard ChuCleanup, add mdb_cursor_count()
2011-09-01 Howard ChuMore DB checks
2011-09-01 Howard ChuParameter cleanup
2011-09-01 Howard ChuSorted dups basically completed, needs testing
2011-09-01 Howard ChuAdded cursor_get for sorted dups
2011-09-01 Howard ChuAdd cursor_prev
2011-09-01 Howard ChuUse BDB cursor terminology
2011-09-01 Howard ChuAdd some legalese
2011-09-01 Howard ChuMore sub-db stuff
2011-09-01 Howard ChuTweak mt_dbxs array
2011-09-01 Howard ChuTweaks to txn handling
2011-09-01 Howard ChuMore subDBs, compiles now
2011-09-01 Howard ChuStart DB restructuring
2011-09-01 Howard ChuMore prep for subdatabases
2011-07-01 Howard ChuDrop header page
2011-06-29 Howard ChuUse toggling meta page instead of always appending
2011-06-28 Howard ChuAdd locking support
2011-06-28 Howard ChuCheckpoint