summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2018-10-25configure: remove CURL_CONFIGURE_CURL_SOCKLEN_TDaniel Stenberg
2018-09-23docs/examples: URL updatesViktor Szakats
2018-09-22URL and mailmap updates, remove an obsolete directory [ci skip]Viktor Szakats
2018-09-21configure: force-use -lpthreads on HPUXDaniel Stenberg
2018-09-13configure.ac: add a MesaLink vtls backendYiming Jing
2018-09-07configure: add option to disable automatic OpenSSL config loadingPhilipp Waehnert
2018-08-21configure: conditionally enable pedantic-errorsMarcel Raad
2018-08-09configure: fix for -lpthread detection with OpenSSL and pkg-configDaniel Stenberg
2018-06-27configure: remove CURL_CHECK_NI_WITHSCOPEID tooDaniel Stenberg
2018-06-27getnameinfo: not usedDaniel Stenberg
2018-06-27configure: Add dependent libraries after cryptoMax Dymond
2018-06-14configure: enhance ability to detect/build with static opensslDaniel Stenberg
2018-06-11openssl: assume engine support in 1.0.1 or laterDaniel Stenberg
2018-06-01fnmatch: use the system one if availableDaniel Stenberg
2018-05-31configure: check for declaration of getpwuid_rBernhard Walle
2018-05-29configure: override AR_FLAGS to silence warningDaniel Stenberg
2018-05-28configure: fix ssh2 linking when built with a static mbedtlsFabrice Fontaine
2018-05-23configure: add basic test of --with-ssl prefixDaniel Stenberg
2018-05-21configure: compile-time SIZEOF checksDaniel Stenberg
2018-05-03configure: only check for CA bundle for file-using SSL backendsDaniel Stenberg
2018-04-26configure: provide --with-wolfssl as an alias for --with-cyasslDaniel Stenberg
2018-04-16configure: keep LD_LIBRARY_PATH changes localDaniel Stenberg
2018-04-07configure: detect sa_family_tDaniel Stenberg
2018-02-15nss: use PK11_CreateManagedGenericObject() if availableKamil Dudka
2018-01-25configure: fix the check for unsigned time_tDaniel Stenberg
2018-01-25parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg
2018-01-13configure.ac: append extra linker flags instead of prepending them.Dan Johnson
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro
2017-12-12libssh: fix a syntax error in configure.acMichael Kaufmann
2017-12-08configure: add AX_CODE_COVERAGE only if using gccMichael Felt
2017-12-06configure: check for netinet/in6.hRandall S. Becker
2017-12-06curl-config: add --ssl-backendsDaniel Stenberg
2017-12-01libssh: added SFTP supportNikos Mavrogiannopoulos
2017-12-01Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos
2017-11-24connect: add support for new TCP Fast Open API on LinuxAlessandro Ghedini
2017-11-05HTTP: implement Brotli content encodingPatrick Monnerat
2017-10-30timeval: use mach time on MacOSDmitri Tikhonov
2017-10-14configure: remove the C++ compiler checkDaniel Stenberg
2017-10-09openssl: enable PKCS12 support for !BoringSSLDaniel Stenberg
2017-10-04fuzzer: move to using external curl-fuzzerMax Dymond
2017-09-15tests: add initial gssapi test using stub implementationIsaac Boukris
2017-09-07configure: check for C++ compiler after C, to make it non-fatalDaniel Stenberg
2017-09-07configure: fix curl_off_t check's include orderJay Satiro
2017-09-06configure: remove --enable-soname-bump and SONAME_BUMPDaniel Stenberg
2017-09-05configure: add MultiSSL to FEATURES when enabledDaniel Stenberg
2017-09-02ossfuzz: Move to C++ for curl_fuzzer.Max Dymond
2017-09-01ossfuzz: moving towards the ideal integrationMax Dymond
2017-08-31configure: remove the leading comma from the backends listDaniel Stenberg
2017-08-28configure: Handle "MultiSSL" specially When versioning symbolsJohannes Schindelin
2017-08-28configure: allow setting the default SSL backendJohannes Schindelin