]> git.sur5r.net Git - openldap/history - libraries/libldap_r/tpool.c
tpool cleanup
[openldap] / libraries / libldap_r / tpool.c
2006-05-09 Kurt Zeilengatpool cleanup
2006-04-03 Kurt ZeilengaMisc library fixes from HEAD
2006-01-25 Kurt ZeilengaChanges from HEAD
2006-01-20 Kurt ZeilengaFrom HEAD:
2006-01-16 Kurt ZeilengaUpdates from HEAD
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-03 Kurt ZeilengaSync with HEAD
2005-09-28 Kurt ZeilengaSync with HEAD
2005-09-01 Kurt ZeilengaSync changes from yesterday
2005-08-25 Kurt ZeilengaSync with HEAD (need to update CHANGES)
2005-08-09 Kurt ZeilengaSync with HEAD
2005-07-10 Kurt ZeilengaSync with HEAD
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-03-14 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-03-04 Howard ChuITS#2997 change MAXTHREADS to LDAP_MAXTHR
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-05-07 Jong Hyuk Choia runqueue for periodic thread execution (for syncrepl)
2003-05-02 Howard ChuUse pthread_equal to compare thread IDs
2003-04-13 Howard ChuFix prev commit - hash bytes of ldap_pvt_thread_t to...
2003-04-12 Howard ChuNew ldap_pvt_thread_pool_context()
2003-03-27 Howard ChuITS#2404 keep the per-thread context in the individual...
2003-02-17 Howard ChuDon't spawn threads based on ltp_pending_count, it...
2003-01-24 Luke HowardDon't free active thread list
2003-01-24 Luke HowardAdded ldap_pvt_thread_self() and ldap_pvt_thread_pool_c...
2003-01-03 Kurt ZeilengaHappy new year
2002-08-24 Howard ChuAdded thread-pool getkey/setkey functions
2002-05-31 Kurt ZeilengaFix unprotected list modification
2002-03-23 Pierangelo Masaratildap_int_thread_pool_wrapper was called with wrong...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuUse LDAP_FREE instead of free
2002-01-03 Howard ChuUse ldap_queue.h instead of <ac/queue.h>
2002-01-02 Kurt ZeilengaRework filter code
2001-12-31 Howard ChuFix typo
2001-12-31 Howard ChuMoved free list to avoid additional mutex
2001-12-31 Howard ChuFix previous commit
2001-12-31 Howard ChuUse queue-compat.h for queue management. Cache ctx...
2001-12-18 Kurt ZeilengaRegenerate configure and fix AC header inclusion
2000-09-15 Ben Collinswrap unused function, ldap_int_thread_onlist() in ...
2000-09-13 Ben Collinsspecifically check for NULL return from ldap_int_thread...
2000-07-04 Mark ValenceAdded "threads" config to slapd.conf.
2000-06-21 Mark ValenceFix for thread/fork problem. Don't start a worker...
2000-06-18 Mark ValencePut cond_signal loop inside of mutex'ed area to fix...
2000-06-13 Kurt ZeilengaReworked thread code to better support thread-library...