Fixed libcurl to honour the --disable-ldaps configure option
[platform/upstream/curl.git] / configure.ac
2011-01-19 Daniel Stenbergconfigure: TLS-SRP wasn't added as a feature
2011-01-19 Quinn SlackTLS-SRP: support added when using GnuTLS
2011-01-03 Daniel Stenbergunittest: framework for unit-testing
2010-12-28 Yang Tsetest harness: take in account that Windows does not...
2010-12-15 Daniel Stenbergconfigure: make --with-axtls set prefix
2010-12-15 Eric HuSimple update to configure script to notify user of...
2010-12-15 Eric HuPreparing for axTLS. Actual SSL API functions are only...
2010-11-25 Yang Tsesymbol-scan: use configure script knowledge about how...
2010-11-18 Julien Chaffraixconfigure: Prevent link errors with --librtmp.
2010-11-13 Yang Tseconfigure: fix autoconf 2.68 warning: no AC_LANG_SOURCE...
2010-11-11 Yang Tseconfigure: remove temporary autobuilds exercising of...
2010-11-10 Yang Tseconfigure: use autobuilds to temporarily exercise xattr...
2010-11-10 Stefan Tomanekwrite extended attributes by using fsetxattr
2010-11-05 Daniel Stenbergxattr: add configure check and #ifdefs
2010-10-20 Daniel StenbergSSH: use libssh2_session_handshake()
2010-09-22 Julien Chaffraixconfigure: Fix the LDAPS disable message
2010-09-20 Daniel Stenbergconfigure: don't enable RTMP if the lib detect fails
2010-09-20 Daniel Stenbergconfigure: check for gcrypt if using GnuTLS
2010-09-12 Peter PentchevFix a bashism: test a = b is more portable than ==.
2010-08-25 Cameron KaiserGopher protocol support (initial release)
2010-08-19 Kamil DudkaAC_INIT: avoid a warning with autoconf 2.66
2010-08-09 Yang Tsebuild: fix previous push
2010-08-09 Yang Tsebuild: don't build libhostname unless shared libcurl...
2010-08-09 Yang Tsebuild: libhostname and chkhostname linkage adjustments...
2010-08-04 Daniel StenbergSCP: send large files properly with new enough libssh2
2010-07-25 Daniel Stenbergcurl-config: --built-shared returns shared info
2010-07-21 Ben Greearbuild: Enable configure --enable-werror
2010-07-12 Daniel Stenbergconfigure: document the STATICLIB variable
2010-07-12 Daniel Stenbergconfigure: allow environments variable to override...
2010-06-30 Kamil Dudkahttp_ntlm: add support for NSS
2010-06-04 Yang TseEnable OpenLDAP support for cygwin builds.
2010-06-01 Yang Tsefix ldaps option issue
2010-06-01 Yang Tsefix ldap related compilation issues
2010-05-28 Howard ChuLDAPS: list availability depending on SSL's presence
2010-05-24 Howard ChuLDAP: properly implemented as a curl_handler
2010-05-15 Howard ChuRMTP: the version code is now rtmp aware
2010-05-13 Hoi-Ho ChanRemove support for BSD version of PolarSSL
2010-05-12 Howard ChuRTMP: initial support added, powered by librtmp
2010-05-05 Hoi-Ho ChanPolarSSL: initial support added
2010-04-25 Daniel Stenbergnew configure option --enable-threaded-resolver
2010-04-25 Daniel Stenbergconfigure: check for libssh2_init and libssh2_exit
2010-04-16 Paul Howarthconfigure: GSSAPI detection on ancient Linux distros
2010-03-31 Daniel Stenbergupdate the generic copyright year range
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-05 Daniel StenbergDaniel Johnson provided fixes for building with the...
2010-03-02 Daniel Stenberg- [Daniel Johnson] I've been trying to build libcurl...
2010-02-04 Yang TseAdded size check for 'short' data type
2010-01-26 Yang Tseminor fixes for --enable-ares configure option
2010-01-22 Yang Tseadjust rtsp protocol support in curl-config and libcurl...
2010-01-22 Daniel StenbergIn spite claiming to tbe disabled by default, RTSP...
2010-01-21 Daniel StenbergChris Conroy brought support for RTSP transfers, and...
2010-01-14 Kamil Dudka- Suppressed side effect of OpenSSL configure checks...
2010-01-13 Kamil Dudkaremove trailing spaces from configure.ac
2009-12-17 Daniel Stenberg- David Byron fixed Curl_ossl_cleanup to actually call...
2009-12-12 Daniel Stenbergmight as well output all supported protocols at the...
2009-12-12 Daniel Stenbergshow POP3S, IMAPS and SMTPS as protocols if SSL is...
2009-12-12 Daniel Stenbergsupport disabling POP3, IMAP and SMTP and now they...
2009-11-24 Yang TseWhen using icc, compile with -fpic and link with intel...
2009-11-22 Yang TseMake configure remove the curlbuild.h file included...
2009-11-15 Kamil Dudka- David Byron improved the configure script to use...
2009-11-15 Yang TseRemove enable-thread / disable-thread configure option...
2009-11-14 Claes JakobssonAdded '--configure' option to curl-config to display...
2009-11-14 Yang TseRefactor how preprocessor symbol _THREAD_SAFE definitio...
2009-11-14 Daniel Stenberg- Claes Jakobsson restored the configure functionality...
2009-10-28 Yang Tselibssh2 detection changes mentioned in curl.haxx.se...
2009-10-27 Yang TseFix spelling
2009-10-21 Daniel Stenberg- Attempt to use pkg-config for finding out libssh2...
2009-10-19 Yang TseUse *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that...
2009-10-18 Yang TseCheck for basename() is now done the same as other...
2009-09-28 Yang TseAdded check for memrchr function or macro
2009-09-16 Dan FandrichMoved the libssh2 checks after the SSL library checks...
2009-09-04 Gunter Knaufadded --with-nss to configure output.
2009-09-01 Daniel Stenberga failed libssh2 check must not pollute the variables
2009-09-01 Daniel Stenberg- configure now tries to use pkg-config for a number...
2009-08-24 Daniel Stenberg- Marc de Bruin pointed out that configure --with-gnutl...
2009-07-14 Gunter Knaufrenamed generated config.h to curl_config.h in order...
2009-07-09 Daniel Stenbergbring back the libgnutls-config use for checking for...
2009-06-20 Yang TseRefactor how libraries are checked for connect() function,
2009-06-18 Yang Tseadd CloseSocket camel case function check
2009-06-17 Yang Tsesocket() and closesocket() prototypes might be in socket.h
2009-06-17 Yang Tsecheck for socket() and closesocket() as it is done...
2009-06-09 Yang TseAdded --enable-curldebug configure option to enable...
2009-06-08 Daniel Stenberg- Triggered by bug report #2798852 and the patch in...
2009-06-06 Yang TseRevert delegating c-ares linking magic on libtool and...
2009-06-04 Yang Tsec-ares embbeded builds header include paths fully defin...
2009-06-01 Daniel Stenberg- Claes Jakobsson fixed the configure script to better...
2009-05-30 Yang TseDelegate c-ares linking magic on libtool and auto-makef...
2009-05-26 Yang Tsec-ares's --enable-curldebug configure option decoupled...
2009-05-11 Yang TseRemove experimental check. Currently there's no need...
2009-05-09 Yang TseRemove DOS and TPF package's Makefile.am
2009-05-07 Yang TseFix an m4 overquoting triggering a spurious 'AS_TR_CPP...
2009-05-07 Yang TseProper naming for the experimental compiler test and...
2009-05-06 Yang TseUse autobuilds to verify if a couple of experimental...
2009-05-04 Yang Tsefix makefile reference to packages/TPF
2009-05-03 Yang TseHP-UX's X/Open network library requirement check follow-up
2009-05-02 Yang TseUse build-time configured curl_socklen_t instead of...
2009-05-01 Yang TseRemove temporary debug tracing for X/Open HP-UX
2009-05-01 Yang TseCheck definition of _XOPEN_SOURCE_EXTENDED with the...
2009-04-30 Yang TseAdd temporary debug tracing for X/Open HP-UX
2009-04-30 Yang TseCheck if X/Open network library is required
next