]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
also work with pcache
[openldap] / servers / slapd / back-bdb /
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
2006-01-02 Pierangelo Masaratifix indentation
2006-01-01 Luke HowardAdd orr_modlist member to request structure, containing...
2005-12-20 Howard Chucleanup db_close
2005-12-20 Howard ChuITS#4259 revert prev commit, fixed in alock.c instead.
2005-12-20 Howard ChuITS#4259 don't try to alock_close if we never opened...
2005-12-16 Pierangelo Masaratiremove support for control as the operation is now...
2005-12-16 Pierangelo Masaratianticipate sr_err/sr_ref cross-check, so that the right...
2005-12-16 Pierangelo Masaratireset bi_attrs after reindexing (ITS#4260)
2005-12-16 Pierangelo Masarati__should__ fix ITS#4262; please review
2005-12-15 Pierangelo Masaratifirst part of fix to ITS#4262
2005-12-15 Howard ChuFix ITS#4263
2005-12-15 Pierangelo Masaratilog what is being modified
2005-12-09 Howard Chucache LRU concurrency improvements, reorder DB accesses...
2005-12-08 Howard ChuITS#4254 fix lock ordering
2005-12-07 Howard ChuITS#4250 bdb_idl_delete needs to check for Range
2005-12-06 Pierangelo Masaratiuse helper to destroy modrdn modifications...
2005-11-29 Howard ChuITS#4226 must close cursor when limiting candidate...
2005-11-28 Howard ChuITS#4223 don't store negative results in IDL cache
2005-11-27 Kurt Zeilengaunifdef -DBDB_SUBENTRIES -DLDBM_SUBENTRIES
2005-11-26 Kurt ZeilengaRemove some unnecessary #ifdefs
2005-11-25 Howard ChuITS#4210 don't setup indexing threads if no indexing...
2005-11-25 Pierangelo Masaratiuse LDAP_SIZELIMIT_EXCEEDED; rework the return values...
2005-11-25 Pierangelo Masaraticheck sizelimit in frontend (ITS#4213)
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-23 Howard ChuITS#4201 undo all bdb_db_open() steps if any step fails.
2005-11-20 Howard ChuIn hdb_dn2idl_internal, skip cursor get when dkids...
2005-11-20 Howard ChuITS#4186 hdb_idl_append() must not alter the tmp input.
2005-11-20 Howard ChuFix back-bdb inequality_candidates to use unchecked...
2005-11-18 Pierangelo Masaratibetter fix to ITS#4183 (the prototype in proto-slap...
2005-11-16 Howard ChuITS#4175 wait for worker threads to be ready
2005-11-14 Pierangelo Masaratisilence warnings...
2005-11-14 Pierangelo Masaratidon't leak fakeroot save_attrs
2005-11-14 Pierangelo Masaratireset freed resources
2005-11-14 Pierangelo Masaratihandle empty parent (related to ITS#4171)
2005-11-14 Hallvard FurusethRemove unused declaration bdb_tool_ix_rec() and variabl...
2005-11-13 Pierangelo Masaratidon't trust strchr/strrchr with bervals
next