]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/config.c
Optimize modify_internal, only reindex the actual modified values, not
[openldap] / servers / slapd / back-bdb / config.c
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