summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* urlapi: URL encode a '+' in the query partbagder/urlapi-urlencode-plusDaniel Stenberg2020-10-152-20/+14
* 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
* src/Makefile.m32: fix undefined curlx_dyn_* errorsViktor Szakats2020-10-111-2/+0
* HISTORY: curl verifies SSL certs by default since version 7.10Daniel Stenberg2020-10-091-1/+3
* runtests.pl: use $LIBDIR variable instead of hardcoded pathMarc Hoersken2020-10-081-3/+3
* checksrc: detect // comments on column 0Daniel Stenberg2020-10-071-1/+1
* mbedtls: add missing header when defining MBEDTLS_DEBUGFrederik Wedel-Heinen2020-10-071-3/+9
* curl: make sure setopt CURLOPT_IPRESOLVE passes on a longDaniel Stenberg2020-10-052-8/+3
* RELEASE-NOTES: syncedDaniel Stenberg2020-10-051-6/+22
* scripts/release-notes.pl: don't "embed" $ in format string for printf()Daniel Stenberg2020-10-051-2/+3
* build-wolfssl: fix build with Visual Studio 2019M.R.T2020-10-051-0/+18
* runtests: add %repeat[]% for test filesDaniel Stenberg2020-10-0410-18/+40
* --help: move two options from the misc categoryEmil Engler2020-10-033-4/+4
* docs/opts: fix typos in two manual pagesSamanta Navarro2020-10-032-2/+2
* ldap: reduce the amount of #ifdefs neededDaniel Stenberg2020-10-031-45/+21
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-02621-2003/+852
* checksrc: warn on space after exclamation markDaniel Stenberg2020-10-027-11/+18
* test1465: verify --libcurl with binary POST dataDaniel Stenberg2020-10-022-1/+1
* runtests: allow generating a binary sequence from hexDaniel Stenberg2020-10-022-0/+20
* tool_setopt: escape binary data to hex, not octalDaniel Stenberg2020-10-021-1/+1
* curl: make --libcurl show binary posts correctlyDaniel Stenberg2020-10-023-24/+41
* strerror: fix null deref on winapi out-of-memoryJay Satiro2020-10-011-3/+5
* vtls: deduplicate some DISABLE_PROXY ifdefsKamil Dudka2020-10-014-104/+36
* RELEASE-NOTES: syncedDaniel Stenberg2020-10-011-13/+31
* TODO: Add OpenBSD libtool noticeEmil Engler2020-09-301-0/+10
* tests/unit/README: convert to markdownDaniel Stenberg2020-09-302-27/+19
* tests/README: convert to markdownDaniel Stenberg2020-09-302-132/+84
* include/README: convert to markdownDaniel Stenberg2020-09-303-19/+15
* examples/README: convert to markdownDaniel Stenberg2020-09-302-14/+10
* configure: don't say HTTPS-proxy is enabled when disabled!Daniel Stenberg2020-09-302-3/+9
* src: Consistently spell whitespace without whitespaceDaniel Gustafsson2020-09-309-13/+13
* MANUAL: update examples to resolve without redirectsDaniel Gustafsson2020-09-301-8/+8
* HISTORY: add some 2020 eventsDaniel Stenberg2020-09-301-0/+18
* sectransp: make it build with --disable-proxyDaniel Stenberg2020-09-301-2/+14
* ECH: renamed from ESNI in docs and configureDaniel Stenberg2020-09-294-79/+75
* configure: use "no" instead of "disabled" for the end summaryDaniel Stenberg2020-09-291-4/+4
* TODO: SSH over HTTPS proxy with more backendsDaniel Stenberg2020-09-291-0/+8
* libssh2: handle the SSH protocols done over HTTPS proxyDaniel Stenberg2020-09-291-8/+83
* memdebug: remove 9 year old unused debug functionEmil Engler2020-09-281-51/+0
* sendf: move Curl_sendf to dict.c and make it staticDaniel Stenberg2020-09-284-76/+71