]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/attr.c
Allow updating (ADD/DEL within a single modify operation) the index
[openldap] / servers / slapd / back-bdb / attr.c
2008-05-26 Ralf HaferkampAllow updating (ADD/DEL within a single modify operatio...
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-01-02 Kurt Zeilengahappy new year
2006-03-31 Howard Chuplug leaks
2006-01-24 Kurt Zeilengaunifdef -DSLAPD_CONF_UNKNOWN_BAILOUT -DSLAPD_CONF_UNKNO...
2006-01-03 Kurt ZeilengaHappy new year!
2005-10-27 Howard ChuMulti-threaded slapindex
2005-10-26 Howard ChuUse sorted array for indexed attrs instead of AVL tree
2005-07-04 Hallvard FurusethLet bdb_attr_index_unparser() return int (0) instead...
2005-06-15 Ralf Haferkampsilence warning
2005-05-06 Pierangelo Masaratimore on strict config parsing (ITS#3705)
2005-04-22 Howard ChuFix bdb_attrinfo_free
2005-04-21 Howard ChuDynamic indexing support
2005-04-21 Howard ChuAdded some delete handlers
2005-03-02 Howard ChuMore verbmasks cleanup, added index unparsing
2005-02-20 Howard ChuCleanup unused variables
2005-01-24 Howard ChuFix redundant index lookups from component matching
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-20 Jong Hyuk Choimisc fix for the component indexing commit
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-11-28 Kurt ZeilengaNotices
2003-04-18 Pierangelo Masaratiuse SLAP_PTRCMP
2003-04-17 Howard ChuFix AVL comparisons
2003-01-03 Kurt ZeilengaHappy new year
2002-12-14 Hallvard FurusethRemove casts of AVL function pointers.
2002-08-24 Kurt Zeilengause ldap_charray_*() instead of charray_*()
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-04-02 Kurt ZeilengaPatch: More format bugs (ITS#1702)
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-05 Kurt ZeilengaBDB_INDEX code does no harm (but no good yet, not used...
2001-10-04 Kurt ZeilengaAdd some initial BDB_INDEX code... needs much work.
2001-10-04 Kurt ZeilengaAdd prelim index code from LDBM, needs work...
2001-10-03 Kurt ZeilengaAdd BDB index config code