Age | Commit message (Expand) | Author |
2018-05-29 | configure: override AR_FLAGS to silence warning | Daniel Stenberg |
2018-05-28 | configure: fix ssh2 linking when built with a static mbedtls | Fabrice Fontaine |
2018-05-23 | configure: add basic test of --with-ssl prefix | Daniel Stenberg |
2018-05-21 | configure: compile-time SIZEOF checks | Daniel Stenberg |
2018-05-03 | configure: only check for CA bundle for file-using SSL backends | Daniel Stenberg |
2018-04-26 | configure: provide --with-wolfssl as an alias for --with-cyassl | Daniel Stenberg |
2018-04-16 | configure: keep LD_LIBRARY_PATH changes local | Daniel Stenberg |
2018-04-07 | configure: detect sa_family_t | Daniel Stenberg |
2018-02-15 | nss: use PK11_CreateManagedGenericObject() if available | Kamil Dudka |
2018-01-25 | configure: fix the check for unsigned time_t | Daniel Stenberg |
2018-01-25 | parsedate: fix date parsing for systems with 32 bit long | Daniel Stenberg |
2018-01-13 | configure.ac: append extra linker flags instead of prepending them. | Dan Johnson |
2018-01-05 | build: remove HAVE_LIMITS_H check | Jay Satiro |
2017-12-12 | libssh: fix a syntax error in configure.ac | Michael Kaufmann |
2017-12-08 | configure: add AX_CODE_COVERAGE only if using gcc | Michael Felt |
2017-12-06 | configure: check for netinet/in6.h | Randall S. Becker |
2017-12-06 | curl-config: add --ssl-backends | Daniel Stenberg |
2017-12-01 | libssh: added SFTP support | Nikos Mavrogiannopoulos |
2017-12-01 | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos |
2017-11-24 | connect: add support for new TCP Fast Open API on Linux | Alessandro Ghedini |
2017-11-05 | HTTP: implement Brotli content encoding | Patrick Monnerat |
2017-10-30 | timeval: use mach time on MacOS | Dmitri Tikhonov |
2017-10-14 | configure: remove the C++ compiler check | Daniel Stenberg |
2017-10-09 | openssl: enable PKCS12 support for !BoringSSL | Daniel Stenberg |
2017-10-04 | fuzzer: move to using external curl-fuzzer | Max Dymond |
2017-09-15 | tests: add initial gssapi test using stub implementation | Isaac Boukris |
2017-09-07 | configure: check for C++ compiler after C, to make it non-fatal | Daniel Stenberg |
2017-09-07 | configure: fix curl_off_t check's include order | Jay Satiro |
2017-09-06 | configure: remove --enable-soname-bump and SONAME_BUMP | Daniel Stenberg |
2017-09-05 | configure: add MultiSSL to FEATURES when enabled | Daniel Stenberg |
2017-09-02 | ossfuzz: Move to C++ for curl_fuzzer. | Max Dymond |
2017-09-01 | ossfuzz: moving towards the ideal integration | Max Dymond |
2017-08-31 | configure: remove the leading comma from the backends list | Daniel Stenberg |
2017-08-28 | configure: Handle "MultiSSL" specially When versioning symbols | Johannes Schindelin |
2017-08-28 | configure: allow setting the default SSL backend | Johannes Schindelin |
2017-08-28 | version: add the CURL_VERSION_MULTI_SSL feature flag | Johannes Schindelin |
2017-08-28 | vtls: allow selecting which SSL backend to use at runtime | Johannes Schindelin |
2017-08-17 | CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG | Daniel Stenberg |
2017-08-17 | system.h: remove all CURL_SIZEOF_* defines | Daniel Stenberg |
2017-08-16 | configure: check for __builtin_available() availability (#1788) | Nick Zitzmann |
2017-08-10 | configure: use the threaded resolver backend by default if possible | Daniel Stenberg |
2017-08-01 | configure: fix the check for IdnToUnicode | Jeremy Tan |
2017-07-04 | configure: remove checks for 5 functions never used | Daniel Stenberg |
2017-06-16 | configure: disable nghttp2 too if HTTP has been disabled | Daniel Stenberg |
2017-06-15 | fuzz: corpora file structure, initial commit | Frederik B |
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg |
2017-06-12 | configure: update the copyright year in the output | Daniel Stenberg |
2017-06-07 | configure: fix link with librtmp when specifying path | Chris Carlmar |
2017-06-02 | build: provide easy code coverage measuring | Daniel Stenberg |
2017-04-27 | tool_operate: use utimes instead of obsolescent utime when available | Dan Fandrich |