]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/idl.c
Import ITS#4439 (slapd not responding) fix for BDB/HDB cache from HEAD
[openldap] / servers / slapd / back-bdb / idl.c
2006-04-07 Kurt ZeilengaImport ITS#4439 (slapd not responding) fix for BDB...
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-21 Kurt ZeilengaChanges from HEAD suggested by Howard (1st round, less...
2005-11-29 Kurt ZeilengaITS#4223: don't store negative results in IDL
2005-11-27 Kurt ZeilengaSync with HEAD
2005-09-28 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-06-13 Kurt ZeilengaSync with HEAD, now really ready for release
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-03-14 Kurt ZeilengaSync with HEAD
2005-02-02 Kurt ZeilengaSync with HEAD OPENLDAP_REL_ENG_2_3_1ALPHA
2005-01-24 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-12-06 Howard ChuFix inequality cursor management
2004-12-06 Howard ChuStore entryIDs in big-endian order, no more custom...
2004-12-06 Howard ChuFix GE inequality lookups, key was getting overwritten
2004-11-25 Howard ChuRevert previous commit, it breaks everything.
2004-10-16 Howard ChuBDB 4.3 compatibility
2004-10-16 Howard Chudefine DB_VERSION_FULL to simplify version checks
2004-09-28 Howard ChuAdd SLAP_MR_ORDERED_INDEX - support for inequality...
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-09 Jong Hyuk ChoiSLAP_IDL_CACHE macro removed
2004-03-06 Howard ChuITS#3004 fix again
2004-03-06 Howard ChuRevert to original code
2004-03-06 Howard ChuStore IDs in BigEndian format on disk
2004-03-06 Howard ChuITS#3004, fix IDL cache AVL comparisons
2004-03-05 Howard ChuFix prev commit
2004-03-05 Howard ChuTake advantage of IDL cache in bdb_idl_insert/delete_key
2004-03-05 Howard Chuunifdef SLAP_IDL_CACHE
2004-01-01 Kurt ZeilengaHappy new year
2003-11-28 Kurt ZeilengaNotices
2003-04-23 Howard ChuFunction renaming, make internal funcs static, etc.
2003-04-22 Howard ChuFix id2entry, let bdb_cache_release_all clean up EntryInfos
2003-04-22 Howard ChuMoved IDL cache code to standalone functions.
2003-04-18 Jong Hyuk ChoiCaching non-existing index entries in the IDL cache...
2003-04-08 Jong Hyuk ChoiIDL cache locking change (mutex -> rwlock)
2003-04-05 Howard ChuRange check cleanup, added alias processing comments
2003-04-05 Howard ChuAdded code for BDB_ALIASES. Please test.
2003-03-12 Howard ChuITS#2368 - fix deleting key from range IDL
2003-03-12 Jong Hyuk ChoiError checking code for ITS#2367
2003-02-08 Kurt ZeilengaUse DB_VERSION_ to set BDB_ENOUGH
2003-02-08 Kurt ZeilengaReword BDB 4.0 bug comment now that configure requires...
2003-02-08 Kurt Zeilengaminor code cleanup
2003-01-03 Kurt ZeilengaHappy new year
2002-12-14 Hallvard FurusethRemove casts of AVL function pointers.
2002-12-10 Howard ChuFix previous commit, check for dup in avl_insert
2002-12-10 Howard ChuAdded config keyword "searchstack" for setting search...
2002-11-10 Pierangelo Masaratisilence warnings; fix messages
2002-09-13 Howard ChuFix ITS#2082, bdb_idl_intersection
2002-09-10 Howard ChuUnifdef BDB_IDL_MULTI.
2002-08-30 Howard ChuFix unindent commit
2002-08-30 Howard ChuUse DB_NODUPDATA when adding IDs. Silence log for DB_NO...
2002-08-30 Howard ChuUnindented a level. Fixed logging of keys.
2002-08-30 Howard ChuDon't mask DB_KEYEXIST errors in bdb_idl_insert_key...
2002-08-27 Howard ChuITS#2040 - in bdb_idl_fetch_key() use a large enough...
2002-08-25 Howard ChuFix ITS#2044 duplicate search results due to broken...
2002-07-31 Howard ChuFix bdb_idl_union of range and list (related to ITS...
2002-07-19 Howard ChuChange list->range conversion again, avoid extra c_put.
2002-07-18 Jong Hyuk Choichange in the IDL conversion from a list to a range
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-04-25 Howard ChuFix ITS#1774, BDB keys need ulen and flags to be initia...
2002-04-02 Kurt ZeilengaPatch: More format bugs (ITS#1702)
2002-03-20 Howard ChuIn bdb_idl_fetch_key, the DB_MULTIPLE buffer must be...
2002-03-20 Howard ChuRewrote bdb_idl_insert_key and bdb_idl_delete_key for...
2002-03-17 Kurt Zeilengafix compilation error
2002-03-15 Julius EnarusaiAdded LDAP_LOG messages
2002-02-12 Kurt ZeilengaDon't print unprintable keys
2002-02-08 Howard ChuMinor IDL tweaks
2002-01-29 Kurt Zeilengadisable debug checks
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-18 Kurt ZeilengaFix compilation error
2002-01-18 Howard ChuUse DB_RMW in idl_fetch_key if called as part of a...
2002-01-16 Howard ChuFix bdb_idl_fetch/insert_key. Still fails test011.
2002-01-15 Kurt ZeilengaMisc. cleanup, remove lint, remove unused deprecated...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-07 Howard ChuSome fixes for BDB_IDL_MULTI. Experimental back-hdb...
2001-12-07 Howard ChuMinor fixes for BDB_IDL_MULTI
2001-12-06 Howard ChuExperimental index management. Uncomment BDB_IDL_MULTI...
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-26 Howard ChuSome tweaks to cut down on IDL stack usage. idl_interse...
2001-11-24 Howard ChuMore indexing fixes. Now passes tests 0-7, 10, and 11.
2001-11-24 Howard ChuFix initialization bugs
2001-11-14 Pierangelo Masaratifix a couple of misformats
2001-11-05 Kurt ZeilengaDon't use indices to support not [!] filters.
2001-10-13 Kurt ZeilengaBDB updates... haven't had a chance to work on this...
2001-10-05 Kurt ZeilengaInitial idl fetch code, undef BDB_INDEX for now, other...
2001-09-26 Kurt ZeilengaFix up binary search
2001-09-26 Kurt ZeilengaFix build errors
2001-09-25 Kurt Zeilengaidl_check for back-bdb
2001-06-15 Kurt ZeilengaWork in progress codes. !UNTESTED!
2000-09-28 Kurt ZeilengaDisable debugging
2000-09-28 Kurt Zeilengafix up bdb_entry_return() calls
2000-09-28 Kurt ZeilengaFix idl_insert... add/modify/delete now working w/...
2000-09-28 Kurt ZeilengaAdd idl_dump for testing purposes
2000-09-28 Kurt ZeilengaClean up logging... need to hand run idl_delete to...
2000-09-27 Kurt ZeilengaRough in extended ops, modify, and modrdn.
2000-09-26 Kurt Zeilengareplace ALLIDS with RANGE IDLs
2000-09-26 Kurt ZeilengaApparently working slapadd!
2000-09-26 Kurt ZeilengaRough in passwd and referral routines
2000-09-26 Kurt ZeilengaAdd more diagnostics including linear search version...
next