summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* configure: libssh2 link fix without pkg-configDaniel Stenberg2011-04-121-0/+1
* libcurl.pc: version number fixDaniel Stenberg2011-04-061-0/+2
* Don't list NTLM in curl-config when HTTP is disabledDan Fandrich2011-04-051-3/+5
* configure: fix libtool warningYang Tse2011-03-271-0/+1
* TSL-SRP: enabled with OpenSSLPeter Sylvester2011-03-251-1/+12
* configure: avoid $VERSIONDaniel Stenberg2011-03-201-3/+3
* configure: stop using the deprecated AM_INIT_AUTOMAKE syntaxDaniel Stenberg2011-03-151-1/+1
* configure: removed wrongly claimed default pathsDaniel Stenberg2011-03-141-5/+5
* configure: update the copyright year in the outputDaniel Stenberg2011-03-091-1/+1
* SSL: (part 2) Added CyaSSL to SSL abstraction layerTodd A Ouska2011-03-081-3/+92
* configure: TLS-SRP wasn't added as a featureDaniel Stenberg2011-01-191-0/+1
* TLS-SRP: support added when using GnuTLSQuinn Slack2011-01-191-0/+42
* unittest: framework for unit-testingDaniel Stenberg2011-01-031-1/+2
* test harness: take in account that Windows does not support LD_PRELOADYang Tse2010-12-281-1/+2
* configure: make --with-axtls set prefixDaniel Stenberg2010-12-151-5/+7
* Simple update to configure script to notify user of --with-axtls switch.Eric Hu2010-12-151-1/+1
* Preparing for axTLS. Actual SSL API functions are only stubbed.Eric Hu2010-12-151-2/+56
* symbol-scan: use configure script knowledge about how to run the C preprocessorYang Tse2010-11-251-0/+2
* configure: Prevent link errors with --librtmp.Julien Chaffraix2010-11-171-0/+4
* configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected in bodyYang Tse2010-11-131-13/+22
* configure: remove temporary autobuilds exercising of xattr function testsYang Tse2010-11-111-13/+1
* configure: use autobuilds to temporarily exercise xattr function testsYang Tse2010-11-101-1/+9
* write extended attributes by using fsetxattrStefan Tomanek2010-11-101-1/+1
* xattr: add configure check and #ifdefsDaniel Stenberg2010-11-051-0/+1
* SSH: use libssh2_session_handshake()Daniel Stenberg2010-10-201-1/+2
* configure: Fix the LDAPS disable messageJulien Chaffraix2010-09-221-2/+4
* configure: don't enable RTMP if the lib detect failsDaniel Stenberg2010-09-201-13/+14
* configure: check for gcrypt if using GnuTLSDaniel Stenberg2010-09-201-0/+14
* Fix a bashism: test a = b is more portable than ==.Peter Pentchev2010-09-121-1/+1
* Gopher protocol support (initial release)Cameron Kaiser2010-08-251-0/+19
* AC_INIT: avoid a warning with autoconf 2.66Kamil Dudka2010-08-191-1/+1
* build: fix previous pushYang Tse2010-08-091-1/+1
* build: don't build libhostname unless shared libcurl is builtYang Tse2010-08-091-0/+7
* build: libhostname and chkhostname linkage adjustments followupYang Tse2010-08-091-0/+4
* SCP: send large files properly with new enough libssh2Daniel Stenberg2010-08-041-1/+3
* curl-config: --built-shared returns shared infoDaniel Stenberg2010-07-251-0/+4
* build: Enable configure --enable-werrorBen Greear2010-07-211-0/+7
* configure: document the STATICLIB variableDaniel Stenberg2010-07-121-0/+3
* configure: allow environments variable to override internalsDaniel Stenberg2010-07-121-19/+31
* http_ntlm: add support for NSSKamil Dudka2010-06-301-1/+2
* Enable OpenLDAP support for cygwin builds.Yang Tse2010-06-041-33/+8
* fix ldaps option issueYang Tse2010-06-011-13/+20
* fix ldap related compilation issuesYang Tse2010-06-011-3/+7
* LDAPS: list availability depending on SSL's presenceHoward Chu2010-05-281-4/+5
* LDAP: properly implemented as a curl_handlerHoward Chu2010-05-251-1/+4
* RMTP: the version code is now rtmp awareHoward Chu2010-05-151-1/+1
* Remove support for BSD version of PolarSSLHoi-Ho Chan2010-05-131-4/+0
* RTMP: initial support added, powered by librtmpHoward Chu2010-05-121-0/+78
* PolarSSL: initial support addedHoi-Ho Chan2010-05-051-3/+91
* new configure option --enable-threaded-resolverDaniel Stenberg2010-04-251-3/+25