]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
plug leaks
[openldap] / servers / slapd / back-bdb /
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
2005-11-04 Pierangelo Masaratireverse previous commit
2005-11-04 Pierangelo Masaratipartially revert previous commit
2005-11-04 Howard ChuITS#4143 bdb_tool_info should only be non-NULL for...
2005-11-04 Pierangelo Masarationly add opattrs if not shadow; use helper to extract rdn
2005-11-03 Kurt ZeilengaUpdate result code to IANA-assigned values
2005-11-01 Howard ChuITS#4132 reset CACHE_ENTRY_ONELEVEL when complete....
2005-10-30 Howard ChuFix uninit'd rc
2005-10-27 Howard ChuUse #ifdef BDB_TOOL_IDL_CACHE to enable IDL cache....
2005-10-27 Howard ChuFix cache flush / retry sequencing
2005-10-27 Howard ChuRevert to previous IDL cache scheme. Doesn't seem to...
2005-10-27 Howard ChuMulti-threaded slapindex
2005-10-27 Howard ChuFix IDL caching
2005-10-26 Howard ChuUse sorted array for indexed attrs instead of AVL tree
2005-10-26 Howard ChuFix notags/nosubtypes handling
2005-10-26 Howard ChuBetter IDL cache allocation
2005-10-25 Howard ChuLower id2entry cache priority in tool mode
2005-10-25 Howard Chuhdb doesn't need to fix DNs for slapindex
2005-10-22 Howard ChuAdd IDL caching for slapadd/slapindex quick mode
2005-10-18 Howard ChuCleanup unused def
2005-10-18 Howard ChuEliminate long-lived read transaction, we can just...
2005-10-18 Howard ChuITS#4088 force cursors to use same locker
2005-10-17 Howard ChuFix noop behavior, don't same TXN twice. Use consistent...
2005-10-16 Howard ChuITS#4088 proposed fix
2005-10-13 Howard ChuMove CSN invocations to backends
2005-10-12 Kurt ZeilengaAlign Operation buffers using LBER_ALIGNED_BUFFER
2005-10-12 Howard ChuRemove obsolete csn variables
2005-09-27 Howard ChuFix dn2id_add/del parent cache updates
2005-09-26 Howard ChuMore hdb optimizing - cache subtree IDLs, not just...
2005-09-22 Howard ChuITS#4030 fix alias deref for Finding, fix alias error...
2005-09-16 Howard ChuFix prev commit, BIG_ENDIAN was broken
2005-09-16 Howard ChuMore hdb tweaks, add radix sort code from mbackes@symas.com
2005-09-15 Howard ChuFix SWAP macro
2005-09-15 Howard ChuMore optimizing - try harder to avoid sorting
2005-09-15 Howard ChuFix ISTACK space
2005-09-15 Howard ChuYet another idl_merge fix (test032 failure)
2005-09-15 Howard ChuFix prev commit, use BDB_IDL_LAST()
2005-09-15 Howard ChuITS#4029 Fix misplaced lines in prev commit
2005-09-13 Howard ChuMore back-hdb search optimization
2005-09-12 Howard ChuFix prev commit
2005-09-12 Howard ChuTweak stack size in prev commit
next