]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/init.c
Plug mutex/rwlock leaks (destroy them)
[openldap] / servers / slapd / back-bdb / init.c
2010-04-15 Quanah Gibson-MountITS#6442
2010-04-13 Kurt Zeilengahappy belated new year
2009-07-27 Quanah Gibson-MountITS#6222
2009-06-19 Quanah Gibson-MountITS#6176
2009-05-04 Quanah Gibson-MountDon't do alock recovery in readonly mode since we didn...
2009-03-09 Quanah Gibson-MountITS#6006
2009-02-19 Quanah Gibson-MountITS#5961
2009-02-18 Quanah Gibson-MountITS#5956
2009-01-22 Kurt ZeilengaUpdate copyright for next release
2008-11-10 Quanah Gibson-MountITS#5745
2008-11-10 Quanah Gibson-MountITS#5640
2008-11-10 Quanah Gibson-Mountdbpagesize, checksum keywords
2008-10-31 Quanah Gibson-MountITS#5698
2008-09-03 Quanah Gibson-MountUse read-only txn's instead of read lockers. Support...
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-02-12 Quanah Gibson-MountITS#5322
2008-02-09 Quanah Gibson-MountITS5359
2008-01-11 Howard ChuITS#5322 don't try to free a NULL locker
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-15 Howard ChuSupport DB encryption
2007-12-06 Howard ChuSync with HEAD
2007-12-06 Howard ChuRe-introduce hdb dup_compare function, default compares...
2007-11-26 Howard ChuITS#5240 sync ITS#5183 fix.
2007-11-18 Howard ChuITS#5183 preliminary fix - this whole approach needs...
2007-11-08 Quanah Gibson-MountITS#5186 check for multiple suffixes at config time...
2007-11-07 Howard ChuITS#5186 check for multiple suffixes at config time...
2007-09-26 Quanah Gibson-MountITS#5128 fix
2007-09-08 Howard ChuITS#5129 fix alock_close with Quick mode
2007-09-08 Howard ChuITS#5129 disallow Quick mode if DB_CONFIG has changed
2007-09-08 Pierangelo Masaratiquote suffix (ITS#5128) and use it as much as possible...
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-08-17 Howard ChuMore for BDB 4.6 compatibility
2007-08-11 Howard ChuAdd config keyword for DN cache size (aka EntryInfoSize)
2007-08-11 Howard ChuRemove tool_id2entry_get
2007-08-07 Pierangelo Masaratiadd monitor support for unindexed attributes (need...
2007-08-06 Pierangelo Masaratiworkaround open() being a macro in glibc 2.6 (ITS#5075)
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-07-25 Ralf HaferkampAdded a new parameter (ConfigArgs*) to the _db_init...
2007-07-23 Howard ChuSilence warnings in prev commit
2007-07-21 Howard ChuSet GLUE ocflag on dummy context entry
2007-07-21 Howard ChuITS#4961 read context glue entry if it exists
2007-02-24 Howard ChuITS#4851 retry if opening a supposedly clean shared...
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-02-09 Howard ChuFix prev commit, cleanup fakeroot entry before freeing
2007-02-09 Howard ChuFix prev commit, free fakeroot on teardown
2007-02-09 Howard ChuITS#4838 fix fake root handling broken by prev commit
2007-01-25 Howard ChuFree main-thread keys in db_close, can't do it later...
2007-01-04 Howard ChuPartially revert prev commit, fix lru_purge loop
2007-01-04 Howard ChuUnify use of BDB lockers
2007-01-04 Howard ChuFix prev commits...
2007-01-04 Howard ChuSimpler fix
2007-01-04 Howard ChuFix idl_cache teardown again - skip if cache is empty
2007-01-03 Howard ChuUse Clock algorithm for IDL cache too
2007-01-02 Kurt Zeilengahappy new year
2007-01-01 Howard Chupartial revert - keep acquiring BDB lock in lru_purge.
2006-12-31 Howard ChuDitch LRU cache replacement in favor of 2nd-chance...
2006-10-19 Kurt ZeilengaSync with HEAD
2006-09-25 Pierangelo Masaratiuse right, although empty, function in bdb_db_destroy()
2006-09-14 Pierangelo Masaratiminor cleanup
2006-09-13 Howard ChuAdd BackendInfo.bi_extra for backend custom APIs
2006-09-12 Pierangelo Masaratileave monitor calls in place, hide contents; in the...
2006-09-12 Howard ChuUse #ifdef SLAPD_MONITOR for monitor APIs
2006-09-09 Pierangelo Masaratifurther improve monitoring setup and cleanup
2006-09-06 Pierangelo Masaraticleanup monitoring resources
2006-09-06 Pierangelo Masarati- setup framework for monitoring of back-bdb/back-hdb...
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-05-15 Kurt ZeilengaSync with HEAD
2006-05-11 Kurt Zeilengacleanup
2006-05-11 Ralf HaferkampAdd Pre- and Postread Control to the supported controls...
2006-04-02 Hallvard FurusethWarnings: Unused vars. funcptr=0, not =NULL. if(b=...
2006-03-07 Kurt ZeilengaSome more txn infrastructure
2006-01-25 Howard ChuITS#4373, fix prev commit
2006-01-22 Howard ChuITS#4361, 4362 fix autorecovery logic, add ALOCK_NOSAVE...
2006-01-22 Howard ChuITS#4360 must init c_minfree
2006-01-11 Howard ChuITS#4324 don't auto-recover in slapcat. Don't trigger...
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-20 Howard Chucleanup db_close
2005-12-20 Howard ChuITS#4259 revert prev commit, fixed in alock.c instead.
2005-12-20 Howard ChuITS#4259 don't try to alock_close if we never opened...
2005-12-09 Howard Chucache LRU concurrency improvements, reorder DB accesses...
2005-11-27 Kurt Zeilengaunifdef -DBDB_SUBENTRIES -DLDBM_SUBENTRIES
2005-11-26 Kurt ZeilengaRemove some unnecessary #ifdefs
2005-11-23 Howard ChuITS#4201 undo all bdb_db_open() steps if any step fails.
2005-10-26 Howard ChuUse sorted array for indexed attrs instead of AVL tree
2005-10-25 Howard ChuLower id2entry cache priority in tool mode
2005-09-01 Howard ChuITS#3992 check bi_dbenv
2005-08-26 Howard ChuFix another leaked environment.
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-25 Howard ChuMust close env before removing it.
2005-08-13 Howard Chuutime is not needed here any more
2005-08-13 Howard ChuRework auto-recovery logic:
2005-07-28 Pierangelo Masaratisuffix must be present (ITS#3901)
2005-07-25 Hallvard FurusethUpdate previous fix: utime() needs <sys/types.h> as...
2005-07-25 Pierangelo Masaratisilence warning(s)
2005-07-15 Howard ChuITS#3841 fix test in rev 1.220
2005-07-14 Hallvard FurusethSilence "unused <something>" warnings
2005-07-12 Howard ChuITS#3857 fix bottom-up modrdn cascades, use a global...
2005-07-11 Howard ChuITS#3841 skip db_close if db_open was never called
2005-07-11 Howard ChuITS#3847 silence warnings
2005-07-11 Howard ChuITS#3824 remove env after slapadd/slapindex -q
next