]> git.sur5r.net Git - openldap/history - include/ldap_pvt_thread.h
Silence warning in prev commit
[openldap] / include / ldap_pvt_thread.h
2003-01-24 Luke HowardAdded ldap_pvt_thread_self() and ldap_pvt_thread_pool_c...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-11 Howard ChuBumped stack size up from 2M to 4M, 2M is too small...
2002-12-04 Kurt ZeilengaRework libldap to not attempt to set LDAP_API_FEATURE_X...
2002-09-10 Howard ChuDecrease default thread stack size from 16MB to 2MB
2002-08-24 Howard ChuAdded thread-pool getkey/setkey functions
2002-01-04 Kurt ZeilengaUpdate copyright notices
2001-12-24 Kurt ZeilengaDelete ldap_build_filter(), it's broke.
2001-09-26 Kurt ZeilengaLow stack to 16 MB... this really needs to be tunable
2001-09-26 Kurt ZeilengaUse a 64MB stack (instead of a 64K on some systems...
2001-05-29 Kurt ZeilengaUpdate copyright (including with or without modificatio...
2000-07-04 Mark ValenceAdded "threads" config to slapd.conf.
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-13 Kurt ZeilengaReworked thread code to better support thread-library...
2000-06-07 Mark ValenceAdd thread pool routines.
2000-06-07 Kurt ZeilengaUse pthread rwlocks, if available
2000-06-06 Mark ValenceIn preparation for thread pools
2000-05-19 Kurt Zeilengabefore including <pth.h>:
2000-05-13 Kurt ZeilengaY2k copyright update
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-01 Kurt ZeilengaAdditional mods to fix NT single threaded support.
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-10-31 Howard ChuFix broken MSVC builds. The previous round of Mingw32...
1999-10-28 Howard ChuFixed the LDAP_F macro.
1999-08-31 Kurt ZeilengaAdd OpenLDAP RCS Id
1999-08-22 Kurt ZeilengaSupport for native GNU Pth Threads (--with-threads...
1999-05-27 Kurt ZeilengaRemove HAVE_THREADS define. NO_THREADS is used instead.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-27 Kurt ZeilengaClean up valid flag: _VALUE -> _VALID.
1999-04-14 Gary Williamsfix typo on destroy
1999-04-06 Kurt ZeilengaAdd ldap_pvt_thread_destory() to un-ldap_pvt_thread_ini...
1999-02-04 Kurt ZeilengaFix dbcache/entry lock deadlock. If dbcache lock is...
1999-02-03 Kurt ZeilengaFix set concurrency typos.
1999-01-29 Kurt ZeilengaAdd cond/rdwr destroy routines.
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-27 Kurt ZeilengaFixup begin/end declaration tags
1999-01-22 Kurt ZeilengaFix minor typo in lthread.h (which was copied into...
1999-01-15 Bart HartgersUpdates for the new threading and utility stuff in...