]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
also work with pcache
[openldap] / servers / slapd / back-bdb /
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...
2005-07-18 Hallvard FurusethFix cast in BDB_ID2DISK(): unsigned char *_p ... =...
2005-07-15 Howard ChuITS#3841 fix test in rev 1.220
2005-07-14 Hallvard FurusethSilence "unused <something>" warnings
2005-07-14 Hallvard FurusethSilence "empty statement" warnings
2005-07-12 Howard ChuITS#3857 fix bottom-up modrdn cascades, use a global...
2005-07-11 Howard ChuITS#3841 skip db_close if db_open was never called
2005-07-11 Howard ChuITS#3847 silence warnings
2005-07-11 Howard ChuITS#3824 remove env after slapadd/slapindex -q
2005-07-10 Hallvard Furusethgoto loop_begin; skipped initialization of scopeok.
2005-07-07 Howard ChuITS#3843 from jtownsend@opendarwin.org: hide index_attr...
2005-07-05 Howard ChuITS#3833 assume environment was already recovered by...
2005-07-04 Hallvard FurusethDebug output: printed soc_cname, should be soc_cname...
2005-07-04 Hallvard Furusethisspace() needs <ac/ctype.h>
2005-07-04 Hallvard FurusethLet bdb_attr_index_unparser() return int (0) instead...
2005-07-04 Hallvard FurusethDon't do pointer arithmetic on void*
2005-07-01 Howard ChuTweak prev commit
2005-07-01 Howard ChuITS#3815 fix olcDbConfig parsing
2005-07-01 Howard ChuHDB needs its own config objectclass to avoid confusion...
2005-06-28 Howard ChuITS#3796 fix IDL cache lock setup/teardown
2005-06-16 Pierangelo Masaratifix ITS#3784
2005-06-15 Ralf Haferkampsilence warning
2005-06-13 Howard ChuFix typo in prev commit
2005-06-13 Howard ChuITS#3773 additional fix
2005-06-13 Howard ChuITS#3773 fix RDN comparison
next