]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/cache.c
Cleanup
[openldap] / servers / slapd / back-bdb / cache.c
2009-11-04 Howard ChuClean up prev commit
2009-11-04 Howard ChuMore for ITS#6360
2009-11-04 Howard ChuITS#6360 fix cache cursize count
2009-10-21 Hallvard FurusethFix previous commit: backslash-space-newline -> backsla...
2009-10-20 Ralf HaferkampITS#6341 removal of last entry from cache caused corrup...
2009-07-25 Howard ChuITS#6222 dncachesize defaults to 0 == unlimited
2009-06-19 Howard ChuMore for ITS#6177
2009-06-19 Howard ChuITS#6177 proposed fix, please test
2009-05-08 Howard ChuFix c_leaves count
2009-05-08 Howard ChuMore for prev commit
2009-05-06 Howard ChuMore for prev commit: delete bdb_cache_info(), must...
2009-05-06 Howard ChuITS#6095 experimental fix: avoid purging other cases...
2009-05-03 Howard ChuFix typo in prev commit
2009-05-03 Howard ChuITS#6088 entryinfo cleanup
2009-05-01 Howard ChuITS#6074 freeing already-freed EntryInfos...
2009-03-19 Howard ChuOne more tweak for #5860
2009-03-18 Howard ChuMore for #5860 - if the cache blew past the maxsize...
2009-03-18 Howard ChuMore for ITS#5860
2009-03-18 Howard ChuCleanup prev commit
2009-03-18 Howard ChuMore for ITS#5860, always check cache sizes
2009-03-17 Howard ChuITS#6012 don't abort NULL txns (blind fix)
2009-03-02 Howard ChuITS#5860 - more for entry cache counts
2009-03-02 Howard ChuMore for prev - keep eifree at a reasonable number
2009-03-02 Howard ChuITS#5860 - free 10*minfree DN cache entries instead...
2009-03-02 Howard ChuITS#5860 - NO_CACHE entries were not being counted...
2009-01-26 Howard ChuITS#5860 don't free entryinfo of entries that are valid...
2009-01-26 Howard ChuMore for ITS#5860
2009-01-25 Howard ChuITS#5860 more for prev commit
2009-01-24 Howard ChuITS#5860 more ID_NOCACHE fallout
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-10-13 Hallvard FurusethWarning cleanup: signed meets unsigned.
2008-09-25 Howard ChuWait for read locks in read txns
2008-08-27 Howard ChuAvoid deadlocks on reader txns
2008-08-27 Howard ChuUse read-only txn's instead of read lockers. Support...
2008-05-01 Howard ChuCleanup extra debug in prev commit
2008-05-01 Howard ChuFix prev commit
2008-04-29 Howard ChuFix prev cache.c commit
2008-04-28 Howard ChuFix comment typo
2008-04-28 Howard ChuFix delete deadlock
2008-04-09 Howard ChuITS#5455 be sure to reset bei_finders / bei_state
2008-04-03 Howard ChuITS#5439 fix ID_NOCACHE handling
2008-02-08 Howard ChuITS#5332 someone else may free the entry as soon as...
2008-01-11 Hallvard FurusethWarning cleanup: function ptr <=> void* at ldap_pvt_thr...
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2008-01-07 Pierangelo Masaratirename ldap_pvt_thread_pool_setkey_x() to ldap_pvt_thre...
2007-12-06 Howard ChuMore cleanup
2007-12-06 Howard ChuCleanup prev commits
2007-12-06 Howard ChuITS#5262 must protect dn2id between the time it's read...
2007-12-06 Howard ChuBDB 4.2 compatibility for log_printf (requires modern...
2007-12-05 Howard ChuPrefix log msgs with "slapd"
2007-12-05 Howard ChuUse BDB transaction log for debug messages
2007-12-05 Howard ChuITS#5262 additional cleanup
2007-12-05 Howard ChuITS#5262 use explicit cursor and locker in dn2id
2007-11-22 Howard ChuFix typo in prev commit
2007-11-21 Howard ChuMore for #5221, don't muck with kids counters on simple...
2007-11-21 Howard ChuMinor cleanup
2007-11-21 Howard ChuITS#5221 fix NO_KIDS/NO_GRANDKIDS flags on rename ops
2007-11-12 Howard ChuFix unlock in prev commit
2007-11-12 Howard ChuCache-thrashing protection: if the DB has more entries...
2007-08-26 Howard Churevert prev commit, no gain
2007-08-26 Howard ChuJust use read locks on the entry_db_lock
2007-08-25 Pierangelo Masaratibetter fix
2007-08-25 Pierangelo Masaratifix potential concurrency issue (not so potential,...
2007-08-17 Howard ChuMore for BDB 4.6 compatibility
2007-08-11 Howard ChuAdd config keyword for DN cache size (aka EntryInfoSize)
2007-04-04 Hallvard Furusethprintf %p expects void*
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-08-26 Quanah Gibson-Mountfix e_private value, goes along with memory leak fix...
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
next