]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/dbcache.c
Fix bdb_db_hash() to handle padding bits in integers.
[openldap] / servers / slapd / back-bdb / dbcache.c
2003-06-05 Hallvard FurusethFix bdb_db_hash() to handle padding bits in integers.
2003-04-17 Howard ChuFix prev commit
2003-04-17 Howard ChuFix database search loop conditions
2003-03-29 Howard ChuDeleted bi_database_mutex, use DB_LOCK instead. Changed...
2003-03-27 Howard ChuDon't use subdatabases for indexes. This patch is an...
2003-03-22 Howard ChuStill need DB_AUTO_COMMIT flag
2003-03-18 Howard ChuDon't use DB_AUTO_COMMIT when opening a database
2003-01-03 Kurt ZeilengaHappy new year
2002-09-10 Howard ChuUnifdef BDB_IDL_MULTI.
2002-08-22 Howard ChuOS/390 EBCDIC support
2002-08-22 Howard ChuAdded support for BDB 4.1.17
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-04-05 Howard ChuITS#1726, always use bdb_db_hash().
2002-03-26 Julius EnarusaiAdded LDAP_LOG messages
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-18 Howard ChuBDB_MULTI still needs the dupsort function.
2001-12-16 Howard ChuUse a 4-byte constant for the presence index key. Set...
2001-12-15 Howard ChuUse DB_HASH instead of DB_BTREE for index databases...
2001-12-15 Howard ChuRevert previous checkin, DB_NODUPDATA is not valid...
2001-12-08 Kurt ZeilengaDisallow duplicate duplicate data
2001-12-07 Howard ChuSome fixes for BDB_IDL_MULTI. Experimental back-hdb...
2001-12-06 Howard ChuExperimental index management. Uncomment BDB_IDL_MULTI...
2001-12-06 Howard ChuFix, index databases were not being closed on shutdown.
2001-11-28 Howard ChuRenamed BDB_ID2ENTRY_PAGESIZE to just BDB_PAGESIZE...
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-27 Kurt ZeilengaMisc code cleanup
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.