]> git.sur5r.net Git - openldap/history - libraries/libldap_r
Add filter.c
[openldap] / libraries / libldap_r /
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
2001-12-24 Kurt ZeilengaMisc DN cleanup, no functional changes
2001-12-21 Kurt Zeilengazap tmplout
2001-12-21 Kurt ZeilengaZap tmplout
2001-12-20 Kurt ZeilengaRemove ttest
2001-12-20 Kurt Zeilengamisc cleanup
2001-12-19 Kurt Zeilengadsparse still needed by filter templates (which are...
2001-12-19 Kurt ZeilengaRemove srchpref and disptmpl stuff.
2001-12-19 Kurt ZeilengaMore cleanup
2001-12-19 Kurt ZeilengaMisc cleanup
2001-12-18 Kurt ZeilengaRegenerate configure and fix AC header inclusion
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-03 Kurt ZeilengaFriendly name removal
2001-11-05 Mark Adamsonfix various memory leaks
2001-09-27 Kurt ZeilengaMove stacksize setting outside of detach #ifdef
2001-09-26 Kurt ZeilengaUse a 64MB stack (instead of a 64K on some systems...
2001-06-15 Kurt ZeilengaMisc updates for NT4
2001-06-11 Kurt Zeilengaunifdef -ULDAP_UFN
2001-06-09 Kurt ZeilengaUpdated pthread test and usage (avoid pthread_detach...
2001-05-16 Kurt ZeilengaFix ; typo
2001-05-06 Kurt ZeilengaNT thread fix
2000-10-06 Kurt ZeilengaAdd cast to avoid mismatch
2000-10-01 Kurt ZeilengaDon't specify LDFLAGS when using LTLINK to avoid duplicate
2000-09-15 Ben Collinswrap unused function, ldap_int_thread_onlist() in ...
2000-09-15 Ben Collinsfix compiler warnings by including ac/unistd.h
2000-09-13 Ben Collinsspecifically check for NULL return from ldap_int_thread...
2000-09-12 Kurt ZeilengaMore NT threading fixes
2000-09-12 Kurt ZeilengaITS#697: Fix cond_wait
2000-08-19 Kurt ZeilengaZap CLDAP
2000-08-18 Kurt ZeilengaRemove CLDAP cruft
2000-07-13 Kurt ZeilengaUpdate NT build to include recently added SASL sources.
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-06 Kurt ZeilengaFix get/set conconcurrency routines under Solaris
2000-07-05 Mark ValenceAdded NO_THREADS version of ldap_pvt_thread_pool_maxthreads
2000-07-04 Mark ValenceAdded "threads" config to slapd.conf.
2000-06-25 Kurt ZeilengaMove old files to the Attic
2000-06-21 Mark ValenceFix for thread/fork problem. Don't start a worker...
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-18 Mark ValencePut cond_signal loop inside of mutex'ed area to fix...
2000-06-17 Kurt ZeilengaKill LinuxThreads clones
2000-06-16 Kurt ZeilengaAdd asserts aliasing debugging purposes.
2000-06-13 Kurt ZeilengaFix up NT port after thread changes
2000-06-13 Kurt ZeilengaReworked thread code to better support thread-library...
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-10 Kurt ZeilengaAdd sort/vlv controls
2000-06-10 Mark ValenceFix a race condition by removing (unnecessary) unlock...
2000-06-10 Mark ValenceA little cleanup
2000-06-08 Mark ValenceAdded a yield or two for Pth.
2000-06-08 Mark ValenceThread pools enabled again -- test008 passes on NT...
2000-06-08 Mark ValenceDisable thread pooling while I fix the deadlock.
2000-06-08 Kurt ZeilengaReally disable pthread rw locks
2000-06-07 Kurt ZeilengaAdd missing -DNO_THREADS trylock and make minor change...
2000-06-07 Kurt ZeilengaAdd VLV and SortList Control API and related (and other...
2000-06-07 Mark ValenceAdd thread pool routines.
2000-06-07 Kurt ZeilengaAdd Pth specific r/w lock implementation.
2000-06-07 Kurt ZeilengaUse pthread rwlocks, if available
2000-06-06 Kurt ZeilengaFix typo in comment
2000-06-06 Kurt ZeilengaDemonstrate how rdwr routines could be easily replaced.
2000-06-06 Mark ValenceIn preparation for thread pools
2000-06-06 Kurt ZeilengaDon't include files moved to attic
2000-06-06 Kurt Zeilenga(very) incomplete Digest-MD5 impl to Attic (until someo...
2000-06-05 Kurt Zeilengaremove old STR_TRANSLATION feature. The use of this...
2000-06-05 Kurt ZeilengaFix up makefiles after removal of getdxname.c
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-05-13 Kurt ZeilengaAdd missing copyright notices
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-11 Howard ChuFix for systems like AIX where pthread_create creates...
2000-05-11 Howard ChuFix dynamic linking dependencies for NT and Unix
2000-05-03 Kurt ZeilengaError handling changes including separation of client...
2000-04-25 Kurt Zeilengareplace ldap_dnssrv_init() with lower level calls
2000-03-13 Kurt ZeilengaFix NT builds and remove lint
2000-03-11 Kurt ZeilengaRemove race condition noted in ITS#216.
2000-01-28 Kurt ZeilengaLast change actually broke VPATH support
2000-01-28 Kurt ZeilengaFix VPATH support.
2000-01-25 Kurt ZeilengaAdd utf-8 to MSVC projects and remove lint.
2000-01-22 Kurt ZeilengaInitial UTF-8 routines.
2000-01-03 Luke HowardAdded support for connecting to LDAP servers located...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-26 Howard ChuNT requires $(SECURITY_LIBS) at link time.
1999-12-08 Kurt ZeilengaFix reader/writer bug that allowed 2 writers! Yiks.
1999-11-28 Howard ChuAdded missing ldap_pvt_thread_mutex_trylock function.
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-01 Kurt ZeilengaChanges to support NT single debug
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-10-28 Howard ChuUse new macros from configure.in to accomodate NT/Mingw...
1999-09-22 Ben Collins* build/top.mk: removed references to TMPROOT and added...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-25 Kurt ZeilengaAdd dn.c
1999-08-22 Kurt ZeilengaSupport for native GNU Pth Threads (--with-threads...
1999-08-21 Kurt ZeilengaExperimental support for GNU Pth's Posix Thread API...
1999-08-17 Kurt ZeilengaFix tid vs thread typo
1999-08-05 Kurt Zeilengacreate SASL_LIBS to hold -lsasl
next