]> git.sur5r.net Git - openldap/history - servers/slapd/back-mdb
Partial revert of f30269f5d2e4bb5ee7486fe6542078d1b59dba6d
[openldap] / servers / slapd / back-mdb /
2012-02-02 Howard ChuITS#7146 fix prev commit
2012-02-02 Howard ChuITS#7146 check for ad_index overflow
2012-01-30 Howard ChuITS#7140 more cleanup on txn abort
2012-01-23 Howard ChuFix: txn is invalidated by mdb_txn_commit()
2012-01-20 Kurt ZeilengaHappy New Year!
2011-11-29 Howard ChuITS#7099 fix mdb_entry_return for tool mode
2011-11-25 Howard ChuITS#7090 fix out-of-order slapadd
2011-11-11 Howard ChuITS#7087 fix mdb_online_index endless loop
2011-11-10 Howard ChuMore debug msg null pointer checks
2011-11-10 Howard ChuCheck for NULL DN in debug msg
2011-11-10 Howard ChuCheck for NULL DN
2011-11-10 Howard ChuAvoid stack overrun in mdb_search
2011-11-10 Howard ChuKey alignment tweaks for Sparc
2011-11-10 Howard ChuFix u_intX -> uintX
2011-11-04 Howard ChuOnly use tool IDL cache when multithreaded
2011-11-04 Howard ChuMore for cursor reuse
2011-11-04 Howard ChuKeep some dn2i/id2e cursors open longer
2011-11-04 Howard ChuTurn off tool IDL caching
2011-11-04 Howard ChuTweak tool IDL cache, use MDB_MULTIPLE
2011-11-04 Howard ChuUse MDB_APPEND mode where possible
2011-11-04 Howard ChuUse IDL caching in tool/quick mode
2011-11-04 Howard ChuUse MDB_RESERVE for id2entry_put
2011-11-04 Howard ChuUpdated for mdb_txn_begin API change.
2011-11-04 Hallvard Furusethback-bdb/back-mdb IDL cleanup.
2011-11-04 Hallvard FurusethCleanup ISO C compatibility for recent commits
2011-11-04 Hallvard FurusethMore libmdb vs back-mdb C type tweaks.
2011-11-04 Howard ChuFix prev commit
2011-11-04 Howard ChuSupport index truncation
2011-11-04 Howard ChuNew mdb_close() signature
2011-11-04 Howard ChuFix entry_alloc with no attrs
2011-11-04 Howard ChuFix onelevel search from last commit
2011-11-04 Howard ChuMore search optimization
2011-11-04 Howard ChuTentative speedup - use plain ints for entry_encode...
2011-11-04 Howard Chumdb_db_close() should not force env_sync in quick mode
2011-11-04 Quanah Gibson-MountResolve MDB/HDB monitor OID clashes
2011-11-04 Howard ChuJust use memcpy since we know it's non-overlapping
2011-11-04 Hallvard FurusethTweak back-mdb integer types to match libmdb.
2011-11-04 Howard ChuFix - slapcat doesn't set op->o_hdr for tmpmemctx
2011-11-04 Howard ChuFix out-of-order slapadd
2011-11-04 Howard ChuFix bogus error codes
2011-11-04 Howard ChuKeep cursor open for id2entry
2011-11-04 Howard ChuUse tmpmem-based entries
2011-11-04 Howard ChuDrop referral.c
2011-11-04 Howard ChuFix 6c8e4f2671b6aed41cd5098725048dbe2513612c
2011-11-04 Howard ChuMore error msgs
2011-11-04 Howard ChuFix 6c8e4f2 for empty suffixes
2011-11-04 Howard ChuMore search optimizations
2011-11-04 Howard ChuUse AD-indexes
2011-11-04 Howard ChuDebug helper for index
2011-11-04 Hallvard Furusethback-mdb/Makefile.in += variable MDB_SUBDIR.
2011-11-04 Howard ChuFix from key_change consolidation
2011-11-04 Howard ChuCursor updates
2011-11-04 Howard ChuFix conversion of IDL to range
2011-11-04 Howard ChuImport back-mdb