openldap/libraries/libldap_r
Hallvard Furuseth b70d6dd8e6 LDAP_RDWR_DEBUG update:
- Avoid buffer overrun when too many readers.
- When remoinv reader ID, move one ID instead of all later IDs in array.
- assert(correct lock owner) before unlocking a write lock.
2006-04-05 20:08:34 +00:00
..
ldap_thr_debug.h Expand and clarify thr_debug documentation. 2006-04-01 18:31:38 +00:00
Makefile.in Initial and rough client-side implementation of the revised LDAP 2006-03-06 21:20:36 +00:00
rdwr.c LDAP_RDWR_DEBUG update: 2006-04-05 20:08:34 +00:00
rq.c Happy new year! 2006-01-03 23:11:52 +00:00
thr_cthreads.c Happy new year! 2006-01-03 23:11:52 +00:00
thr_debug.c LDAP_THREAD_DEBUG revamping, cleanup, bug fixes. 2006-04-05 19:52:07 +00:00
thr_lwp.c Happy new year! 2006-01-03 23:11:52 +00:00
thr_nt.c Happy new year! 2006-01-03 23:11:52 +00:00
thr_posix.c thr_yield() returns void, so do not use its "return value" (ITS#4469) 2006-04-03 17:10:38 +00:00
thr_pth.c Happy new year! 2006-01-03 23:11:52 +00:00
thr_stub.c Happy new year! 2006-01-03 23:11:52 +00:00
thr_thr.c Happy new year! 2006-01-03 23:11:52 +00:00
threads.c Happy new year! 2006-01-03 23:11:52 +00:00
tpool.c Warnings: Unused vars. funcptr=0, not =NULL. if(b=...) -> if((b=...) != NULL). 2006-04-02 19:54:24 +00:00