]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
minor cleanup
[openldap] / servers / slapd / back-bdb /
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
2005-09-12 Howard ChuUse quicksort instead of heapsort for hdb_idl_sort
2005-09-10 Howard ChuTweak newsuperior error codes
2005-09-10 Howard ChuITS#2757 remove be_isroot checks, simplify...
2005-09-08 Howard ChuITS#4015 silence pointer/integer size warnings
2005-09-08 Howard ChuITS#4010 fixes complaint, larger problem remains
2005-09-08 Howard ChuCheck errcode from dn2entry before using ei
2005-09-04 Howard ChuITS#3978 move alock from back-bdb to slapd
2005-09-01 Howard ChuITS#3992 check bi_dbenv
2005-08-26 Howard ChuFix another leaked environment.
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-25 Howard ChuMust close env before removing it.
2005-08-23 Pierangelo Masaratiharmonize back-ldbm and back-bdb handling of searchBase...
2005-08-15 Luke HowardMake sure we release entry lock before sending paged...
2005-08-13 Howard Chuutime is not needed here any more
2005-08-13 Howard ChuRework auto-recovery logic:
2005-08-11 Pierangelo Masaratiminor cleanup OPENLDAP_AC_BP
2005-08-05 Pierangelo Masaratifix ordered indexing check
2005-08-01 Luke HowardAdd o_no_schema_check to operation structure
2005-08-01 Luke Howardslap_mods2entry() should not zero pointers into the...
2005-07-30 Hallvard FurusethRemove warning that HDB code is experimental and unsupp...
2005-07-30 Hallvard FurusethChange diskNode.(n)rdn from unsigned char to char,...
2005-07-30 Hallvard FurusethRemove ";" after do{...}while(0) macros
2005-07-28 Pierangelo Masaratisuffix must be present (ITS#3901)
2005-07-27 Hallvard Furusethbdb_locker_id, bdb_locker_id_free: BerkeleyDB lock...
2005-07-27 Hallvard FurusethSilence warning
2005-07-25 Hallvard FurusethUpdate previous fix: utime() needs <sys/types.h> as...
2005-07-25 Hallvard FurusethCast unsigned char*slotbuf passed as char*
2005-07-25 Pierangelo Masaratisilence warning(s)
2005-07-21 Howard ChuPlug more memleaks
2005-07-19 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-19 Howard ChuFix bdb_tool_dn2id_get() - nobody should be calling...
2005-07-19 Luke HowardFix another crasher if parent is NULL
2005-07-19 Luke HowardFix crasher in hdb_dn2id() when parent is NULL
2005-07-18 Luke HowardFix for previous commit
2005-07-18 Luke HowardFix pointer error
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
next