]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/back-bdb.h
ITS#5122 add ARG_UINT config type for unsigned ints
[openldap] / servers / slapd / back-bdb / back-bdb.h
2007-09-29 Howard ChuITS#5122 add ARG_UINT config type for unsigned ints
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-08-17 Howard ChuMore for BDB 4.6 compatibility
2007-08-11 Howard ChuAdd config keyword for DN cache size (aka EntryInfoSize)
2007-08-07 Pierangelo Masaratiadd monitor support for unindexed attributes (need...
2007-08-06 Pierangelo Masaratiworkaround open() being a macro in glibc 2.6 (ITS#5075)
2007-07-24 Howard ChuQuick and dirty BDB 4.6.18 support. Expect this to...
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
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-03 Howard ChuUse Clock algorithm for IDL cache too
2007-01-03 Howard ChuDelete unused idl_cache_entry rwlock field
2007-01-02 Kurt Zeilengahappy new year
2007-01-01 Howard Chupartial revert - keep acquiring BDB lock in lru_purge.
2006-12-31 Howard ChuDitch LRU cache replacement in favor of 2nd-chance...
2006-10-19 Kurt ZeilengaSync with HEAD
2006-09-27 Pierangelo MasaratiDB_BUFFER_SMALL is BDB 4.4 only
2006-09-08 Pierangelo Masaraticleanup names
2006-09-06 Pierangelo Masaratifix use with back-hdb
2006-09-06 Pierangelo Masaraticleanup monitoring resources
2006-04-05 Howard ChuRevert cache-purge task, go back to purging inline
2006-01-06 Howard ChuCleanup task declarations
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-09 Howard Chucache LRU concurrency improvements, reorder DB accesses...
2005-11-27 Kurt Zeilengaunifdef -DBDB_SUBENTRIES -DLDBM_SUBENTRIES
2005-10-27 Howard ChuMulti-threaded slapindex
2005-10-26 Howard ChuUse sorted array for indexed attrs instead of AVL tree
2005-09-26 Howard ChuMore hdb optimizing - cache subtree IDLs, not just...
2005-09-08 Howard ChuITS#4010 fixes complaint, larger problem remains
2005-07-30 Hallvard FurusethRemove ";" after do{...}while(0) macros
2005-07-18 Hallvard FurusethFix cast in BDB_ID2DISK(): unsigned char *_p ... =...
2005-07-12 Howard ChuITS#3857 fix bottom-up modrdn cascades, use a global...
2005-04-23 Howard ChuAdd hdb symbols, make sure only one indexer runs
2005-04-22 Howard ChuDynamic environment swapping
2005-04-22 Howard ChuFix checkpoint task start/stop
2005-04-21 Howard ChuDynamic indexing support
2005-04-13 Howard Chuunifdef BDB_SUBDIRS, was never used
2005-04-01 Howard ChuAdd dbconfig directive for creating/writing the DB_CONF...
2005-03-26 Howard ChuITS#3607 add automatic BDB recovery
2005-01-24 Howard ChuOmit transaction support when running with SLAP_TOOL_QUICK
2005-01-14 Howard ChuDelete obsolete syncprovider stuff
2005-01-11 Howard ChuByte-order independence for HDB: dn2id format changed...
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-14 Jong Hyuk Choiadaptive caching implementation
2004-12-06 Howard ChuStore entryIDs in big-endian order, no more custom...
2004-12-05 Howard ChuBetter fix for ITS#3365, manage back-bdb's read locks...
2004-11-25 Howard ChuDisable back-bdb native syncrepl support, enable syncpr...
2004-11-10 Howard ChuDelete incorrect comments
2004-11-08 Howard ChuAssist in cache debugging
2004-11-05 Kurt Zeilengaunifdef -DBDB_ALIASES
2004-10-16 Howard Chudefine DB_VERSION_FULL to simplify version checks
2004-07-22 Howard ChuAdded linearindex option for slapindex. Improves perfor...
2004-07-09 Howard ChuUse long-lived per-thread TXNs for loading entries...
2004-07-09 Jong Hyuk ChoiSLAP_IDL_CACHE macro removed
2004-06-24 Howard ChuITS#3201 fix conflict with BDB internal locks
2004-06-24 Howard ChuITS#3201 partial fix. still encountering deadlocks.
2004-03-06 Howard ChuRevert to original code
2004-03-05 Howard Chuunifdef SLAP_IDL_CACHE
2004-01-01 Kurt ZeilengaHappy new year
2003-12-11 Jong Hyuk Choifix for concurrent persistent searches
2003-11-28 Kurt ZeilengaNotices
2003-11-10 Jong Hyuk Choi1. Session history support
2003-10-03 Howard ChuFix HDB's use of IDL cache
2003-09-27 Howard ChuAdd EntryInfo free list
2003-09-25 Howard ChuRevert to previous behavior:
2003-09-22 Howard Chuback-hdb caching updates, use EntryInfo cache for hdb_d...
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-08-25 Jong Hyuk ChoiContext CSN Patch (2)
2003-06-27 Jong Hyuk ChoiLCUP primitive routines removed
2003-05-01 Jong Hyuk Choi- LDAP_SYNCREPL defined in include/ldap.h
2003-04-29 Howard ChuRevert prev commit. It's a symptom that BDB was built...
2003-04-25 Howard ChuUndo BDB const mucking
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 ChuOmit bei_rdn field from EntryInfo
2003-04-22 Howard ChuTrim dead BDB_HIER stuff
2003-04-21 Howard Chumemory context tweaks
2003-04-18 Howard ChuAdd shm_key config keyword to use shared memory for...
2003-04-17 Howard ChuAdded CACHE_ENTRY_NO_KIDS flag to bei_state to shortcut...
2003-04-16 Howard ChuHierarchical cache management.
2003-04-08 Jong Hyuk ChoiIDL cache locking change (mutex -> rwlock)
2003-04-05 Howard ChuDefine MINIMUM_SEARCH_STACK_DEPTH=8, search_aliases...
2003-04-05 Howard ChuAdded code for BDB_ALIASES. Please test.
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-29 Howard ChuDeleted bi_database_mutex, use DB_LOCK instead. Changed...
2003-03-26 Howard ChuSave DB_LOCK structure so it can be released later.
2003-03-23 Howard ChuBDB_HIER was defined by accident, undef
2003-03-18 Howard ChuDon't use DB_AUTO_COMMIT when opening a database
2003-03-13 Howard ChuITS#2371, fix BDB_SUBDIRs
2003-02-26 Howard ChuFix attribute/group to allow TXN to abort on lock failu...
2003-02-07 Jong Hyuk Choiuse of pre-assigned locker in bdb_group() / bdb_attribute()
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-10 Howard ChuAdded config keyword "searchstack" for setting search...
2002-12-10 Howard ChuFrom ITS#2183, use a long-lived IDL stack per thread.
2002-11-26 Kurt ZeilengaReorder header inclusion to resolve ITS#2204.
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
2002-09-19 Howard ChuSimpler fix for NO_THREADS
2002-09-19 Howard ChuUpdated BDB_HIER for current API
next