]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/config.c
ITS#5728 release entries before send_ldap_ber()
[openldap] / servers / slapd / back-bdb / config.c
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2007-09-02 Howard ChuITS#5118 from HEAD
2007-08-11 Howard ChuCleanup
2007-01-02 Kurt Zeilengahappy new year
2006-01-06 Kurt ZeilengaFixed slapd-bdb reindexing via cn=config not noticed...
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-21 Kurt ZeilengaSync back-bdb with HEAD
2005-12-20 Kurt ZeilengaITS#4260/4263: slapd-bdb/hdb cn=config reindexing issues
2005-11-27 Kurt ZeilengaSync with HEAD
2005-10-12 Kurt ZeilengaOperation buffer align fix from HEAD
2005-08-12 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-07-11 Kurt ZeilengaSync with HEAD
2005-05-10 Kurt ZeilengaSync with HEAD in prep for 2.3.3beta
2005-05-06 Kurt ZeilengaMerge from HEAD
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-03-17 Kurt ZeilengaSync with HEAD
2005-03-14 Kurt ZeilengaSync with HEAD
2005-01-28 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-11-25 Howard ChuDisable back-bdb native syncrepl support, enable syncpr...
2004-11-13 Howard Chufasttool: BDB 4.3 uses DB_LOG_INMEMORY instead of DB_TX...
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-25 Howard ChuFix spurious warning for fasttool keyword when running...
2004-07-22 Howard ChuAdded linearindex option for slapindex. Improves perfor...
2004-07-22 Howard ChuITS#3178 add "fasttool" option to disable transaction...
2004-07-09 Jong Hyuk ChoiSLAP_IDL_CACHE macro removed
2004-04-09 Pierangelo Masaratiblind fix to ITS#3069; I assume there's no reason to...
2004-03-06 Howard ChuRevert to original code
2004-03-05 Howard ChuFix prev commit
2004-03-05 Howard ChuSet IDL cache to 10x Entry cache by default
2004-03-05 Howard Chuunifdef SLAP_IDL_CACHE
2004-01-01 Kurt ZeilengaHappy new year
2003-12-07 Howard ChuCleanup unknown config directive handling.
2003-11-28 Kurt ZeilengaNotices
2003-11-10 Jong Hyuk Choi1. Session history support
2003-04-23 Howard ChuFunction renaming, make internal funcs static, etc.
2003-04-18 Howard ChuAdd shm_key config keyword to use shared memory for...
2003-04-05 Howard ChuDefine MINIMUM_SEARCH_STACK_DEPTH=8, search_aliases...
2003-03-05 Jong Hyuk Choimisc : not activating idl cache in tool mode run
2003-01-03 Kurt ZeilengaHappy new year
2002-12-10 Howard ChuAdded config keyword "searchstack" for setting search...
2002-11-10 Pierangelo Masaratisilence warnings; fix messages
2002-09-19 Howard ChuFixes for NO_THREADS
2002-01-29 Kurt ZeilengaBDB_ALIASES and BDB_SUBENTRIES cleanup
2002-01-28 Kurt ZeilengaDelete CDB (no transactions) support
2002-01-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-18 Howard ChuAdded "fewest" lockdetect keyword, to abort txn with...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-27 Howard ChuAdd #define SLAP_BDB_ALLOW_DBNOTXN to control dbnotxn...
2001-11-27 Howard ChuAdded "dbnotxn" config keyword. If present, back-bdb...
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-10-05 Kurt ZeilengaInitial idl fetch code, undef BDB_INDEX for now, other...
2001-10-03 Kurt ZeilengaAdd BDB index config code
2001-10-03 Kurt ZeilengaReplace #if 0 with #if MACRO
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-25 Kurt ZeilengaAdd bdb_bind, clean up init, s/Backend/BackendDB/
2000-09-25 Kurt ZeilengaAdd minimal config support