]> git.sur5r.net Git - openldap/history - libraries/libldap_r/thr_posix.c
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
[openldap] / libraries / libldap_r / thr_posix.c
2012-09-18 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-14 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-12 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-07 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-08-27 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-08-24 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-08-23 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-08-22 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-07-26 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-07-18 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-06-05 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-05-09 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-01-20 Kurt ZeilengaHappy New Year!
2011-11-04 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2011-01-05 Kurt ZeilengaHappy New Year!
2010-04-13 Kurt Zeilengahappy belated new year
2009-01-22 Kurt ZeilengaUpdate copyright for next release
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-02-11 Quanah Gibson-Mountinclude <signal.h> for pthread_kill()
2008-01-10 Hallvard Furuseth#include <signal.h> for pthread_kill()
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-11-07 Quanah Gibson-MountUse per-thread slap_counters to eliminate lock contention
2007-10-25 Howard ChuAdded native thread-specific data support
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-05-18 Hallvard FurusethReadability patch: ERRVAL() macro for pthreads < 7...
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-01-02 Kurt Zeilengahappy new year
2006-04-03 Hallvard Furuseththr_yield() returns void, so do not use its "return...
2006-01-06 Howard ChuITS#3950 tweak prev commit, s/REPLACE_SCHED_YIELD/REPLA...
2006-01-06 Kurt Zeilengai before e and other cleanup
2006-01-06 Kurt ZeilengaMake use of nanosleep/select as a sched_yeild(2) replac...
2006-01-06 Howard ChuITS#3950 use select instead of yield when select does...
2006-01-03 Kurt ZeilengaHappy new year!
2005-09-17 Hallvard FurusethAdd thread debugging wrapper thr_debug.c and ldap_thr_d...
2005-04-15 Howard ChuFix LDAP_PVT_THREAD_STACK_SIZE, automatically scale...
2005-01-01 Kurt ZeilengaHappy New Year!
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-11-13 Howard ChuITS#2820 fix pthread_create for Draft 4
2003-01-24 Luke HowardAdded ldap_pvt_thread_self() and ldap_pvt_thread_pool_c...
2003-01-03 Kurt ZeilengaHappy new year
2002-10-12 Howard ChuPrefer thr_yield over sched_yield for Solaris
2002-10-02 Kurt ZeilengaMacOS 10.1 pthread_kill() workaround
2002-09-12 Howard ChuPOSIX threads tweaks for Draft 4 vs Draft 5
2002-09-11 Howard ChuFine-tuning pthreads revision dependencies
2002-09-07 Howard ChuNew POSIX threads version support. Detects Draft 4...
2002-07-27 Howard ChuAdditional tweak for HAVE_PTHREADS_OS390
2002-07-26 Howard ChuSome tweaks for OS/390 pthreads. Func signatures are...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-11-05 Mark Adamsonfix various memory leaks
2001-09-27 Kurt ZeilengaMove stacksize setting outside of detach #ifdef
2001-09-26 Kurt ZeilengaUse a 64MB stack (instead of a 64K on some systems...
2001-06-09 Kurt ZeilengaUpdated pthread test and usage (avoid pthread_detach...
2000-07-06 Kurt ZeilengaFix get/set conconcurrency routines under Solaris
2000-06-17 Kurt ZeilengaKill LinuxThreads clones
2000-06-13 Kurt ZeilengaReworked thread code to better support thread-library...
2000-06-08 Kurt ZeilengaReally disable pthread rw locks
2000-06-07 Kurt ZeilengaUse pthread rwlocks, if available
2000-06-06 Mark ValenceIn preparation for thread pools
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-11 Howard ChuFix for systems like AIX where pthread_create creates...
1999-11-28 Howard ChuAdded missing ldap_pvt_thread_mutex_trylock function.
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-21 Kurt ZeilengaExperimental support for GNU Pth's Posix Thread API...
1999-05-31 Kurt ZeilengaMove most header inclusion below #ifdef HAVE_XXX.
1999-04-06 Kurt ZeilengaAdd ldap_pvt_thread_destory() to un-ldap_pvt_thread_ini...
1999-03-03 Hallvard FurusethPosix Draft 4 (HAVE_PTHREADS_D4) fixes:
1999-03-03 Hallvard FurusethBugs with !HAVE_PTHREAD_KILL: include errno.h. Typo...
1999-02-03 Kurt ZeilengaFix set concurrency typos.
1999-01-29 Kurt ZeilengaAdd (back in) destroy functions...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-17 Bart HartgersAdded OpenLDAP copyright to files.
1999-01-15 Bart HartgersChanges to support threads from libldap_r.