]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/back-bdb.h
switch to openldap-data directory
[openldap] / servers / slapd / back-bdb / back-bdb.h
2002-02-02 Kurt Zeilengaswitch to openldap-data directory
2002-02-02 Kurt ZeilengaAdd cache txn_prepare code based upon submission (ITS...
2002-01-29 Kurt ZeilengaBDB_ALIASES and BDB_SUBENTRIES cleanup
2002-01-28 Kurt ZeilengaDelete CDB (no transactions) support
2002-01-28 Kurt ZeilengaAdd whoami extended operation. LDBM_PRE_GIANT_RWLOCK
2002-01-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-18 Howard ChuAdded compatibility macros for BDB3/4 lock_get, txn_id.
2002-01-13 Howard ChuTurn on BDB_IDL_MULTI by default
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-29 Howard ChuMore cleanup
2001-12-10 Howard ChuRevert previous commit. Checked in by mistake.
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-08 Howard ChuChanged be_nsuffix from char ** to struct berval *...
2001-12-07 Howard ChuSome fixes for BDB_IDL_MULTI. Experimental back-hdb...
2001-12-07 Howard ChuRe-introduce BDB_ID2ENTRY_PAGESIZE. Even if the index...
2001-12-07 Howard ChuBare minimum changes to support BDB 4.0
2001-12-07 Howard ChuWhen using BDB_IDL_MULTI, there are no longer any issue...
2001-12-06 Howard ChuExperimental index management. Uncomment BDB_IDL_MULTI...
2001-11-28 Howard ChuRenamed BDB_ID2ENTRY_PAGESIZE to just BDB_PAGESIZE...
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-27 Howard ChuSet the id2entry database pagesize to BDB_ID2ENTRY_PAGE...
2001-11-27 Howard ChuEliminated nextid database. id2entry database is now...
2001-11-27 Howard ChuAdded "dbnotxn" config keyword. If present, back-bdb...
2001-11-24 Howard ChuRemoved unused "range" argument from indexing functions...
2001-10-13 Kurt ZeilengaBDB updates... haven't had a chance to work on this...
2001-10-05 Kurt ZeilengaBDB_INDEX code does no harm (but no good yet, not used...
2001-10-05 Kurt ZeilengaAnother round. BDB_INDEX almost ready for functional...
2001-10-05 Kurt ZeilengaInitial idl fetch code, undef BDB_INDEX for now, other...
2001-10-04 Kurt ZeilengaAdd some initial BDB_INDEX code... needs much work.
2001-10-03 Kurt ZeilengaAn incremental step.
2001-10-03 Kurt ZeilengaAdd BDB index config code
2001-10-03 Kurt ZeilengaReplace #if 0 with #if MACRO
2001-10-03 Kurt ZeilengaEnable management of attribute indices. Not yet used...
2001-06-15 Kurt ZeilengaWork in progress codes. !UNTESTED!
2000-09-29 Kurt ZeilengaAdd dead lock detection thread.
2000-09-28 Kurt ZeilengaAdd txn_checkpoint()'ing
2000-09-27 Kurt ZeilengaRough in extended ops, modify, and modrdn.
2000-09-26 Kurt Zeilengareplace ALLIDS with RANGE IDLs
2000-09-25 Kurt ZeilengaAdd bdb_bind, clean up init, s/Backend/BackendDB/
2000-09-25 Kurt ZeilengaDisable sub directory support for now
2000-09-25 Kurt ZeilengaRough in search routine
2000-09-24 Kurt ZeilengaAdd compare routine
2000-09-23 Kurt Zeilengarough in an add/delete and deadlock avoidance
2000-09-22 Kurt ZeilengaAdd bdb_add() and supporting routines
2000-09-22 Kurt Zeilengaremove lint
2000-09-20 Kurt ZeilengaAdd dn2id code
2000-09-20 Kurt ZeilengaReply on DB_CONFIG for tuning...
2000-09-19 Kurt ZeilengaAdd new nextid code.
2000-09-19 Kurt ZeilengaAdd rough implementation of tool callbacks.
2000-09-18 Kurt ZeilengaDon't set DB_PRIVATE yet.
2000-09-18 Kurt ZeilengaAdd errpfx and errcall
2000-09-18 Kurt ZeilengaAdd set_*_dir calls
2000-09-18 Kurt ZeilengaFix up back-bdb framework
2000-09-18 Kurt ZeilengaFramework for back-bdb