]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/init.c
Sync with HEAD for OL 2.4.5
[openldap] / servers / slapd / back-bdb / init.c
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-02-09 Howard ChuFix prev commit, cleanup fakeroot entry before freeing
2007-02-09 Howard ChuFix prev commit, free fakeroot on teardown
2007-02-09 Howard ChuITS#4838 fix fake root handling broken by prev commit
2007-01-25 Howard ChuFree main-thread keys in db_close, can't do it later...
2007-01-04 Howard ChuPartially revert prev commit, fix lru_purge loop
2007-01-04 Howard ChuUnify use of BDB lockers
2007-01-04 Howard ChuFix prev commits...
2007-01-04 Howard ChuSimpler fix
2007-01-04 Howard ChuFix idl_cache teardown again - skip if cache is empty
2007-01-03 Howard ChuUse Clock algorithm for IDL cache too
2007-01-02 Kurt Zeilengahappy new year
2007-01-01 Howard Chupartial revert - keep acquiring BDB lock in lru_purge.
2006-12-31 Howard ChuDitch LRU cache replacement in favor of 2nd-chance...
2006-10-19 Kurt ZeilengaSync with HEAD
2006-09-25 Pierangelo Masaratiuse right, although empty, function in bdb_db_destroy()
2006-09-14 Pierangelo Masaratiminor cleanup
2006-09-13 Howard ChuAdd BackendInfo.bi_extra for backend custom APIs
2006-09-12 Pierangelo Masaratileave monitor calls in place, hide contents; in the...
2006-09-12 Howard ChuUse #ifdef SLAPD_MONITOR for monitor APIs
2006-09-09 Pierangelo Masaratifurther improve monitoring setup and cleanup
2006-09-06 Pierangelo Masaraticleanup monitoring resources
2006-09-06 Pierangelo Masarati- setup framework for monitoring of back-bdb/back-hdb...
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-05-15 Kurt ZeilengaSync with HEAD
2006-05-11 Kurt Zeilengacleanup
2006-05-11 Ralf HaferkampAdd Pre- and Postread Control to the supported controls...
2006-04-02 Hallvard FurusethWarnings: Unused vars. funcptr=0, not =NULL. if(b=...
2006-03-07 Kurt ZeilengaSome more txn infrastructure
2006-01-25 Howard ChuITS#4373, fix prev commit
2006-01-22 Howard ChuITS#4361, 4362 fix autorecovery logic, add ALOCK_NOSAVE...
2006-01-22 Howard ChuITS#4360 must init c_minfree
2006-01-11 Howard ChuITS#4324 don't auto-recover in slapcat. Don't trigger...
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-20 Howard Chucleanup db_close
2005-12-20 Howard ChuITS#4259 revert prev commit, fixed in alock.c instead.
2005-12-20 Howard ChuITS#4259 don't try to alock_close if we never opened...
2005-12-09 Howard Chucache LRU concurrency improvements, reorder DB accesses...
2005-11-27 Kurt Zeilengaunifdef -DBDB_SUBENTRIES -DLDBM_SUBENTRIES
2005-11-26 Kurt ZeilengaRemove some unnecessary #ifdefs
2005-11-23 Howard ChuITS#4201 undo all bdb_db_open() steps if any step fails.
2005-10-26 Howard ChuUse sorted array for indexed attrs instead of AVL tree
2005-10-25 Howard ChuLower id2entry cache priority in tool mode
2005-09-01 Howard ChuITS#3992 check bi_dbenv
2005-08-26 Howard ChuFix another leaked environment.
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-25 Howard ChuMust close env before removing it.
2005-08-13 Howard Chuutime is not needed here any more
2005-08-13 Howard ChuRework auto-recovery logic:
2005-07-28 Pierangelo Masaratisuffix must be present (ITS#3901)
2005-07-25 Hallvard FurusethUpdate previous fix: utime() needs <sys/types.h> as...
2005-07-25 Pierangelo Masaratisilence warning(s)
2005-07-15 Howard ChuITS#3841 fix test in rev 1.220
2005-07-14 Hallvard FurusethSilence "unused <something>" warnings
2005-07-12 Howard ChuITS#3857 fix bottom-up modrdn cascades, use a global...
2005-07-11 Howard ChuITS#3841 skip db_close if db_open was never called
2005-07-11 Howard ChuITS#3847 silence warnings
2005-07-11 Howard ChuITS#3824 remove env after slapadd/slapindex -q
2005-07-05 Howard ChuITS#3833 assume environment was already recovered by...
2005-06-28 Howard ChuITS#3796 fix IDL cache lock setup/teardown
2005-05-13 Kurt ZeilengaAdditional manageDIT changes.
2005-05-13 Kurt ZeilengamanageDIT framework and obsolete objectclasses/DIT...
2005-05-09 Howard ChuRestructured to allow miscellaneous Adds under database...
2005-05-04 Howard ChuITS#3703 skip checkpoint on close if ReadOnly mode
2005-04-23 Howard ChuFix DB_CONFIG loading
2005-04-22 Howard ChuMore for dynamic dbenv swapping
2005-04-22 Howard ChuITS#3607 use shared memory when configured
2005-04-22 Howard ChuCleanup db_close vs db_destroy steps
2005-04-22 Howard ChuFix checkpoint task start/stop
2005-04-21 Howard ChuDynamic indexing support
2005-04-16 Howard ChuITS#3660 fix BDB verbose calls
2005-04-13 Howard ChuITS#3607 more enhancements
2005-04-13 Howard Chuunifdef BDB_SUBDIRS, was never used
2005-04-12 Howard ChuFix checkpoint task - must call stoptask before returning
2005-04-12 Howard ChuFix slapMode parens
2005-04-10 Pierangelo Masaratiapply naming scheme to global/database schema
2005-04-01 Howard ChuTruncate \r if it appears at end of DB_CONFIG lines
2005-04-01 Howard ChuAdd dbconfig directive for creating/writing the DB_CONF...
2005-03-26 Howard ChuITS#3607 add automatic BDB recovery
2005-03-20 Kurt Zeilengadb mismatch (including patch mismatch) should be an...
2005-03-20 Kurt ZeilengaITS#3579 fixes
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 ChuITS#3533 use LDAP_DEBUG_TRACE for version info
2005-03-02 Howard ChuReorganized config/bconfig. Migrated back-bdb config.
2005-02-20 Howard ChuCleanup unused variables
2005-01-30 Pierangelo Masaratimatched values is "global"
2005-01-25 Howard ChuCleanup obsolete bits
2005-01-24 Howard ChuMore for SLAP_TOOL_QUICK, disable locks as well
2005-01-24 Howard ChuOmit transaction support when running with SLAP_TOOL_QUICK
2005-01-14 Howard ChuDelete obsolete syncprovider stuff
2005-01-11 Howard ChuClean up unused bt_compare references
2005-01-11 Howard ChuByte-order independence for HDB: dn2id format changed...
2005-01-11 Howard ChuStart removing custom sort functions from hdb
2005-01-08 Pierangelo Masaraticlarify error message and allow -u (dryrun) option...
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-28 Pierangelo Masaratilist permissive in supported controls (ITS#3453)
2004-12-14 Jong Hyuk Choiadaptive caching implementation
2004-12-06 Howard ChuStore entryIDs in big-endian order, no more custom...
next