summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* mprintf: Fix stack overflowsTobias Stoeckmann2020-07-271-0/+11
* util: silence conversion warningsMarcel Raad2020-07-192-2/+2
* test1139: make it display the difference on test failuresbagder/test1119Daniel Stenberg2020-07-142-3/+9
* test1119: verify stdout in the testDaniel Stenberg2020-07-142-0/+9
* curl: add %{method} to the -w variablesDaniel Stenberg2020-07-143-2/+90
* content_encoding: add zstd decoding supportGilles Vollant2020-07-124-1/+406
* transfer: fix memory-leak with CURLOPT_CURLU in a duped handleDaniel Stenberg2020-07-124-2/+144
* ftpserver: don't verify SMTP MAIL FROM namesDaniel Stenberg2020-07-034-7/+11
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-283-5/+5
* http: fix proxy auth with blank passwordDaniel Stenberg2020-06-282-1/+61
* test1539: do a HTTP 1.0 POST without a set size (fails)Daniel Stenberg2020-06-264-8/+58
* tests: verify newline in username and password for HTTPDaniel Stenberg2020-06-255-2/+178
* test543: extended to verify zero length inputDaniel Stenberg2020-06-252-2/+14
* test1460: verify that -Ji is not okDaniel Stenberg2020-06-222-1/+65
* test1179: verify error message for non-existing cmdline optionDaniel Stenberg2020-06-182-1/+44
* FILEFORMAT: describe verify/stderrDaniel Stenberg2020-06-181-0/+9
* altsvc: remove the num field from the altsvc structDaniel Stenberg2020-06-121-8/+8
* test1560: avoid possibly negative association in wordingMartin V2020-06-121-14/+14
* wording: avoid blacklist/whitelist stereotypesDaniel Stenberg2020-06-104-24/+24
* Curl_addrinfo: use one malloc instead of threeDaniel Stenberg2020-06-081-13/+8
* tests: add two simple tests for --login-optionsDaniel Stenberg2020-06-083-6/+94
* server/util: fix logmsg format using curl_off_t argumentDaniel Stenberg2020-06-061-1/+1
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-022-1/+98
* test970: make it require proxy supportDaniel Stenberg2020-06-021-0/+1
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-305-3/+9
* url: alloc the download buffer at transfer startDaniel Stenberg2020-05-302-52/+16
* unit1604.c: fix implicit conv from 'SANITIZEcode' to 'CURLcode'Marc Hoersken2020-05-301-3/+4
* tests/libtest: fix undefined reference to 'curlx_win32_fopen'Marc Hoersken2020-05-301-19/+22
* server/sws: fix asan warning on use of uninitialized variableDaniel Stenberg2020-05-291-1/+5
* mk-lib1521: generate code for testing BLOB options as wellDaniel Stenberg2020-05-291-0/+5
* FILEFORMAT: add more features that tests can depend onDaniel Stenberg2020-05-271-0/+10
* url: accept "any length" credentials for proxy authDaniel Stenberg2020-05-252-0/+56
* test1167: fixes in badsymbols.plMaksim Stsepanenka2020-05-251-3/+3
* altsvc: fix parser for lines ending with CRLFDaniel Stenberg2020-05-251-9/+12
* all: fix codespell errorsViktor Szakats2020-05-256-7/+7
* curl: remove -J "informational" written on stdoutDaniel Stenberg2020-05-232-4/+4
* tests/server/util.h: add extern to silence compiler warningDaniel Stenberg2020-05-201-0/+2
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-156-17/+18
* test1632: verify FTP through HTTPS-proxy with connection re-useDaniel Stenberg2020-05-152-1/+106
* test1631: verify FTP download through HTTPS-proxyDaniel Stenberg2020-05-152-1/+88
* sws: as last resort, get test number from server cmd fileDaniel Stenberg2020-05-151-18/+52
* curl_multibyte: add to curlxMarcel Raad2020-05-141-2/+4
* url: make the updated credentials URL-encoded in the URLDaniel Stenberg2020-05-142-0/+79
* tests: add https-proxy support to the test suiteDaniel Stenberg2020-05-144-29/+138
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-143-10/+10
* docs/options-in-versions: which version added each cmdline optionDaniel Stenberg2020-05-134-2/+147
* tool: Add option --retry-all-errors to retry on any errorJay Satiro2020-05-122-1/+66
* CMake: fix runtests.pl with CMake, add new test targetsPeter Wu2020-05-123-15/+48
* CMake: do not build test programs by defaultPeter Wu2020-05-124-4/+9
* FILEFORMAT: moved up the variables section and further polishedDaniel Stenberg2020-05-121-68/+73