summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: add a CI job with openssl3 (from git master)bagder/travis-openssl3Daniel Stenberg2020-09-022-0/+20
* openssl: avoid error conditions when importing native CADaniel Stenberg2020-09-021-2/+2
* setopt: avoid curl_ on local variableDaniel Stenberg2020-09-021-2/+2
* mqtt.c: avoid curl_ prefix on local variableDaniel Stenberg2020-09-021-3/+3
* wildcard: strip "curl_" prefix from private symbolsDaniel Stenberg2020-09-021-4/+4
* vtls: make it 'struct Curl_ssl_session'Daniel Stenberg2020-09-025-11/+11
* curl_threads: make it 'struct Curl_actual_call'Daniel Stenberg2020-09-021-3/+3
* schannel: make it 'struct Curl_schannel*'Daniel Stenberg2020-09-022-13/+13
* hash: make it 'struct Curl_hash'Daniel Stenberg2020-09-0213-83/+83
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-0217-102/+102
* telnet.c: depend on static requirement of WinSock version 2Marc Hoersken2020-09-021-122/+9
* win32: drop support for WinSock version 1, require version 2Marc Hoersken2020-09-025-22/+11
* select: align poll emulation to return all relevant eventsMarc Hoersken2020-09-021-8/+20
* CI/azure: MQTT is now enabled by defaultMarc Hoersken2020-09-021-2/+2
* copyright.pl: ignore buildconfDaniel Stenberg2020-09-021-0/+1
* test971: show test mismatches "inline"Daniel Stenberg2020-09-022-1/+8
* lib/Makefile.am: bump VERSIONINFO due to new functionsDaniel Stenberg2020-09-011-1/+1
* optiontable: use DEBUGBUILDDaniel Stenberg2020-09-011-1/+1
* cmdline-opts/gen.pl: generate nicer "See Also" in curl.1Daniel Stenberg2020-09-011-1/+13
* curl.1: add see also no-progress-meter on two spotsDaniel Stenberg2020-09-012-1/+2
* RELEASE-NOTES: syncedDaniel Stenberg2020-08-311-8/+24
* mqtt: enable by defaultDaniel Stenberg2020-08-3111-111/+113
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-3020-1/+131
* url: remove funny embedded comments in Curl_disonnect callsDaniel Stenberg2020-08-301-6/+4
* conn: check for connection being dead before reuseChris Paulson-Ellis2020-08-301-0/+6
* buildconf: exec autoreconf to avoid additional processMarc Hoersken2020-08-291-1/+1
* CI/azure: no longer ignore results of test 1013Marc Hoersken2020-08-291-5/+5
* docs: add description about CI platforms to CONTRIBUTE.mdMarc Hoersken2020-08-291-0/+27
* tests/getpart: use MIME::Base64 instead of home-cookedDaniel Stenberg2020-08-291-6/+1
* ntlm: fix condition for curl_ntlm_core usageMarcel Raad2020-08-299-36/+23
* AppVeyor: switch 64-bit Schannel Debug CMake builds to UnicodeMarcel Raad2020-08-291-0/+12
* CMake: add option to enable Unicode on WindowsMarcel Raad2020-08-292-0/+13
* select: simplify return code handling for poll and selectMarc Hoersken2020-08-291-24/+13
* RELEASE-NOTES: syncedDaniel Stenberg2020-08-281-10/+34
* tests: add test1912 with typechecksJeroen Ooms2020-08-284-2/+118
* easyoptions: provide debug function when DEBUGBUILDDaniel Stenberg2020-08-282-2/+2
* sockfilt: handle FD_CLOSE winsock event on write socketMarc Hoersken2020-08-281-3/+3
* multi: handle connection state winsock eventsMarc Hoersken2020-08-281-6/+6
* Curl_pgrsTime - return new time to avoid timeout integer overflowDaniel Stenberg2020-08-284-23/+27
* TLS: fix SRP detection by using the proper #ifdefsDaniel Stenberg2020-08-283-14/+15
* docs: SSLCERTS: fix English syntaxDan Kenigsberg2020-08-281-2/+2
* docs: non-existing macros in man pagesAlessandro Ghedini2020-08-272-3/+3
* curl.1: fix typo invokved -> invokedAlessandro Ghedini2020-08-271-1/+1
* buildconf: invoke 'autoreconf -fi' insteadDaniel Stenberg2020-08-272-437/+3
* lib: make Curl_gethostname accept a const pointerEmil Engler2020-08-272-4/+4
* docs/libcurl: update "Added in" version for curl_easy_option*Daniel Stenberg2020-08-273-6/+6
* scripts: improve the "get latest curl release tag" logicDaniel Stenberg2020-08-273-3/+3
* configure: added --disable-get-easy-optionsDaniel Stenberg2020-08-273-0/+45
* options: API for meta-data about easy optionsDaniel Stenberg2020-08-2722-58/+1019
* HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29Eric Curtin2020-08-272-2/+2