]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/index.c
Silence "unused <something>" warnings
[openldap] / servers / slapd / back-bdb / index.c
2005-07-14 Hallvard FurusethSilence "unused <something>" warnings
2005-05-18 Howard ChuITS#3731 catch another BDB error leaking out to the...
2005-04-21 Howard ChuFix prev commit for component indexer op
2005-04-21 Howard ChuDynamic indexing support
2005-04-13 Howard ChuITS#3616 don't index the dummy context entry
2005-02-20 Howard ChuCleanup unused variables
2005-01-24 Howard ChuFix redundant index lookups from component matching
2005-01-11 Howard ChuFix undetected deadlock
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-20 Sang Seok LimComponent Indexing support for BDB
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-04-09 Kurt ZeilengaFix approx matching when there is an equality index...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-07 Howard ChuITS#2864 removed sl_mark/sl_release code
2003-11-28 Kurt ZeilengaNotices
2003-09-25 Howard ChuRevert to previous behavior:
2003-09-21 Howard ChuRevert broken index optimizations
2003-06-13 Howard ChuMore fixes for modify - don't delete index keys that...
2003-05-25 Howard ChuRestructured to avoid direct use of sl_malloc functions...
2003-04-13 Howard ChuMemory context fixes
2003-04-12 Howard ChuEliminate unnecessary calls to slap_bv2ad
2003-04-11 Howard ChuMore memory context tweaks
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-25 Howard ChuSimplify indexer - remove redundant dbname parameter
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-03-18 Howard ChuDon't use DB_AUTO_COMMIT when opening a database
2003-03-01 Kurt ZeilengaSLAP_NVALUES: index normalized values
2003-01-03 Kurt ZeilengaHappy new year
2002-12-13 Hallvard FurusethRename "lang(uage)" to "tag(s)". (Cleanup after attrib...
2002-08-08 Howard ChuITS#2015 give correct index key back to presence_candidates
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-01-26 Pierangelo Masaratiappropriately detect index delete failure
2002-01-15 Kurt ZeilengaMisc. cleanup, remove lint, remove unused deprecated...
2002-01-15 Howard ChuDeleted autosubtypes support.
2002-01-14 Howard ChuMore fixes for autosubtype index generation
2002-01-14 Howard ChuFix previous commit
2002-01-14 Howard ChuFix subtype indexing. Really really made it the default.
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-24 Kurt ZeilengaClean up some symbol scoping
2001-12-16 Howard ChuUse a 4-byte constant for the presence index key. Set...
2001-12-05 Kurt ZeilengaRework indexing code, removing "autolang" and making
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-10-23 Julio Sánchez Fern... Remove bogus refusal to index ;binary attributes. ...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
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 ZeilengaAdd some initial BDB_INDEX code... needs much work.
2001-10-04 Kurt ZeilengaMore changes to let BDB build without LDBM.
2001-10-04 Kurt ZeilengaAdd prelim index code from LDBM, needs work...