]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/init.c
Merge branch 'mdb.master' of /home/hyc/OD/mdb
[openldap] / servers / slapd / back-bdb / init.c
2011-09-06 Howard ChuMerge branch 'mdb.master' of /home/hyc/OD/mdb
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-01 Howard ChuMerge remote branch 'mdb4/master'
2011-01-05 Kurt ZeilengaHappy New Year
2010-04-13 Kurt Zeilengahappy belated New Year
2010-01-18 Pierangelo Masaratiimplement support for selective iteration in slaptools...
2009-07-25 Howard ChuITS#6222 dncachesize defaults to 0 == unlimited
2009-06-18 Howard ChuITS#6176 silently raise dncache to cachesize if smaller
2009-05-03 Howard ChuDon't do alock recovery in readonly mode since we didn...
2009-03-07 Howard ChuMore for prev commit - fill in other opattrs when creat...
2009-03-07 Howard ChuITS#6006 dummy entry needs objectclass attr. (Previous...
2009-02-19 Howard ChuITS#5961 fix prev commit
2009-02-18 Howard ChuCleanup prev commit
2009-02-18 Howard ChuITS#5956 only retry attaching to SHM once
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-11-03 Howard ChuITS#5745 long-lived TXNs must be closed before DBs
2008-11-02 Howard ChuAdd DBFLAG_CLEAN for a DB that was cleanly shut down...
2008-10-15 Howard ChuBDB_PAGESIZE not used any more, use BDB/FS default...
2008-10-15 Howard ChuAdd checksum keyword to enable DB checksum validation
2008-10-15 Howard ChuAdd dbpagesize keyword for configuring DB file page...
2008-09-12 Ralf Haferkampstop and remove checkpoint task in _db_destroy (ITS...
2008-08-27 Howard ChuAvoid deadlocks on reader txns
2008-08-27 Howard ChuUse read-only txn's instead of read lockers. Support...
2008-01-11 Howard ChuITS#5322 don't try to free a NULL locker
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-15 Howard ChuSupport DB encryption
2007-12-06 Howard ChuRe-introduce hdb dup_compare function, default compares...
2007-11-18 Howard ChuITS#5183 preliminary fix - this whole approach needs...
2007-11-07 Howard ChuITS#5186 check for multiple suffixes at config time...
2007-09-08 Howard ChuITS#5129 fix alock_close with Quick mode
2007-09-08 Howard ChuITS#5129 disallow Quick mode if DB_CONFIG has changed
2007-09-08 Pierangelo Masaratiquote suffix (ITS#5128) and use it as much as possible...
2007-08-17 Howard ChuMore for BDB 4.6 compatibility
2007-08-11 Howard ChuAdd config keyword for DN cache size (aka EntryInfoSize)
2007-08-11 Howard ChuRemove tool_id2entry_get
2007-08-07 Pierangelo Masaratiadd monitor support for unindexed attributes (need...
2007-08-06 Pierangelo Masaratiworkaround open() being a macro in glibc 2.6 (ITS#5075)
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-07-25 Ralf HaferkampAdded a new parameter (ConfigArgs*) to the _db_init...
2007-07-23 Howard ChuSilence warnings in prev commit
2007-07-21 Howard ChuSet GLUE ocflag on dummy context entry
2007-07-21 Howard ChuITS#4961 read context glue entry if it exists
2007-02-24 Howard ChuITS#4851 retry if opening a supposedly clean shared...
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-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-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...
next