]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/cache.c
Sync with HEAD for OL 2.4.5
[openldap] / servers / slapd / back-bdb / cache.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-08 Howard ChuRevert prev commit
2007-02-08 Howard ChuJust use a readlock in cache loader
2007-01-25 Howard ChuFree main-thread keys in db_close, can't do it later...
2007-01-17 Howard ChuFix prev commit
2007-01-17 Howard ChuCleanup prev commit
2007-01-17 Howard ChuMinor tweaks, put dup EntryInfo's on free list instead...
2007-01-12 Howard ChuSet upper bound on EntryInfos, fixed at 4x Entry cachesize.
2007-01-08 Howard ChuITS#4797
2007-01-05 Howard ChuAvoid calling purge too often
2007-01-04 Howard ChuPartially revert prev commit, fix lru_purge loop
2007-01-04 Howard ChuUnify use of BDB lockers
2007-01-02 Kurt Zeilengahappy new year
2007-01-01 Howard ChuBypass a few redundant locks
2007-01-01 Howard ChuTweak cache_lru_print
2007-01-01 Howard ChuFix prev commit, hdb_cache_find_parent
2007-01-01 Howard ChuFix typo in prev commit
2007-01-01 Howard ChuFix prev commit
2007-01-01 Howard Chupartial revert - keep acquiring BDB lock in lru_purge.
2006-12-31 Howard ChuCleanup db_lock/unlock parameters
2006-12-31 Howard ChuDitch LRU cache replacement in favor of 2nd-chance...
2006-12-30 Howard ChuIn bdb_cache_add use a readlock outside the txn to...
2006-12-01 Howard ChuTweak bei_state so cache_lru_add doesn't ever try to...
2006-11-13 Howard ChuITS#4738 provisional fix, still needs confirmation
2006-10-19 Kurt ZeilengaSync with HEAD
2006-08-26 Quanah Gibson-Mountfix e_private value, goes along with memory leak fix...
2006-08-18 Kurt ZeilengaSync with HEAD
2006-07-19 Howard ChuFix prev commit, update kid counters too
2006-07-18 Howard ChuITS#4616 fix cache_modrdn bei_state management
2006-07-12 Howard ChuAdditional purge changes for rev 1.120, don't keep...
2006-06-01 Howard ChuITS#4572 don't unlock non-existent locks
2006-04-05 Howard ChuRevert cache-purge task, go back to purging inline
2006-03-31 Howard Chucleanup
2006-02-09 Howard ChuImprove prev commit
2006-02-09 Howard ChuSame as ITS#4385, must wake listener after submitting...
2006-01-07 Pierangelo Masaratisilence warning
2006-01-06 Howard ChuCleanup task declarations
2006-01-06 Howard ChuITS#4308 fix cache flush task interval
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-02 Pierangelo Masaratifix indentation
2005-12-09 Howard Chucache LRU concurrency improvements, reorder DB accesses...
2005-12-08 Howard ChuITS#4254 fix lock ordering
2005-11-14 Pierangelo Masaratisilence warnings...
2005-11-13 Pierangelo Masaratidon't trust strchr/strrchr with bervals
2005-10-18 Howard ChuCleanup unused def
2005-10-18 Howard ChuEliminate long-lived read transaction, we can just...
2005-10-18 Howard ChuITS#4088 force cursors to use same locker
2005-10-16 Howard ChuITS#4088 proposed fix
2005-09-08 Howard ChuITS#4015 silence pointer/integer size warnings
2005-09-08 Howard ChuITS#4010 fixes complaint, larger problem remains
2005-07-27 Hallvard Furusethbdb_locker_id, bdb_locker_id_free: BerkeleyDB lock...
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-14 Hallvard FurusethSilence "unused <something>" warnings
2005-07-12 Howard ChuITS#3857 fix bottom-up modrdn cascades, use a global...
2005-04-22 Howard ChuCleanup db_close vs db_destroy steps
2005-04-09 Howard ChuITS#3616 use fake context entry if suffix is empty.
2005-04-01 Pierangelo Masaratifix database operations in tool mode (ITS#3622)
2005-03-20 Howard ChuTweak log msg in prev commit
2005-03-20 Howard ChuRuntime detection of BDB read-only transaction patch
2005-02-20 Howard ChuCleanup unused variables
2005-01-19 Howard ChuITS#3494 fix deadlock
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-14 Jong Hyuk Choiadaptive caching implementation
2004-11-08 Howard ChuBetter cache counting, partially revert 1.85
2004-11-08 Howard ChuAssist in cache debugging
2004-10-31 Howard ChuFix hdb cache kid counts
2004-10-31 Howard ChuITS#3356 - when purging cache, free entryInfo if node...
2004-10-27 Howard ChuITS#3358 - make bdb_cache_lru_add skip entries that...
2004-10-16 Howard ChuBDB 4.3 compatibility, if the reader TXN is deadlocked...
2004-10-08 Pierangelo Masaratirevert previous commit
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-04 Pierangelo Masaratiminor cleanup
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-12 Howard ChuDon't bother logging lock failures for tryOnly mode
2004-07-12 Howard ChuFix for non-thread run
2004-07-10 Howard ChuMake sure DB result codes are returned to caller; add...
2004-07-10 Howard ChuMinor cleanup
2004-07-09 Howard ChuUse long-lived per-thread TXNs for loading entries...
2004-07-05 Howard ChuPlug mem leaks
2004-07-03 Howard ChuFix misplaced unlock in prev commit
2004-07-03 Howard ChuRe-order EntryInfo/DB locks to fix deadlocks
2004-07-03 Howard ChuFix prev commit
2004-07-03 Howard ChuFix: LRU corruption, HDB rename detection, Ctxcsn asser...
2004-06-25 Howard ChuMore locking cleanup (ITS#3201, etc)
2004-06-24 Howard ChuITS#3201 fix conflict with BDB internal locks
2004-06-24 Howard ChuITS#3201 partial fix. still encountering deadlocks.
2004-06-16 Howard ChuMore for ITS#3188
2004-06-15 Kurt ZeilengaPartial fix for ITS#3188.
2004-06-12 Howard ChuBetter fix for ITS#3063, #3186
2004-05-07 Pierangelo Masaratifix DN_SEPARATOR() and clarify its use
2004-05-07 Pierangelo Masaratifix escaped semicolon bug in back-bdb
2004-01-01 Kurt ZeilengaHappy new year
2003-12-31 Kurt Zeilengacleanup
2003-12-31 Kurt Zeilengacleanup
2003-11-28 Kurt ZeilengaNotices
2003-11-25 Howard ChuFix spurious lock messages from slapcat
2003-10-19 Howard ChuITS#2780, redundant cache add
2003-10-03 Howard ChuFix HDB's use of IDL cache
2003-09-29 Howard ChuITS#2745 reset bei_state when reusing an EntryInfo
next