]> git.sur5r.net Git - openldap/history - libraries/libldap_r
don't leak if realloc fails (ITS#4477)
[openldap] / libraries / libldap_r /
2006-04-05 Hallvard FurusethLDAP_RDWR_DEBUG update:
2006-04-05 Hallvard FurusethLDAP_THREAD_DEBUG revamping, cleanup, bug fixes.
2006-04-03 Hallvard Furuseththr_yield() returns void, so do not use its "return...
2006-04-03 Hallvard FurusethRestore $LDAP_THREAD_DEBUG=off functionality (was lost...
2006-04-02 Hallvard FurusethWarnings: Unused vars. funcptr=0, not =NULL. if(b=...
2006-04-01 Pierangelo Masaratiallow mutex ownership detection (thanks to Hallvard)
2006-04-01 Hallvard FurusethExpand and clarify thr_debug documentation.
2006-03-31 Howard Chucleanup NULL deref
2006-03-06 Kurt ZeilengaInitial and rough client-side implementation of the...
2006-01-24 Howard ChuITS#4368 unlock pool ltp_mutex before destroying it
2006-01-18 Howard ChuITS#4349 don't wait on condition if there are no thread...
2006-01-15 Howard ChuGet rid of trivial yield, for completeness' sake.
2006-01-15 Howard ChuITS#3950 delete gratuitous yield. (could use pthread_co...
2006-01-09 Pierangelo Masaratis/o/lo/
2006-01-09 Kurt ZeilengaUpdate variables holding protocol values to ber_*_t's
2006-01-08 Pierangelo Masaratirework API functions to create/parse controls; add...
2006-01-06 Pierangelo Masaratirfc2589 support (ITS#4293)
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-10-28 Howard ChuFix prev commit, spawns unnecessary threads.
2005-10-27 Howard ChuFix pool_submit, create threads as long as we're under...
2005-10-16 Pierangelo Masaratisilence SLAP_SEM_LOAD_CONTROL related warnings...
2005-10-16 Kurt Zeilengadisable SLAP_SEM_LOAD_CONTROL by default, needs additio...
2005-10-12 Kurt ZeilengaAlign Operation buffers using LBER_ALIGNED_BUFFER
2005-09-17 Hallvard FurusethAdd thread debugging wrapper thr_debug.c and ldap_thr_d...
2005-09-06 Howard ChuITS#4006 add stub for ldap_pvt_thread_pool_context_reset()
2005-09-01 Pierangelo Masaratiaddress ITS#3925; please test
2005-09-01 Pierangelo Masaratiwait also if PAUSING; silence warnings and improve...
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-07-11 Howard ChuITS#3847 silence warnings
2005-07-06 Hallvard FurusethISO C chokes on comma at end of enum list
2005-06-03 Howard ChuITS#3760 add missing NO_THREADS stubs
2005-05-04 Kurt ZeilengaAdd ldap_turn(3) and ldap_turn_s(3).
2005-04-23 Howard ChuFreshly inserted tasks should be at head of queue and...
2005-04-23 Howard ChuAdd task names to runqueue entries
2005-04-22 Howard ChuAdd ldap_pvt_thread_pool_purgekey to free all instances...
2005-04-22 Howard ChuChange ldap_pvt_runqueue_insert to return new task...
2005-04-19 Howard ChuAdded ldap_pvt_runqueue_find()
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-09-04 Kurt ZeilengaMove MSVC port to the Attic
2004-07-03 Howard ChuAdditional debug tracking...
2004-06-21 Jong Hyuk Choisyncrepl retry code fix for correct timing
2004-06-18 Jong Hyuk Choisyncrepl retry-on-error code
2004-03-17 Howard ChuFix prev commit
2004-03-17 Howard ChuRestore NT4 compatibility, avoid W2K-only API
2004-03-16 Pierangelo Masaratifix file name
2004-03-14 Kurt ZeilengaStart of client-side LDAP tranactions (non-working)
2004-03-12 Howard ChuAdded PasswordPolicy control
2004-03-04 Howard ChuITS#2997 change MAXTHREADS to LDAP_MAXTHR
2004-01-15 Howard ChuFix ldap_pvt_thread_self, GetCurrentThread() returns...
2004-01-01 Kurt ZeilengaHappy new year
2003-11-27 Kurt ZeilengaAdd acknowledgements
2003-11-26 Jong Hyuk ChoiAnother patch for the multi syncrepl thread support
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-11-26 Kurt ZeilengaNotice/Acknowledge updates
2003-11-13 Howard ChuITS#2820 fix pthread_create for Draft 4
2003-11-12 Jong Hyuk ChoiCopyright heading
2003-10-25 Howard ChuAdd "defer" arg to ldap_pvt_runqueue_resched to suspend...
2003-10-12 Jong Hyuk Choirunqueue locking fix (ITS#2746)
2003-09-27 Howard ChuInclude <ac/socket.h> so Windows can pull in struct...
2003-05-31 Kurt ZeilengaMerge partial and intermediate responses
2003-05-25 Kurt ZeilengaAdd/Update various copyright notices
2003-05-20 Jong Hyuk Choiselect loop changes for persistent threads
2003-05-14 Jong Hyuk Choiremove ch_malloc/ch_free
2003-05-07 Jong Hyuk Choirunqueue restructuring
2003-05-07 Jong Hyuk Choirunqueue update
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-16 Howard ChuAdd ldap_pvt_thread_pool_context() stub for NO_THREADS...
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-30 Kurt Zeilengacancel.c missing (blind update)
2003-03-27 Howard ChuITS#2404 keep the per-thread context in the individual...
2003-03-07 Howard ChuBlind fix, delete obsolete files cache.c, authpasswd.c
2003-02-17 Howard ChuDon't spawn threads based on ltp_pending_count, it...
2003-02-14 Howard ChuSet stack size for created threads
2003-02-09 Kurt ZeilengaWe should be calling libtool --finish when install...
2003-02-09 Kurt Zeilengaunifdef -DLDAP_NOCACHE
2003-02-09 Kurt ZeilengaConsistently add cancel.c to makefiles
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-13 Howard ChuSet thread stack size, default (1MB) is always too...
2003-01-03 Kurt ZeilengaHappy new year
2002-11-28 Kurt ZeilengaAdd whoami.c and passwd.c and other minor tweaks to...
2002-10-12 Howard ChuPrefer thr_yield over sched_yield for Solaris
2002-10-02 Kurt ZeilengaMacOS 10.1 pthread_kill() workaround
2002-09-21 Howard ChuFix return values, set stack size. (Default is only...
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-08-26 Julius EnarusaiFix compile error when --without-threads configure...
2002-08-24 Howard ChuAdded thread-pool getkey/setkey functions
2002-08-24 Kurt ZeilengaNT port fixes
next