Age | Commit message (Expand) | Author |
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 |
2017-04-25 | configure: stop prepending to LDFLAGS, CPPFLAGS | Jay Satiro |
2017-04-24 | configure: fix the -ldl check for openssl, add -lpthread check | Daniel Stenberg |
2017-04-17 | configure.ac: ignore CR after version numbers | Marcel Raad |
2017-03-03 | configure: fix --with-zlib when a path is specified | Greg Rowe |
2017-03-02 | configure: fix for --enable-pthreads | Jay Satiro |
2017-02-14 | configure: Allow disabling pthreads, fall back on Win32 threads | Jay Satiro |
2017-01-13 | gnutls: check for alpn and ocsp in configure | Marcus Hoffmann |
2016-12-25 | configure: accept --with-libidn2 instead | Daniel Stenberg |
2016-12-17 | cmdline-opts: include the man page split up files in the dist | Daniel Stenberg |
2016-11-26 | curl_version_info: add CURL_VERSION_HTTPS_PROXY | Okhin Vasilij |
2016-11-11 | openssl: RAND_status always exists in OpenSSL >= 0.9.7 | Daniel Stenberg |
2016-10-31 | idn: switch to libidn2 use and IDNA2008 support | Daniel Stenberg |
2016-10-20 | configure: set min version flags for builds on mac | Daniel Stenberg |
2016-10-18 | s/cURL/curl | Daniel Stenberg |
2016-09-24 | configure: Fixed builds with libssh2 in a custom location | Dan Fandrich |
2016-09-19 | openssl: don’t call CRYTPO_cleanup_all_ex_data | Daniel Stenberg |
2016-09-18 | configure: change "iOS/Mac OS X native" to "Apple OS native" | Nick Zitzmann |
2016-08-25 | configure: detect zlib with our pkg-config macros | Daniel Stenberg |
2016-08-21 | configure: make it work without PKG_CHECK_MODULES | Daniel Stenberg |
2016-08-20 | configure.ac: add missing quotes to PKG_CHECK_MODULES | Marc Hoersken |
2016-08-12 | configure.ac: add zlib search with pkg-config | Dambaev Alexander |
2016-08-03 | mbedtls: Added support for NTLM | Bill Nagel |
2016-06-22 | configure: don't specify .lib for libs on windows | Daniel Stenberg |
2016-06-22 | configure: fix winssl LIBS change typo | Daniel Stenberg |