]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/tools.c
ITS#6759: assert;Debug -> Debug;assert
[openldap] / servers / slapd / back-bdb / tools.c
2010-12-30 Hallvard FurusethITS#6759: assert;Debug -> Debug;assert
2010-04-13 Kurt Zeilengahappy belated New Year
2010-02-17 Pierangelo Masaratifix return
2010-01-18 Pierangelo Masaratiimplement support for selective iteration in slaptools...
2009-01-24 Howard ChuITS#5864 - require BDB >= 4.6 for trickle task
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-11-28 Ralf HaferkampRemove unneeded locking. Don't wait for memp_trickle...
2008-10-13 Hallvard FurusethWarning cleanup: signed meets unsigned.
2008-09-16 Pierangelo Masaratisilence warnings
2008-08-27 Howard ChuUse read-only txn's instead of read lockers. Support...
2008-02-10 Howard ChuCleanup bdb_next_id unused arg
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-13 Howard ChuFix segv with -q
2007-12-05 Howard ChuITS#5262 additional cleanup
2007-12-05 Howard ChuITS#5262 use explicit cursor and locker in dn2id
2007-11-12 Howard ChuITS#5225 fix contextCSN updating
2007-10-23 Howard ChuITS#5189 revert index.c 1.67, just catch LDAP_OTHER
2007-08-11 Howard ChuRemove tool_id2entry_get
2007-08-11 Howard ChuITS#5087 fix tool_id2entry_get for hdb
2007-07-24 Howard ChuQuick and dirty BDB 4.6.18 support. Expect this to...
2007-06-09 Hallvard FurusethITS#5007: Rename label "leave"; OSF1 pthread.h makes...
2007-04-09 Hallvard FurusethAdd missing return from void *bdb_tool_trickle_task()
2007-04-07 Howard ChuAdd trickle-sync for quick mode
2007-01-17 Howard ChuOnly sort the first time
2007-01-15 Howard ChuITS#4554 slapindex takes a list of attributes to index
2007-01-11 Hallvard FurusethDelete unused variables.
2007-01-02 Kurt Zeilengahappy new year
2006-11-15 Howard ChuDon't bother setting up threads if there are no indexed...
2006-09-27 Ralf HaferkampCheck for the correct return code of cursor->c_get...
2006-09-20 Howard ChuFix prev commit
2006-09-20 Howard ChuUse a single malloc for entry_decode instead of two...
2006-05-03 Howard ChuRemove some more yield() calls
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-09 Howard Chucache LRU concurrency improvements, reorder DB accesses...
2005-11-25 Howard ChuITS#4210 don't setup indexing threads if no indexing...
2005-11-16 Howard ChuITS#4175 wait for worker threads to be ready
2005-11-14 Hallvard FurusethRemove unused declaration bdb_tool_ix_rec() and variabl...
2005-11-04 Howard ChuITS#4143 bdb_tool_info should only be non-NULL for...
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 ChuBetter IDL cache allocation
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 ChuEliminate long-lived read transaction, we can just...
2005-10-18 Howard ChuITS#4088 force cursors to use same locker
2005-10-16 Howard ChuITS#4088 proposed fix
2005-07-25 Pierangelo Masaratisilence warning(s)
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-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-07 Howard ChuITS#3843 from jtownsend@opendarwin.org: hide index_attr...
2005-04-15 Howard ChuITS#3616 store contextCSN in glue entry if database...
2005-04-09 Howard ChuITS#3616 allow adding entry with zero-length DN if...
2005-04-09 Howard ChuITS#3616 use fake context entry if suffix is empty.
2005-04-09 Howard ChuITS#3267 add a comment
2005-04-09 Howard ChuITS#3267 fix out-of-order slapadd
2005-02-20 Howard ChuCleanup unused variables
2005-01-24 Howard ChuMore for SLAP_TOOL_QUICK, disable locks as well
2005-01-24 Howard ChuOmit transaction support when running with SLAP_TOOL_QUICK
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-14 Jong Hyuk Choiadaptive caching implementation
2004-12-06 Howard ChuStore entryIDs in big-endian order, no more custom...
2004-12-06 Howard ChuFix previous commit
2004-12-06 Howard Chubdb_tool_dn2id_get should use bdb_dn2id, not duplicate...
2004-11-26 Howard ChuMore Operation/Opheader fixes
2004-11-17 Pierangelo Masaratilog the right function names
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-22 Howard ChuAdded linearindex option for slapindex. Improves perfor...
2004-06-12 Howard ChuBetter fix for ITS#3063, #3186
2004-06-12 Howard ChuITS#3186 don't print error when empty DN "" is the...
2004-03-02 Howard ChuITS#2974 fix hole array allocation
2004-01-12 Howard Chutrim prev commit
2004-01-12 Howard ChuReally fix ITS#2905
2004-01-12 Howard ChuFix ITS#2905, properly detect duplicate entries
2004-01-01 Kurt ZeilengaHappy new year
2003-11-28 Kurt ZeilengaNotices
2003-09-22 Howard Chuback-hdb caching updates, use EntryInfo cache for hdb_d...
2003-09-17 Luke Howardfix typo
2003-08-30 Jong Hyuk Choislaptool update for LDAP Sync replication
2003-05-25 Howard ChuRestructured to avoid direct use of sl_malloc functions...
2003-05-15 Hallvard FurusethRemove excess `0' arguments to fprintf.
2003-05-11 Howard ChuRevert prev commit
2003-05-11 Howard ChuAdded SLAP_TOOL_READMAIN and SLAP_TOOL_READONLY slapMod...
2003-05-10 Howard ChuPlug mem leak in slapindex
2003-05-02 Howard ChuITS#2480 uninit'd vars
2003-04-29 Hallvard FurusethPrint long with %ld, not %d.
2003-04-23 Howard ChuFunction renaming, make internal funcs static, etc.
2003-04-22 Howard ChuTrim dead BDB_HIER stuff
2003-04-22 Howard ChuPass parent EntryInfo instead of parent DN to dn2id_add...
2003-04-21 Howard Chumemory context tweaks
2003-04-16 Howard ChuHierarchical cache management.
2003-04-11 Howard ChuMore memory context tweaks
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-09 Kurt Zeilenganeed to use ch_malloc/realloc
2003-02-26 Howard ChuComplain about holes in database at end of slapadd
next