]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/cache.c
unifdef -UNEW_LOGGING
[openldap] / servers / slapd / back-bdb / cache.c
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
2002-08-24 Howard ChuAdd debug if bdb_cache_entry_db_lock fails to get a...
2002-08-24 Howard ChuExperimental code that uses one locker ID per thread...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-06 Jong Hyuk Choiremove dbenv->lock_put() call from transaction-protecte...
2002-05-31 Jong Hyuk Choiredesign of back-bdb locking :
2002-04-16 Jong Hyuk ChoiHallvard B. Furuseth's patch for cache lock and mutex
2002-04-15 Jong Hyuk Choiconcurrent cache access: separation of cache lock ...
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-03-24 Kurt Zeilengacleanup
2002-01-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...