- 23 Oct, 2007 1 commit
-
-
Quanah Gibson-Mount authored
-
- 02 Jan, 2007 1 commit
-
-
Kurt Zeilenga authored
-
- 26 Oct, 2006 1 commit
-
-
Pierangelo Masarati authored
-
- 03 Jan, 2006 1 commit
-
-
Kurt Zeilenga authored
-
- 17 Sep, 2005 1 commit
-
-
Hallvard Furuseth authored
enabled with LDAP_THREAD_DEBUG (cpp macro and environment variable): Move any ldap_pvt_* definitions from ldap_int_thread.h to ldap_pvt_thread.h. #define ldap_int_thread_equal/ldap_pvt_thread_equal instead of tpool.c:TID_EQ. Define some ldap_debug_*_t types, and LDAP_UINTPTR_T, in ldap_int_thread.h. ldap_int_thread.h/ldap_pvt_thread.h can now be included multiple times, giving different results depending on whether libldap_r/ldap_thr_debug.h was included. Add some cleanup and some preprocessor hacks. #define LDAP_THREAD*_IMPLEMENTATION in libldap_r/*.c, used by ldap_thr_debug.h. Add PTHREAD_MUTEX_ERRORCHECK/PTHREAD_MUTEX_ERRORCHECK_NP in thr_posix.c.
-
- 06 Sep, 2005 1 commit
-
-
Howard Chu authored
-
- 03 Jun, 2005 1 commit
-
-
Howard Chu authored
-
- 01 Jan, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 01 Jan, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 26 Nov, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 16 Apr, 2003 1 commit
-
-
Howard Chu authored
-
- 24 Jan, 2003 1 commit
-
-
Luke Howard authored
-
- 03 Jan, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 26 Aug, 2002 1 commit
-
-
Julius Enarusai authored
Fix compile error when --without-threads configure option is set. Function headers differ from prototypes in ldap_pvt_threads.h
-
- 24 Aug, 2002 1 commit
-
-
Howard Chu authored
-
- 04 Jan, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 06 Oct, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 05 Jul, 2000 1 commit
-
-
Mark Valence authored
-
- 13 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
r/w locks and thread pools. Hide internal structures (using pthread'ish technics). Place common code in threads.c. Move no-thread code to thr_stub.c. Move thread pool code to tpool.c. Removed setconcurrency call from initializer, added 'concurrency' directive to slapd. Tested code under pthreads, pth, and no-threads.
-
- 07 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
in attempt to get it work with GNU PTH.
-
- 06 Jun, 2000 1 commit
-
-
Mark Valence authored
-
- 13 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 08 Sep, 1999 1 commit
-
-
Kurt Zeilenga authored
Replace old Id as needed (back-tcl). Leave updating of contribWare to contributors (for now).
-
- 31 May, 1999 1 commit
-
-
Kurt Zeilenga authored
Use LDAP_MALLOC instead of ch_malloc
-
- 06 Apr, 1999 1 commit
-
-
Kurt Zeilenga authored
Move all SunOS routines (ie: _sleep() and its helpers) to thr_lwp.c so that it's internals can be 'static'. Add 'static' to thr_lwp.c. Add comment to LWP: NEEDS WORK, may not compile! Need some SunOS user to sort out the details. Volunteers?
-
- 29 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 28 Jan, 1999 2 commits
-
-
Kurt Zeilenga authored
I probably deleted it by mistaked when axing cond attrs.
-
Kurt Zeilenga authored
Likely broke things for non-posix threadings.... Update -lldap_r implementation to: remove attribute support hide thread detachment provide concurrency accessors provide initialization function fix gethostby{addr,name}_r codes (not coverred by HAVE_REENTRANT_FUNCTIONS) Update servers/libraries to use ldap_pvt_thread_ calls. Cleanup server codes (no #ifdef HAVE_PTHREAD_THIS or _THATs)! Removed -llthread
-
- 17 Jan, 1999 1 commit
-
-
Bart Hartgers authored
Added OpenLDAP copyright to files.
-
- 15 Jan, 1999 1 commit
-
-
Bart Hartgers authored
Changes to support threads from libldap_r.
-