]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
Unify use of BDB lockers
[openldap] / servers / slapd / back-bdb /
2007-01-04 Howard ChuUnify use of BDB lockers
2007-01-04 Howard ChuFix prev commits...
2007-01-04 Howard ChuSimpler fix
2007-01-04 Howard ChuFix idl_cache teardown again - skip if cache is empty
2007-01-03 Howard ChuRemember our own success code in case an overlay changes it
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 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-25 Howard ChuITS#3707 preserve filter input, allow (and ignore)...
2006-12-24 Pierangelo Masaratidon't leak callbacks if stuff cannot be registered...
2006-12-08 Kurt ZeilengaMonitor attributes should have dSAOperation usage,
2006-12-04 Howard ChuITS#4767 fix bdb_add / translucent interaction
2006-12-01 Howard ChuTweak bei_state so cache_lru_add doesn't ever try to...
2006-11-27 Howard ChuAvoid unnecessary calls to oc_bvfind
2006-11-27 Howard ChuSkip checkpoint call if size was not specified - defer...
2006-11-15 Howard ChuDon't bother setting up threads if there are no indexed...
2006-11-15 Howard ChuConvert schema parsers to ConfigArgs so they can pass...
2006-11-13 Howard ChuITS#4738 provisional fix, still needs confirmation
2006-10-14 Pierangelo Masarationly abort update if failed pre/post read control is...
2006-09-27 Pierangelo MasaratiDB_BUFFER_SMALL is BDB 4.4 only
2006-09-27 Ralf HaferkampCheck for the correct return code of cursor->c_get...
2006-09-26 Pierangelo Masaratidon't know exactly the reason, but here without this...
2006-09-25 Pierangelo Masaratiuse right, although empty, function in bdb_db_destroy()
2006-09-20 Howard ChuFix prev commit
2006-09-20 Howard ChuUse a single malloc for entry_decode instead of two...
2006-09-17 Pierangelo Masaratimake sure we don't interfere with frontend's entry...
2006-09-16 Kurt Zeilengareturn structuralObjectClass errors
2006-09-15 Pierangelo Masaratialso work with pcache
2006-09-14 Pierangelo Masaratiminor cleanup
2006-09-13 Howard ChuAdd register_at / register_oc helpers.
2006-09-13 Howard ChuAdd BackendInfo.bi_extra for backend custom APIs
2006-09-12 Pierangelo Masaratileave monitor calls in place, hide contents; in the...
2006-09-12 Howard ChuUse #ifdef SLAPD_MONITOR for monitor APIs
2006-09-09 Howard ChuFix uninit'd *cb (Coverity scan)
2006-09-09 Pierangelo Masaratifurther improve monitoring setup and cleanup
2006-09-08 Pierangelo Masaraticleanup names
2006-09-06 Pierangelo Masaraticustom monitoring can be enabled/disabled via config
2006-09-06 Pierangelo Masaraticleanup subsystems monitoring OID handling
2006-09-06 Pierangelo Masaratifix use with back-hdb
2006-09-06 Pierangelo Masaraticleanup monitoring resources
2006-09-06 Pierangelo Masarati- objectClass is now AUXILIARY (modifies existing objec...
2006-09-06 Howard ChuReturn current entry/IDL cache counts
2006-09-06 Pierangelo Masaratidon't get mad if monitor database is not configured
2006-09-06 Pierangelo Masaratiminor cleanup; plug couple of one-time leaks
2006-09-06 Pierangelo Masarati- setup framework for monitoring of back-bdb/back-hdb...
2006-08-30 Pierangelo Masaratidon't run useless (and likely to fail) checks, if possible
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-26 Quanah Gibson-Mountfix e_private value, goes along with memory leak fix...
2006-08-22 Kurt Zeilengas/managedit/relax/
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-05-18 Howard ChuITS#4552 just rely on ACLs when adding entries under...
2006-05-16 Pierangelo Masaratifix referral rewriting (ITS#4548)
2006-05-11 Howard ChuITS#4531 temporarily go back to using quick sort instea...
2006-05-11 Kurt Zeilengacleanup
2006-05-11 Ralf HaferkampAdd Pre- and Postread Control to the supported controls...
2006-05-10 Ralf HaferkampITS#4532: check *pre/postread_ctrl before freeing
2006-05-03 Howard ChuRemove some more yield() calls
2006-04-12 Kurt Zeilengaunifdef -DSLAP_ACL_HONOR_DISCLOSE
2006-04-08 Kurt Zeilengas/LDBM/BDB/
2006-04-05 Howard ChuRevert cache-purge task, go back to purging inline
2006-04-02 Hallvard FurusethWarnings: Unused vars. funcptr=0, not =NULL. if(b=...
2006-04-01 Hallvard FurusethCast ctype.h char arguments to unsigned char
2006-03-31 Howard Chucleanup
2006-03-31 Howard ChuCleanup
2006-03-31 Howard Chuplug leaks
2006-03-31 Howard Chuplug leaks
2006-03-30 Kurt ZeilengaAdd link to FAQ entry on BDB tuning
2006-03-08 Kurt Zeilengamore txn infrastructure
2006-03-07 Kurt Zeilengacontrol/TXN cleanup
2006-03-07 Kurt ZeilengaSome more txn infrastructure
2006-02-09 Howard ChuImprove prev commit
2006-02-09 Howard ChuSame as ITS#4385, must wake listener after submitting...
2006-02-05 Howard ChuITS#4384 rework entryCSN handling, retrieve from incomi...
2006-01-25 Howard ChuITS#4373, fix prev commit
2006-01-24 Kurt Zeilengaunifdef -DSLAPD_CONF_UNKNOWN_BAILOUT -DSLAPD_CONF_UNKNO...
2006-01-22 Howard ChuITS#4361, 4362 fix autorecovery logic, add ALOCK_NOSAVE...
2006-01-22 Howard ChuITS#4360 must init c_minfree
2006-01-15 Howard ChuITS#3950 delete gratuitous yield()s
2006-01-11 Howard ChuITS#4324 don't auto-recover in slapcat. Don't trigger...
2006-01-07 Pierangelo Masaratisilence warning
2006-01-06 Pierangelo Masaratipart of o_csn memory handling cleanup
2006-01-06 Pierangelo Masaraticleanup previous commit
2006-01-06 Pierangelo Masaratiallow addiion of suffix entry when default referral...
2006-01-06 Howard ChuCleanup task declarations
2006-01-06 Howard ChuITS#4308 fix cache flush task interval
2006-01-05 Pierangelo Masaratire-fix ITS#4260
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-02 Luke HowardRemove RDN checks/logging -- now done by frontend
next