]> git.sur5r.net Git - openldap/history - libraries/libldap_r
Restore pre-C99 preprocessor support (since rev 1.165)
[openldap] / libraries / libldap_r /
2007-11-27 Kurt ZeilengaReverse last commit (made by mistake)
2007-11-27 Kurt ZeilengaOpenLDAP Devel README
2007-10-25 Howard ChuFix typo in prev commit
2007-10-25 Howard ChuUse thread-specific data in pool_context()
2007-10-25 Howard ChuAdded native thread-specific data support
2007-10-23 Howard ChuITS#5197 add stub for ldap_pvt_thread_pool_query()
2007-10-18 Howard ChuITS#5194 zero out pool when destroying
2007-10-18 Howard ChuIn pool_resume don't touch the condvar if the pool...
2007-10-08 Howard ChuITS#4188 check for pool pause every 64 entries. (probab...
2007-08-21 Pierangelo Masaraticlient side of draft-wahl-ldap-session
2007-07-03 Hallvard FurusethEnsure ltp_max_pending >= 0; negative values confused...
2007-07-01 Hallvard FurusethRemove bogus pause wait near end of pool_wrapper()...
2007-06-10 Hallvard FurusethRename thread contexts to tasks, leaving user contexts...
2007-06-10 Hallvard FurusethFor ITS#4943: Axe thread pool semaphore code
2007-06-04 Hallvard FurusethRemove ltp_active_list. It became unneeded when rev...
2007-06-01 Hallvard FurusethSimplify: Remove tid_zero, thread_keys[].id and ldap_in...
2007-05-31 Hallvard FurusethAdd comments. Constify tid_zero. Shut up gcc -Wswitch...
2007-05-31 Hallvard FurusethAdd variable ldap_int_has_thread_pool, assert(at most...
2007-05-31 Hallvard FurusethIn pool_submit():
2007-05-31 Hallvard FurusethPreserve key order when deleting, so context_reset...
2007-05-30 Hallvard FurusethMake get_thread_info() static. Handle ldap_pvt_thread_...
2007-05-18 Hallvard FurusethITS#4972: $LDAP_THREAD_DEBUG, detached threads, debug_a...
2007-05-18 Hallvard FurusethReadability patch: ERRVAL() macro for pthreads < 7...
2007-05-11 Hallvard FurusethComment fixes.
2007-05-09 Hallvard FurusethSince we only have LDAP_MAXTHR thread_keys, allow max...
2007-05-09 Hallvard FurusethMake ldap_int_thread_userctx_t.ltu_key[] a proper NULL...
2007-05-09 Hallvard Furuseththread_keys is a (poor) open-addessed hash table, but...
2007-05-09 Hallvard FurusethProtect thread_keys[] with ldap_pvt_thread_pool_mutex...
2007-05-09 Hallvard FurusethReplace state LDAP_INT_THREAD_POOL_PAUSING with member...
2007-05-09 Hallvard FurusethITS#4943:
2007-05-09 Hallvard FurusethDon't complain if detached threads exit after ldap_debu...
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-04-05 Howard ChuITS#4912 fix typo in prev commit
2007-04-01 Howard ChuITS#4899 fix for keys not getting cleared
2007-01-28 Howard ChuFix prev commit again
2007-01-27 Howard ChuITS#4821 partially revert prev patch
2007-01-25 Howard ChuCalling setkey() with NULL data and kfree should erase...
2007-01-25 Howard ChuFree thread keys in reverse order of allocation
2007-01-10 Pierangelo Masaratimore on ITS#4799
2007-01-06 Pierangelo Masaratiimport of LDAP Sync client API
2007-01-02 Kurt Zeilengahappy new year
2006-10-26 Pierangelo Masaratifix build without threads (ITS#4721)
2006-09-14 Pierangelo Masaratimonitor __ALL__ thread parameters
2006-09-14 Howard ChuMSVC compatibility
2006-05-02 Pierangelo Masaratildap_pvt_runqueue_next_sched() may return a pointer...
2006-05-02 Howard ChuAdd ldap_pvt_thread_pool_tid()
2006-05-01 Hallvard FurusethAdd missing "static" to last commit
2006-04-30 Hallvard FurusethIntroduce ldap_debug_thread_wrapper() to notice threads...
2006-04-29 Howard ChuFix tpool_shutdown, don't remove pool from list since...
2006-04-29 Howard ChuFix adjust_count, missing break
2006-04-28 Howard Churmutex_lock etc.: caller supplies thread id
2006-04-28 Howard ChuAdded recursive mutex implementation
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...
next