summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl.1: add an "OUTPUT" section at the top of the manpagebagder/manpage-outputDaniel Stenberg2020-10-271-0/+9
* runtests: show keywords when no tests ranDaniel Stenberg2020-10-261-0/+7
* CURLOPT_DNS_USE_GLOBAL_CACHE.3: fix typoJay Satiro2020-10-261-1/+1
* range.d: fix typoJay Satiro2020-10-261-1/+1
* CI/github: work-around for brew breakage on macOSDaniel Stenberg2020-10-261-6/+12
* range.d: clarify that curl will not parse multipart responsesJosé Joaquín Atria2020-10-261-1/+2
* RELEASE-NOTES: syncedDaniel Stenberg2020-10-261-4/+24
* libssh2: fix build with disabled proxy supportBaruch Siach2020-10-261-1/+6
* alt-svc: enable by defaultDaniel Stenberg2020-10-2527-71/+58
* CI/appveyor: remove (unused) runtests.pl -b optionDaniel Stenberg2020-10-251-1/+1
* tool_help: make "output" description less confusingEmil Engler2020-10-242-2/+2
* CI/appveyor: disable test 571 in two cmake buildsDaniel Stenberg2020-10-241-2/+2
* cmake: set the unicode feature in curl-config on WindowsDaniel Stenberg2020-10-221-0/+1
* libssh2: require version 1.0 or laterDaniel Stenberg2020-10-223-24/+3
* KNOWN_BUGS: mention the individual cmake issuesDaniel Stenberg2020-10-211-14/+20
* CMake: store IDN2 information in curl_config.hDaniel Stenberg2020-10-201-2/+5
* CMake: call the feature unixsockets without dashDaniel Stenberg2020-10-201-1/+1
* CI/travis: add brotli and zstd to the libssh2 buildDaniel Stenberg2020-10-192-0/+34
* runtests: revert the mistaken edit of $CURLDaniel Stenberg2020-10-191-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-10-191-3/+38
* curl_url_set.3: fix typo in the RETURN VALUE sectionDaniel Stenberg2020-10-181-1/+1
* packages/OS400: make the source code-style compliantDaniel Stenberg2020-10-176-341/+228
* os400: Sync libcurl API optionsJay Satiro2020-10-173-2/+29
* CURLOPT_NOBODY.3: fix typoDaniel Stenberg2020-10-161-1/+1
* CI/azure: improve on flakiness by avoiding libtool wrappersMarc Hoersken2020-10-161-3/+6
* CURLOPT_URL.3: clarify SCP/SFTP URLs are for uploads as wellDaniel Stenberg2020-10-161-9/+8
* CURLOPT_TCP_NODELAY.3: fix comment in example codeZenju2020-10-161-1/+1
* openssl: acknowledge SRP disabling in configure properlyDaniel Stenberg2020-10-161-4/+12
* http3: fix two build errors, silence warningsViktor Szakats2020-10-162-4/+5
* Makefile.m32: add support for HTTP/3 via ngtcp2+nghttp3Viktor Szakats2020-10-163-0/+71
* tool_operate: fix compiler warning when --libcurl is disabledDaniel Stenberg2020-10-161-0/+3
* checksrc: warn on empty line before open braceDaniel Stenberg2020-10-156-6/+6
* urlapi: URL encode a '+' in the query partDaniel Stenberg2020-10-152-20/+14
* libcurl.pc: make it relocatableCristian Morales Vega2020-10-156-5/+360
* runtests: return error if no tests ranDaniel Stenberg2020-10-151-3/+3
* docs/FEATURE: convert to markdownDaniel Stenberg2020-10-152-84/+100
* strerror: use 'const' as the string should never be modifiedPhilipp Klaus Krause2020-10-151-1/+1
* connect: repair build without ipv6 availabilityJay Satiro2020-10-151-0/+4
* RELEASE-NOTES: syncedDaniel Stenberg2020-10-152-301/+13
* src/tool_filetime: disable -Wformat on mingw for this fileDaniel Stenberg2020-10-151-0/+5
* test122[12]: remove these two testsDaniel Stenberg2020-10-158-650/+2
* RELEASE-NOTES: syncedcurl-7_73_0Daniel Stenberg2020-10-141-14/+25
* THANKS: from 7.73.0 and .mailmap fixesDaniel Stenberg2020-10-141-0/+31
* mailmap: fixups of some contributorsDaniel Stenberg2020-10-141-0/+5
* projects/build-wolfssl.bat: fix the copyright year rangeDaniel Stenberg2020-10-141-1/+1
* CI/tests: fix invocation of tests for CMake buildsSergei Nikulov2020-10-143-6/+14
* tests/server/util.c: fix support for Windows Unicode buildsMarc Hoersken2020-10-141-2/+3
* strerror: Revert to local codepage for Windows error stringJay Satiro2020-10-131-16/+15
* CI/tests: use verification curl for test reporting APIsMarc Hoersken2020-10-133-18/+19
* windows: fix comparison of mismatched types warningViktor Szakats2020-10-121-1/+1