]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/cache.c
ITS#5262 fixes from HEAD
[openldap] / servers / slapd / back-bdb / cache.c
2007-12-06 Howard ChuITS#5262 fixes from HEAD
2007-01-25 Howard ChuITS#4805 memleak fixes from HEAD
2007-01-02 Kurt Zeilengahappy new year
2006-11-13 Howard ChuITS#4738 provisional fix from HEAD
2006-08-26 Quanah Gibson-Mountfix e_private value, goes along with memory leak fix...
2006-07-28 Kurt ZeilengaPatches from Quanah
2006-04-07 Kurt ZeilengaImport ITS#4439 (slapd not responding) fix for BDB...
2006-02-13 Kurt ZeilengaMisc changes from HEAD
2006-01-07 Kurt Zeilengaremove lint
2006-01-06 Kurt ZeilengaITS#4308 slapd-bdb/hdb cache sched fix
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-21 Kurt ZeilengaSync back-bdb with HEAD
2005-12-21 Kurt ZeilengaChanges from HEAD suggested by Howard (1st round, less...
2005-11-15 Kurt ZeilengaSync with HEAD
2005-11-14 Kurt ZeilengaSync with HEAD
2005-11-03 Kurt ZeilengaSync with HEAD
2005-09-28 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-03-14 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
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
2003-09-27 Howard ChuAdd EntryInfo free list
2003-09-25 Jong Hyuk Choido not cache internal search results for present entry...
2003-09-22 Howard ChuCleanup prev commit
2003-09-22 Howard Chuback-hdb caching updates, use EntryInfo cache for hdb_d...
2003-09-21 Howard ChuTweak entry caching: only maintain LRU list on cached...
2003-09-14 Howard ChuMore deadlock tweaks.
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-08-23 Jong Hyuk ChoiContext CSN patch (1)
2003-06-12 Howard ChuITS#2593 keep entryinfo locked during delete
2003-06-12 Howard ChuAnother BDB_HIER redundant modification
2003-06-12 Howard ChuITS#2593? get entry lock sooner...
2003-06-11 Jong Hyuk Choicleanup
2003-06-11 Jong Hyuk Choia fix for back-bdb entry cache
2003-06-09 Howard ChuITS#2580 - avoid cache deadlock
2003-05-25 Howard ChuRestructured to avoid direct use of sl_malloc functions...
2003-05-24 Howard ChuDon't use single malloc for BDB_HIER e->e_name + e...
2003-05-24 Howard ChuFix double-free'd rdn bug
2003-05-23 Howard ChuITS#2541 added bdb_cache_delete_cleanup() to defer...
2003-05-23 Howard ChuDon't avl_insert NULL kids
2003-05-22 Howard ChuITS#2540 not sure, difficult to reproduce crash...
2003-05-09 Howard ChuFor ITS#2502 - force release of locks on exiting threads
2003-04-29 Hallvard FurusethPrint long with %ld, not %d.
2003-04-23 Howard ChuChange RDN compare funcs, we don't need lexical ordering
2003-04-23 Howard ChuSubtree rename support for the cache
2003-04-23 Howard ChuFunction renaming, make internal funcs static, etc.
2003-04-22 Howard ChuMissed a bei_rdn in prev commit
2003-04-22 Howard ChuOmit bei_rdn field from EntryInfo
2003-04-22 Howard ChuTrim dead BDB_HIER stuff
2003-04-22 Howard ChuPass parent EntryInfo instead of parent DN to dn2id_add...
2003-04-21 Howard Chumemory context tweaks
2003-04-17 Howard ChuAdded CACHE_ENTRY_NO_KIDS flag to bei_state to shortcut...
2003-04-16 Howard ChuHierarchical cache management.
2003-04-12 Howard ChuMemory context tweaks for other ops
2003-04-12 Howard ChuNew ldap_pvt_thread_pool_context()
2003-03-29 Howard ChuDeleted bi_database_mutex, use DB_LOCK instead. Changed...
2003-03-25 Howard Chu#if out unused cache rdwr locks
2003-02-22 Howard ChuFix? For bdb_cache_find_entry*, COMMITTED entries are...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-14 Hallvard FurusethRemove casts of AVL function pointers.
2002-11-10 Pierangelo Masaratisilence warnings; fix messages
2002-09-19 Howard ChuSimpler fix for NO_THREADS
2002-09-19 Howard ChuFixes for NO_THREADS
next