]> git.sur5r.net Git - openldap/history - libraries/libldap_r
further clarify size limit related issues in sync replication (ITS#5243)
[openldap] / libraries / libldap_r /
2007-05-31 Hallvard FurusethImport ITS#4972 changes local to thr_debug.c from HEAD.
2007-04-01 Howard ChuITS#4899 fix from HEAD
2007-03-05 Pierangelo Masaratifix tpool key reset (ITS#4855)
2007-01-25 Howard ChuITS#4805 free thread keys in reverse order
2007-01-02 Kurt Zeilengahappy new year
2006-05-09 Kurt Zeilengatpool cleanup
2006-05-09 Kurt ZeilengaMore changes suggested by Quanah
2006-05-09 Kurt ZeilengaSuck in patches using Quanah's diffs
2006-04-03 Kurt ZeilengaMisc library fixes from HEAD
2006-01-25 Kurt ZeilengaChanges from HEAD
2006-01-20 Kurt ZeilengaFrom HEAD:
2006-01-16 Kurt ZeilengaUpdates from HEAD
2006-01-06 Kurt ZeilengaReplace sched_yield(2) on Linux with select(2) (ITS...
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-03 Kurt ZeilengaSync with HEAD
2005-09-28 Kurt ZeilengaSync with HEAD
2005-09-01 Kurt ZeilengaSync changes from yesterday
2005-08-25 Kurt ZeilengaSync with HEAD (need to update CHANGES)
2005-08-09 Kurt ZeilengaSync with HEAD
2005-07-10 Kurt ZeilengaSync with HEAD
2005-06-08 Kurt ZeilengaSync with HEAD (ready for 2.3 "release"?)
2005-05-06 Kurt ZeilengaBuild + client side changes from HEAD
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-03-14 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
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
2002-08-08 Kurt ZeilengaZap LDAPv2-only stuff
2002-07-27 Howard ChuAdditional tweak for HAVE_PTHREADS_OS390
2002-07-26 Howard ChuSome tweaks for OS/390 pthreads. Func signatures are...
2002-07-09 Kurt ZeilengaITS#1922: add references.lo
2002-06-07 Howard ChuFix ITS#1865, (ITS#1764?) cond_broadcast behavior was...
2002-05-31 Kurt ZeilengaFix unprotected list modification
2002-05-17 Howard ChuFix NT_LINK_LIBS, UNIX_LINK_LIBS
2002-03-23 Pierangelo Masaratildap_int_thread_pool_wrapper was called with wrong...
2002-02-10 Kurt ZeilengaUpdate libtool usage
2002-01-07 Kurt ZeilengaMinor cleanup
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuUse LDAP_FREE instead of free
2002-01-03 Howard ChuUse ldap_queue.h instead of <ac/queue.h>
2002-01-02 Howard ChuMake .links depend on Makefile so it gets automatically...
2002-01-02 Kurt ZeilengaAdd filter.c
2002-01-02 Kurt ZeilengaRework filter code
2001-12-31 Howard ChuFix typo
2001-12-31 Howard ChuMoved free list to avoid additional mutex
2001-12-31 Howard ChuFix previous commit
2001-12-31 Howard ChuUse queue-compat.h for queue management. Cache ctx...
2001-12-24 Kurt ZeilengaDelete USE_LDAP_DN_PARSING
next