]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/cache.c
ITS#2540 not sure, difficult to reproduce crash...
[openldap] / servers / slapd / back-bdb / cache.c
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...