]> git.sur5r.net Git - openldap/history - libraries/libldap_r/thr_posix.c
Prefer thr_yield over sched_yield for Solaris
[openldap] / libraries / libldap_r / thr_posix.c
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.