summaryrefslogtreecommitdiff
path: root/Source/cmCurl.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: use C++11 nullptrscivision2023-02-141-3/+3
* cmCurl: Honor OpenSSL certificate environment variablesMaxim Cournoyer2022-09-161-0/+11
* cmCurlSetCAInfo: use std::string as argumentMarc Chevrier2021-09-191-3/+3
* cmCurl: Fix file:// URLs with spaces for curl 7.78+Brad King2021-09-151-1/+6
* cmCurl: Adopt helper to fix file:// URLsBrad King2021-09-151-0/+35
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+3
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-5/+7
* CTest: Remove submit method 'xmlrpc'Regina Pfeifer2018-11-291-2/+0
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-9/+9
* file(DOWNLOAD|UPLOAD): Add 'NETRC' and 'NETRC_FILE' suboptionShane Parris2017-10-181-0/+38
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* surround macro arguments with parenthesesDaniel Pfeifer2016-09-051-2/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-32/+25
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmCurl: Fix compilation with system curl versions prior to 7.21.5Brad King2016-02-091-0/+5
* cmCurl: Tolerate lack of CURLOPT_CAPATH supportBrad King2015-08-121-1/+1
* cmake: Use a default CA path when not using system curlBrad King2015-01-231-0/+64