]> git.sur5r.net Git - openldap/history - libraries/libmdb/mdb.h
Add mdb_drop() for deleting a DB
[openldap] / libraries / libmdb / mdb.h
2011-09-18 Howard ChuAdd mdb_drop() for deleting a DB
2011-09-18 Howard ChuAPI change, consistency check
2011-09-12 Howard ChuMinor tweaks, update relfunc behavior
2011-09-12 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-11 Hallvard Furusethmdb integer type cleanup: Use MDB_dbi consistently.
2011-09-10 Hallvard FurusethDrop ULONG in favor of size_t.
2011-09-10 Hallvard Furusethmdb type cleanup: Consistent reader count types.
2011-09-10 Howard ChuIf put(NOOVERWRITE) exists, return existing data
2011-09-09 Howard ChuMinor typos, additional clarification
2011-09-09 Howard ChuMore docs
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