]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/config.c
minor cleanup
[openldap] / servers / slapd / back-bdb / config.c
2005-08-11 Pierangelo Masaratiminor cleanup OPENLDAP_AC_BP
2005-07-18 Luke HowardFix for previous commit
2005-07-18 Luke HowardFix pointer error
2005-07-14 Hallvard FurusethSilence "unused <something>" warnings
2005-07-04 Hallvard Furusethisspace() needs <ac/ctype.h>
2005-07-01 Howard ChuTweak prev commit
2005-07-01 Howard ChuITS#3815 fix olcDbConfig parsing
2005-07-01 Howard ChuHDB needs its own config objectclass to avoid confusion...
2005-06-16 Pierangelo Masaratifix ITS#3784
2005-05-09 Howard ChuFix prev commit, trim unused cfOC vars
2005-05-09 Howard ChuRestructured to allow miscellaneous Adds under database...
2005-05-03 Howard ChuITS#3699 fix dbconfig, limits schema flags
2005-04-23 Howard ChuFix DB_CONFIG loading
2005-04-23 Howard ChuTweak online_index task interval
2005-04-23 Howard ChuAdd hdb symbols, make sure only one indexer runs
2005-04-23 Howard ChuAdd task names to runqueue entries. Display running...
2005-04-22 Howard ChuMore for dynamic dbenv swapping
2005-04-22 Howard ChuDynamic environment swapping
2005-04-22 Howard ChuFix checkpoint task start/stop
2005-04-21 Howard ChuFix typo, add Truncate support
2005-04-21 Howard ChuAllow shutdown to interrupt the indexer
2005-04-21 Howard ChuDynamic indexing support
2005-04-21 Howard ChuAdded some delete handlers
2005-04-10 Pierangelo Masaratiapply naming scheme to global/database schema
2005-04-09 Howard ChuITS#3646 allow default index
2005-04-08 Jong Hyuk Choimalloc cleanup
2005-04-01 Howard ChuAdd dbconfig directive for creating/writing the DB_CONF...
2005-03-21 Howard ChuMore parsing fixes
2005-03-20 Howard ChuMore for loading config from LDIF
2005-03-17 Howard ChuMore for loading config from database. Fix non-reentran...
2005-03-15 Howard ChuMore back-config / back-ldif integration, added config_...
2005-03-04 Howard ChuAdded config compatibility wrapper for overlays etc...
2005-03-04 Howard ChuDon't restrict cache sizes to non-zero
2005-03-02 Howard ChuMore verbmasks cleanup, added index unparsing
2005-03-02 Howard ChuCleanup verb/mask processing
2005-03-02 Howard ChuReorganized config/bconfig. Migrated back-bdb config.
2005-01-25 Howard ChuRemove "fasttool" option; obsoleted by "slapadd -q"
2005-01-14 Howard ChuDelete obsolete syncprovider stuff
2005-01-01 Kurt ZeilengaHappy New Year!
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