summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* base64: enable in build with SMTPbagder/smtp-base64Daniel Stenberg2020-09-081-1/+2
* RELEASE-NOTES: syncedDaniel Stenberg2020-09-081-6/+33
* url: use blank credentials when using proxy w/o username and passwordDiven Qi2020-09-081-2/+4
* travis: add a build using libressl (from git master)Daniel Stenberg2020-09-072-0/+13
* configure: let --enable-debug set -Wenum-conversion with gcc >= 10Daniel Stenberg2020-09-071-0/+4
* openssl: consider ALERT_CERTIFICATE_EXPIRED a failed verificationDaniel Stenberg2020-09-071-1/+2
* FAQ: refreshed some very old languageDaniel Stenberg2020-09-071-31/+22
* cmake: make HTTP_ONLY also disable MQTTDaniel Stenberg2020-09-071-7/+8
* libtest: remove lib1541 leftoversDaniel Stenberg2020-09-071-4/+0
* tests/libtests: remove test 1900 and 2033Daniel Stenberg2020-09-071-10/+2
* CI/azure: add test number to title for display in analyticsMarc Hoersken2020-09-071-1/+3
* altsvc: clone setting in curl_easy_duphandlebagder/altsvc-duphandleDaniel Stenberg2020-09-067-10/+49
* test1541: remove since it is a known bugDaniel Stenberg2020-09-065-38/+11
* tests: remove pipelining testsDaniel Stenberg2020-09-0610-587/+18
* curl: retry delays in parallel mode no longer sleeps blockingDaniel Stenberg2020-09-062-12/+39
* curl:parallel_transfers: make sure retry readds the transferDaniel Stenberg2020-09-051-3/+4
* build: drop support for building with WatcomDaniel Stenberg2020-09-055-524/+4
* winbuild/rundebug.cmd: removeDaniel Stenberg2020-09-051-24/+0
* curl: in retry output don't call all problems "transient"Daniel Stenberg2020-09-051-5/+5
* easygetopt: pass a valid enum to avoid compiler warningDaniel Stenberg2020-09-051-1/+2
* tests: Add tests for new --helpEmil Engler2020-09-045-1/+203
* tool: update --help with categoriesEmil Engler2020-09-045-246/+602
* docs: add categories to all cmdline optsEmil Engler2020-09-04235-6/+289
* RELEASE-NOTES: syncedDaniel Stenberg2020-09-041-9/+39
* connect.c: remove superfluous 'else' in Curl_getconnectinfoihsinme2020-09-041-2/+1
* CMake: remove explicit `CMAKE_ANSI_CFLAGS`Samuel Marks2020-09-041-4/+0
* libssh2: pass on the error from ssh_force_knownhost_key_typecbe2020-09-031-0/+1
* scripts/delta: add diffstat summaryDaniel Stenberg2020-09-031-18/+17
* http_proxy: do not crash with HTTPS_PROXY and NO_PROXY setMartin Bašti2020-09-031-0/+3
* travis: add a CI job with openssl3 (from git master)Daniel Stenberg2020-09-032-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