summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: set HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID on WindowsViktor Szakats2022-10-141-1/+0
* cmake: set HAVE_GETADDRINFO_THREADSAFE on WindowsViktor Szakats2022-10-141-0/+3
* cmake: sync HAVE_SIGNAL detection with autotoolsViktor Szakats2022-10-141-5/+1
* cmake: delete duplicate HAVE_GETADDRINFO testViktor Szakats2022-10-141-1/+0
* cmake: enable more detection on WindowsViktor Szakats2022-10-111-0/+2
* cmake: add missing inet_ntop checkViktor Szakats2022-10-111-0/+4
* cmake: add the check of HAVE_SOCKETPAIRXiang Xiao2022-10-101-0/+1
* tidy-up: delete parallel/unused feature flagsViktor Szakats2022-10-061-36/+1
* functypes: provide the recv and send arg and return typesDaniel Stenberg2022-09-281-0/+2
* mprintf: use snprintf if availableDaniel Stenberg2022-09-221-0/+5
* ws: initial websockets supportDaniel Stenberg2022-09-091-0/+12
* cmake: skip superfluous hex2dec conversion using math exprMarc Hoersken2022-09-051-3/+3
* cmake: fix original MinGW buildsViktor Szakats2022-08-311-1/+16
* cmake: set feature PSL if presentDaniel Stenberg2022-08-301-0/+1
* cmake: add detection of threadsafe featureMarc Hoersken2022-08-261-0/+17
* config: remove the check for and use of SIZEOF_SHORTDaniel Stenberg2022-08-111-1/+0
* tidy-up: delete unused build configuration macrosViktor Szakats2022-07-191-52/+1
* build: improve OS string in CMake and `config-win32.h`Viktor Szakats2022-07-111-1/+5
* cmake: support ngtcp2 boringssl backendDon2022-07-051-2/+7
* cmake: do not force Windows target versionsViktor Szakats2022-07-041-9/+0
* windows: improve random sourceViktor Szakats2022-07-041-0/+2
* cmake: fix build for mingw cross compileKai Pastor2022-07-031-1/+1
* fopen: add Curl_fopen() for better overwriting of filesDaniel Stenberg2022-06-261-0/+1
* rand: stop detecting /dev/urandom in cross-buildsViktor Szakats2022-06-221-2/+4
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* cmake: support adding a suffix to the OS valueViktor Szakats2022-05-261-1/+1
* cmake: fix detecting libidn2Viktor Szakats2022-05-261-2/+3
* cmake: add libpsl supportVincent Torri2022-05-191-0/+25
* msh3: add support for QUIC and HTTP/3 using msh3Nick Banks2022-04-101-0/+10
* misc: remove BeOS code and referencesDaniel Stenberg2022-01-171-8/+1
* build: enable -Warith-conversionMarcel Raad2022-01-131-1/+1
* build: fix -Wenum-conversion handlingMarcel Raad2022-01-131-1/+1
* cmake: warn on use of the now deprecated symbolsJay Satiro2021-11-251-3/+18
* cmake: private identifiers use CURL_ instead of CMAKE_ prefixDaniel Stenberg2021-11-231-44/+40
* cmake: fix error getting LOCATION property on non-imported targetBoris Rasin2021-10-281-6/+4
* CMake: restore support for SecureTransport on iOSRicardo Martins2021-10-251-18/+26
* cmake: add CURL_ENABLE_SSL option and make CMAKE_USE_* SSL backend options de...Ryan Mast2021-10-141-7/+8
* CMake: remove `HAVE_WINSOCK_H` definitionMarcel Raad2021-09-291-1/+0
* Revert "build: remove checks for WinSock 1"Daniel Stenberg2021-09-291-0/+1
* build: remove checks for WinSock 1Marcel Raad2021-09-281-1/+0
* cmake: with OpenSSL, define OPENSSL_SUPPRESS_DEPRECATEDDaniel Stenberg2021-09-231-0/+2
* cmake: sync CURL_DISABLE optionsDon2021-08-251-40/+61
* curl_setup.h: sync values for HTTP_ONLYDon2021-08-211-0/+1
* cmake: remove libssh2 feature checksAndrea Pappacoda2021-07-051-9/+0
* cmake: fix support for UnixSockets feature on Win32Li Xinwei2021-06-211-1/+5
* hostip: (macOS) free returned memory of SCDynamicStoreCopyProxiesGregory Muchka2021-06-211-13/+14
* configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_rGergely Nagy2021-06-181-14/+0
* configure/cmake: remove checks for unused inet_ntoa and inet_ntoa_rGergely Nagy2021-06-181-11/+1
* configure/cmake: remove unused define HAVE_PERRORGergely Nagy2021-06-181-1/+0
* configure/cmake: remove unused define HAVE_FREEIFADDRSGergely Nagy2021-06-181-1/+0