aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_setup.h
AgeCommit message (Expand)Author
2020-06-16Add gemini protocol supportHEADmasterBen Burwell
2020-06-16ntlm: enable NTLM support with wolfSSLRuurd Beerstra
2020-05-14curl_setup: support Unicode functions to open files on WindowsMarcel Raad
2020-03-21lib/curl_setup: adjust the copyright year rangeDaniel Stenberg
2020-03-21curl_setup: define _WIN32_WINNT_[OS] symbolsJay Satiro
2019-12-05curl_setup: fix `CURLRES_IPV6` conditionMarcel Raad
2019-12-03curl_setup: disable IPv6 resolver without `getaddrinfo`Marcel Raad
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-26TLS: add BearSSL vtls implementationMichael Forney
2019-08-20cleanup: remove DOT_CHAR completelyDaniel Stenberg
2019-07-31plan9: add support for running on Plan 9lufia
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg
2019-06-10wolfssl: refer to it as wolfSSL onlyDaniel Stenberg
2019-05-22PolarSSL: deprecate support step 1. Removed from configure.Daniel Stenberg
2019-05-06ssh: define USE_SSH if SSH is enabled (any backend)Daniel Stenberg
2019-03-15configure: add --with-amisslChris Young
2019-02-28Secure Transport: no more "darwinssl"Daniel Stenberg
2019-02-10cleanup: make local functions staticDaniel Stenberg
2018-11-01axtls: removedDaniel Stenberg
2018-10-09curl_setup: define NOGDI on WindowsMarcel Raad
2018-09-13vtls: add a MesaLink vtls backendYiming Jing
2018-08-13http: fix for tiny "HTTP/0.9" responseDaniel Stenberg
2018-07-09lib/curl_setup.h: remove unicode characterJay Satiro
2018-07-09lib/curl_setup.h: remove unicode bom from 8272ec50f02Daniel Stenberg
2018-07-09curl_setup: include <winerror.h> before <windows.h>Marcel Raad
2018-05-31configure: check for declaration of getpwuid_rBernhard Walle
2018-04-07curl_setup: provide a CURL_SA_FAMILY_T type if none existsDaniel Stenberg
2018-03-20vauth/cleartext: fix integer overflow checkDaniel Stenberg
2018-01-31curl_setup: move the precautionary define of SIZEOF_TIME_TDaniel Stenberg
2018-01-30time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg
2018-01-25parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg
2018-01-24Fix small typo.Gisle Vanem
2018-01-08progress: calculate transfer speed on milliseconds if possibleDaniel Stenberg
2017-10-27curl_setup.h: oops, shorten the too long lineDaniel Stenberg
2017-10-27curl_setup: Improve detection of CURL_WINDOWS_APPMartin Storsjo
2017-09-05openssl: Integrate Peter Wu's SSLKEYLOGFILE implementationJay Satiro
2017-08-17system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg
2017-08-15cmake: remove dead code for CURL_DISABLE_RTMPBenbuck Nason
2017-08-01curl_setup: Define CURL_NO_OLDIES for building libcurlJay Satiro
2017-07-11curl_setup: always define WIN32_LEAN_AND_MEAN on WindowsMarcel Raad
2017-06-15curl_setup.h: error out on CURL_WANTS_CA_BUNDLE_ENV useDaniel Stenberg
2017-06-15lib/curl_setup.h: remove CURL_WANTS_CA_BUNDLE_ENVDaniel Stenberg
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
2017-05-01curl_setup: Ensure no more than one IDN lib is enabledJay Satiro
2017-04-21mbedtls: enable NTLM (& SMB) even if MD4 support is unavailableDan Fandrich
2017-04-03include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-10-31idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg
2016-09-12mbedtls: switch off NTLM in build if md4 isn't availableTony Kelman
2016-08-21win: Basic support for Universal Windows Platform appsMarco Deckel