]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/tools.c
plug leaks
[openldap] / servers / slapd / back-bdb / tools.c
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
2003-02-21 Howard ChuChange - bdb_tool_entry_put always "sorts" entries:
2003-01-03 Kurt ZeilengaHappy new year
2002-11-28 Pierangelo Masaratiperhaps the assert can be removed; should work now
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-03-26 Julius EnarusaiAdded LDAP_LOG messages
2002-02-02 Kurt ZeilengaAdd cache txn_prepare code based upon submission (ITS...
2002-01-28 Kurt ZeilengaDelete CDB (no transactions) support
2002-01-26 Howard ChuChanged dnParent to void instead of int. (It always...
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-17 Pierangelo Masaratianother round replacing dn_parent ...
2002-01-12 Pierangelo Masaratierror message from be_entry_put tool backend function
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-01 Howard ChuFix dnParent to return "" for root
2001-12-27 Howard ChuMore struct berval fixes
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-08 Howard ChuSwitched to dn_parent1, cleaned up dn2id_add/delete
2001-12-07 Howard ChuSome fixes for BDB_IDL_MULTI. Experimental back-hdb...
2001-12-06 Howard ChuFix previous commit
2001-12-06 Howard ChuMinor rearrangement, give pdn to dn2id_add to avoid...
2001-12-05 Howard Chutool_reindex now regenerates the dn2id index as well...
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-27 Howard ChuAdded "dbnotxn" config keyword. If present, back-bdb...
2001-10-22 Howard ChuDon't free entries since the tools realloc the buffers.
2001-10-13 Kurt ZeilengaBDB updates... haven't had a chance to work on this...
2001-10-05 Kurt ZeilengaBDB_INDEX code does no harm (but no good yet, not used...
2001-10-05 Kurt ZeilengaAnother round. BDB_INDEX almost ready for functional...
2001-10-04 Kurt ZeilengaMore changes to let BDB build without LDBM.
2001-10-03 Kurt ZeilengaAdd BDB_INDEX error handling
2001-10-03 Kurt ZeilengaAn incremental step.
2001-10-03 Kurt ZeilengaEnable management of attribute indices. Not yet used...
next