]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/cache.c
Code clean-up.
[openldap] / servers / slapd / back-ldbm / cache.c
1999-02-12 Kurt SpanierUpdate of back-bdb2 to KDZ's new entry lock schema.
1999-02-11 Kurt ZeilengaConsistently use %ld for printing IDs. %lu was used...
1999-02-11 Kurt ZeilengaComplete entry_cmp() migration (remove rename macros).
1999-02-11 Kurt ZeilengaUpdate LDBM cache so that it manages it's own state.
1999-02-10 Kurt ZeilengaMove LDBM-backend specific fields of Entry struct into...
1999-02-07 Kurt ZeilengaReally fix those reader/writer lock asserts...
1999-02-07 Kurt ZeilengaFix cache asserts on entry writer locks.
1999-02-05 Kurt Zeilengaremove ;; typo
1999-02-04 Kurt ZeilengaFix dbcache/entry lock deadlock. If dbcache lock is...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-20 Kurt Zeilengandn & strcasecmp cleanup
1999-01-18 Kurt Zeilengae_ndn = dn_normalize_case( e_dn )
1999-01-13 Kurt ZeilengaAdd normalized dn to Entry structure as field e_ndn...
1998-12-18 Kurt ZeilengaPatch cache_delete_entry_internal() as suggested by
1998-12-10 Kurt ZeilengaChange cache.c assert logic based on Hallvard's suggestion.
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-05 Hallvard FurusethEnclose debug variables in #ifdef LDAP_DEBUG
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-19 Kurt ZeilengaMerge in latest from -current.
1998-09-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-09-20 Kurt ZeilengaMerged in per cache entry reader/writer locks from...
1998-08-09 Kurt ZeilengaInitial revision