]> git.sur5r.net Git - openldap/history - include/ldap_pvt_thread.h
Update guide Copyright/License handling
[openldap] / include / ldap_pvt_thread.h
2011-01-05 Kurt ZeilengaHappy New Year
2010-12-06 Hallvard FurusethITS#6625 concurrency patch cleanup
2010-04-13 Kurt Zeilengahappy belated New Year
2009-06-11 Howard ChuAdd ldap_pvt_thread_pool_retract() to cancel pending...
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-11-21 Hallvard FurusethITS#5824: #if/#elif issues in thread #includes
2008-03-08 Howard ChuITS#5407 more checks for pool pausing
2008-02-10 Hallvard FurusethITS#5364, thread pool efficiency:
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2008-01-07 Pierangelo Masaratirename ldap_pvt_thread_pool_setkey_x() to ldap_pvt_thre...
2007-12-29 Pierangelo Masaratinew ldap_pvt_thread_pool_setkey API
2007-10-25 Howard ChuAdded native thread-specific data support
2007-10-08 Howard ChuITS#4188 check for pool pause every 64 entries. (probab...
2007-06-10 Hallvard FurusethFor ITS#4943: Axe thread pool semaphore code
2007-01-11 Hallvard FurusethWrap enum in #ifndef LDAP_PVT_THREAD_H_DONE; this code...
2007-01-02 Kurt Zeilengahappy new year
2006-09-14 Pierangelo Masaratimonitor __ALL__ thread parameters
2006-05-02 Howard ChuAdd ldap_pvt_thread_pool_tid()
2006-04-30 Hallvard FurusethFix typo in comment
2006-04-28 Howard Churmutex_lock etc.: caller supplies thread id
2006-04-28 Howard ChuAdded recursive mutex implementation
2006-04-01 Pierangelo Masaratiallow mutex ownership detection (thanks to Hallvard)
2006-01-03 Kurt ZeilengaHappy new year!
2005-10-16 Pierangelo Masaratisilence SLAP_SEM_LOAD_CONTROL related warnings...
2005-09-17 Hallvard FurusethAdd thread debugging wrapper thr_debug.c and ldap_thr_d...
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-23 Howard ChuITS#3961 better fix - provide a context for the main...
2005-08-23 Howard ChuITS#3961 provide ldap_pvt_thread_pool_fake_context_init...
2005-04-22 Howard ChuAdd ldap_pvt_thread_pool_purgekey to free all instances...
2005-04-15 Howard ChuFix LDAP_PVT_THREAD_STACK_SIZE, automatically scale...
2005-03-07 Howard ChuAdded ldap_pvt_thread_pool_pause/resume
2005-01-01 Kurt ZeilengaHappy New Year!
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-04-12 Howard ChuNew ldap_pvt_thread_pool_context()
2003-01-24 Luke HowardAdded ldap_pvt_thread_self() and ldap_pvt_thread_pool_c...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-11 Howard ChuBumped stack size up from 2M to 4M, 2M is too small...
2002-12-04 Kurt ZeilengaRework libldap to not attempt to set LDAP_API_FEATURE_X...
2002-09-10 Howard ChuDecrease default thread stack size from 16MB to 2MB
2002-08-24 Howard ChuAdded thread-pool getkey/setkey functions
2002-01-04 Kurt ZeilengaUpdate copyright notices
2001-12-24 Kurt ZeilengaDelete ldap_build_filter(), it's broke.
2001-09-26 Kurt ZeilengaLow stack to 16 MB... this really needs to be tunable
2001-09-26 Kurt ZeilengaUse a 64MB stack (instead of a 64K on some systems...
2001-05-29 Kurt ZeilengaUpdate copyright (including with or without modificatio...
2000-07-04 Mark ValenceAdded "threads" config to slapd.conf.
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-13 Kurt ZeilengaReworked thread code to better support thread-library...
2000-06-07 Mark ValenceAdd thread pool routines.
2000-06-07 Kurt ZeilengaUse pthread rwlocks, if available
2000-06-06 Mark ValenceIn preparation for thread pools
2000-05-19 Kurt Zeilengabefore including <pth.h>:
2000-05-13 Kurt ZeilengaY2k copyright update
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-01 Kurt ZeilengaAdditional mods to fix NT single threaded support.
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-10-31 Howard ChuFix broken MSVC builds. The previous round of Mingw32...
1999-10-28 Howard ChuFixed the LDAP_F macro.
1999-08-31 Kurt ZeilengaAdd OpenLDAP RCS Id
1999-08-22 Kurt ZeilengaSupport for native GNU Pth Threads (--with-threads...
1999-05-27 Kurt ZeilengaRemove HAVE_THREADS define. NO_THREADS is used instead.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-27 Kurt ZeilengaClean up valid flag: _VALUE -> _VALID.
1999-04-14 Gary Williamsfix typo on destroy
1999-04-06 Kurt ZeilengaAdd ldap_pvt_thread_destory() to un-ldap_pvt_thread_ini...
1999-02-04 Kurt ZeilengaFix dbcache/entry lock deadlock. If dbcache lock is...
1999-02-03 Kurt ZeilengaFix set concurrency typos.
1999-01-29 Kurt ZeilengaAdd cond/rdwr destroy routines.
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-27 Kurt ZeilengaFixup begin/end declaration tags
1999-01-22 Kurt ZeilengaFix minor typo in lthread.h (which was copied into...
1999-01-15 Bart HartgersUpdates for the new threading and utility stuff in...