Age | Commit message (Expand) | Author |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-03-02 | scripts/completion.pl: also generate fish completion file | Simon Legner |
2019-02-28 | Secure Transport: no more "darwinssl" | Daniel Stenberg |
2019-02-23 | configure: remove CURL_CHECK_FUNC_FDOPEN call | Marcel Raad |
2019-02-23 | wolfssl: stop custom-adding curves | Daniel Stenberg |
2019-02-14 | configure: show features as well in the final summary | Daniel Stenberg |
2019-02-01 | schannel: stop calling it "winssl" | Daniel Stenberg |
2019-01-26 | configure: rewrite --enable-code-coverage | Daniel Stenberg |
2019-01-13 | openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecated | Daniel Stenberg |
2018-12-05 | packages: remove old leftover files and dirs | Daniel Stenberg |
2018-11-26 | configure: include all libraries in ssl-libs fetch | James Knight |
2018-11-21 | ssl: fix compilation with OpenSSL 0.9.7 | Michael Kaufmann |
2018-11-01 | configure: show CFLAGS, LDFLAGS etc in summary | Daniel Stenberg |
2018-11-01 | axtls: removed | Daniel Stenberg |
2018-10-25 | configure: remove CURL_CONFIGURE_CURL_SOCKLEN_T | Daniel Stenberg |
2018-09-23 | docs/examples: URL updates | Viktor Szakats |
2018-09-22 | URL and mailmap updates, remove an obsolete directory [ci skip] | Viktor Szakats |
2018-09-21 | configure: force-use -lpthreads on HPUX | Daniel Stenberg |
2018-09-13 | configure.ac: add a MesaLink vtls backend | Yiming Jing |
2018-09-07 | configure: add option to disable automatic OpenSSL config loading | Philipp Waehnert |
2018-08-21 | configure: conditionally enable pedantic-errors | Marcel Raad |
2018-08-09 | configure: fix for -lpthread detection with OpenSSL and pkg-config | Daniel Stenberg |
2018-06-27 | configure: remove CURL_CHECK_NI_WITHSCOPEID too | Daniel Stenberg |
2018-06-27 | getnameinfo: not used | Daniel Stenberg |
2018-06-27 | configure: Add dependent libraries after crypto | Max Dymond |
2018-06-14 | configure: enhance ability to detect/build with static openssl | Daniel Stenberg |
2018-06-11 | openssl: assume engine support in 1.0.1 or later | Daniel Stenberg |
2018-06-01 | fnmatch: use the system one if available | Daniel Stenberg |
2018-05-31 | configure: check for declaration of getpwuid_r | Bernhard Walle |
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 |