| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Improve libssh2 check on Windows | nicoguillier | 2020-01-11 | 1 | -1/+1 |
* | CMake: add support for building with the NSS vtls backend | Peter Wu | 2019-12-04 | 1 | -0/+15 |
* | TLS: add BearSSL vtls implementation | Michael Forney | 2019-11-26 | 1 | -0/+9 |
* | copyrights: update all copyright notices to 2019 on files changed this year | Vilhelm Prytz | 2019-11-02 | 1 | -1/+1 |
* | build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines | Paul B. Omta | 2019-10-05 | 1 | -1/+0 |
* | CMake: remove needless newlines at end of gss variables | Rolf Eike Beer | 2019-08-31 | 1 | -0/+4 |
* | CMake: fix typos and spelling | Daniel Gustafsson | 2019-07-09 | 2 | -3/+3 |
* | CMake: Convert errant elseif() to else() | Kyle Edwards | 2019-07-09 | 1 | -1/+1 |
* | build: fix Codacy warnings | Marcel Raad | 2019-06-05 | 1 | -0/+2 |
* | cmake: restore C89 compatibility of CurlTests.c | Marcel Raad | 2019-05-12 | 1 | -2/+2 |
* | CMake: suppress unused variable warnings | Marcel Raad | 2019-05-11 | 1 | -0/+2 |
* | build: fix Codacy/CppCheck warnings | Marcel Raad | 2019-04-11 | 1 | -0/+4 |
* | cmake: avoid linking executable for some tests with cmake 3.6+ | Jakub Zakrzewski | 2019-04-10 | 1 | -35/+40 |
* | cmake: updated check for HAVE_POLL_FINE to match autotools | Sergei Nikulov | 2019-01-16 | 1 | -7/+35 |
* | cmake: added checks for HAVE_VARIADIC_MACROS_C99 and HAVE_VARIADIC_MACROS_GCC | Sergei Nikulov | 2019-01-11 | 1 | -2/+44 |
* | CMake: fix MIT/Heimdal Kerberos detection | Konstantin Kushnir | 2018-11-29 | 1 | -2/+2 |
* | cmake: uniform ZLIB to use USE_ variable and clean curl-config.cmake.in | Tuomo Rinne | 2018-10-29 | 1 | -9/+6 |
* | cmake: add find_dependency call for ZLIB to CMake config file | Tuomo Rinne | 2018-10-29 | 1 | -2/+8 |
* | cmake: test and set missed defines during configuration | dmitrykos | 2018-10-05 | 1 | -0/+16 |
* | CMake: Improve config installation | Ruslan Baratov | 2018-10-01 | 1 | -58/+3 |
* | whitespace fixes | Viktor Szakats | 2018-09-23 | 1 | -1/+0 |
* | cmake: don't require OpenSSL if USE_OPENSSL=OFF | slodki | 2018-09-18 | 1 | -2/+2 |
* | cmake: link curl to the OpenSSL targets instead of lib absolute paths | John Butterfield | 2018-08-08 | 1 | -0/+5 |
* | CMake: Update scripts to use consistent style | Ruslan Baratov | 2018-07-17 | 8 | -369/+329 |
* | CMake: remove redundant and old end-of-block syntax | Ruslan Baratov | 2018-07-09 | 3 | -49/+47 |
* | CMake: Remove unused 'output_var' from 'collect_true' | Ruslan Baratov | 2018-07-06 | 1 | -6/+5 |
* | CMake: Remove unused functions | Ruslan Baratov | 2018-07-06 | 1 | -30/+0 |
* | cmake: fixed comments in compile checks code | Sergei Nikulov | 2018-05-29 | 1 | -3/+3 |
* | Fix the test for fsetxattr and strerror_r tests in CMake to work without comp... | maxed | 2018-05-28 | 1 | -15/+15 |
* | cmake: add support for brotli | Don | 2018-03-19 | 1 | -0/+20 |
* | spelling fixes | Viktor Szakats | 2018-02-23 | 1 | -1/+1 |
* | cmake: Export libcurl and curl targets to use by other cmake projects | Jakub Zakrzewski | 2017-10-28 | 1 | -0/+59 |
* | cmake: disable tests and man generation if perl/nroff not found | Sergei Nikulov | 2017-10-02 | 1 | -0/+29 |
* | cmake: move cmake_uninstall.cmake to CMake/ | Daniel Stenberg | 2017-08-10 | 1 | -0/+26 |
* | cmake: fix send/recv argument scanner for windows | Daniel Stenberg | 2017-07-05 | 1 | -6/+6 |
* | spelling fixes | klemens | 2017-03-26 | 1 | -1/+1 |
* | CMake: Set at most one SSL library | Michael Maltese | 2017-03-05 | 1 | -0/+13 |
* | CMake: Add mbedTLS support | Michael Maltese | 2017-03-05 | 1 | -0/+13 |
* | cmake: Support curl --xattr when built with cmake | Sean Burford | 2017-02-01 | 1 | -0/+16 |
* | cmake: disable poll for macOS | Peter Wu | 2016-11-06 | 1 | -11/+14 |
* | cmake: add nghttp2 support | Remo E | 2016-10-10 | 1 | -0/+18 |
* | CMake: Try to (un-)hide private library symbols | Jakub Zakrzewski | 2016-09-10 | 1 | -0/+61 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | CMake: Put "winsock2.h" before "windows.h" during configure checks | Jakub Zakrzewski | 2015-09-23 | 1 | -1/+1 |
* | cmake: Fix CurlTests check for gethostbyname_r with 5 arguments | Brad King | 2015-08-14 | 1 | -1/+1 |
* | CMake: fix winsock2 detection on windows | Sergei Nikulov | 2015-02-19 | 1 | -1/+1 |
* | CMake: Simplify if() conditions on check result variables | Brad King | 2014-11-19 | 1 | -4/+4 |
* | CMake: Restore order-dependent library checks | Brad King | 2014-11-13 | 1 | -3/+6 |
* | CMake: Restore order-dependent header checks | Brad King | 2014-11-13 | 1 | -1/+4 |
* | cmake: fix HAVE_GETHOSTNAME definition | Peter Wu | 2014-11-10 | 1 | -0/+1 |