summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test3015: verify stdout "as text"bagder/test3015-stdout-texDaniel Stenberg2020-09-151-1/+1
* tool_writeout: add new writeout variable, %{num_headers}anio2020-09-1514-23/+191
* tool_urlglob: fix compiler warning "unreachable code"Daniel Stenberg2020-09-151-2/+2
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-1411-38/+36
* ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUNDDaniel Stenberg2020-09-1416-8/+155
* curl: make checkpasswd use dynbufDaniel Stenberg2020-09-141-15/+8
* curl: make glob_match_url use dynbufDaniel Stenberg2020-09-141-31/+15
* curl: make file2memory use dynbufDaniel Stenberg2020-09-141-38/+14
* curl: make file2string use dynbufDaniel Stenberg2020-09-141-32/+9
* imap: set cselect_bits to CURL_CSELECT_IN initiallyAntarpreet Singh2020-09-141-0/+3
* RELEASE-NOTES: syncedDaniel Stenberg2020-09-141-5/+26
* test434: test -K use in a single line without newlineDaniel Stenberg2020-09-142-1/+49
* runtests: allow creating files without newlinesDaniel Stenberg2020-09-141-0/+4
* curl: use curlx_dynbuf for realloc when loading config filesDaniel Stenberg2020-09-146-42/+44
* dynbuf: provide curlx_ names for reuse by the curl toolDaniel Stenberg2020-09-142-5/+24
* dynbuf: make sure Curl_dyn_tail() zero terminatesDaniel Stenberg2020-09-141-0/+1
* tests: add test1912 to the distDaniel Stenberg2020-09-121-1/+1
* docs/LICENSE-MIXING: removeDaniel Stenberg2020-09-114-136/+3
* http: consolidate nghttp2_session_mem_recv() call pathsLaramie Leavitt2020-09-101-88/+29
* HISTORY: mention alt-svc added in 2019Daniel Stenberg2020-09-101-3/+8
* base64: also build for pop3 and imapDaniel Stenberg2020-09-101-0/+2
* base64: enable in build with SMTPDaniel Stenberg2020-09-091-1/+2
* curl_mime_headers.3: fix the example's use of curl_slist_appendDaniel Stenberg2020-09-081-2/+2
* lib583: fix enum mixupDaniel Stenberg2020-09-081-1/+1
* libtest: fix build errorsDaniel Stenberg2020-09-082-5/+10
* lib: fix -Wassign-enum warningsDaniel Stenberg2020-09-0815-48/+53
* 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