]> git.sur5r.net Git - openldap/history - libraries/libmdb/mdb.h
Tweak output, add free page info
[openldap] / libraries / libmdb / mdb.h
2012-10-17 Howard ChuTweak output, add free page info
2012-10-16 Howard ChuAdd mdb_env_info() to retrieve interesting env params
2012-10-15 Hallvard Furusethmdb_env_open(): Keep mdb_env_set_flags() flags.
2012-10-11 Howard ChuAdd mdb_copy for backing up a DB environment
2012-10-03 Hallvard FurusethTweak MDB restrictions
2012-10-03 Hallvard FurusethITS#7377 Document caveats/troubeshooting.
2012-09-19 Howard ChuAdd MDB_GET_CURRENT
2012-09-17 Howard ChuMore for ab04c50a32275e216b82edaeeed50208cf49336b
2012-09-17 Howard ChuAdd mdb_cursor_renew()
2012-09-17 Howard ChuAdd MDB_SET_KEY cursor op
2012-09-14 Howard ChuITS#7383 More explicit error codes
2012-09-07 Howard ChuUpdate comments, bump version
2012-09-06 Howard Chumsync should default to fully synchronous
2012-09-05 Howard ChuAdd msync support for WRITEMAP option
2012-09-05 Howard ChuAdd MDB_WRITEMAP to use a writable mmap
2012-08-02 Howard ChuMinor cleanup
2012-07-21 Howard ChuAppend tweaks, page_split fixes
2012-07-06 Howard ChuAdd MDB_NOMETASYNC env option.
2012-05-06 Howard ChuFurther clarification of mdb_open()
2012-04-12 Hallvard Furusethlibmdb: Add C++ 'extern "C" {}' to *.h
2012-04-09 Howard ChuITS#7238 doc clarification
2012-03-03 Hallvard FurusethFix libmdb comments
2012-01-21 Howard Chutxn_commit must abort txn before returning errors
2012-01-21 Howard ChuHappy New Year!
2011-10-03 Howard ChuAdd rudimentary MDB_MULTIPLE support for puts
2011-10-03 Howard ChuAdd MDB_APPEND to avoid splitting full pages
2011-10-03 Howard ChuAdd mdb_cursor_txn() and mdb_cursor_dbi() for querying...
2011-10-02 Howard ChuAdd MDB_RESERVE mode
2011-09-23 Howard ChuDoc for the MDB_NOSUBDIR env option
2011-09-23 Howard ChuAdd MDB_NOSUBDIR option
2011-09-21 Howard Chutxn_abort/commit free all their cursors now.
2011-09-21 Howard ChuTrack changes to all cursors.
2011-09-21 Howard ChuAdd support for nested transactions.
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