summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* hsts: add read/write callbacksDaniel Stenberg2020-11-037-8/+160
* hsts: add support for Strict-Transport-SecurityDaniel Stenberg2020-11-035-1/+263
* tests: add missing global_init/cleanup callsDaniel Stenberg2020-11-023-2/+9
* tests: fix some http/2 tests for older versions of nghttpxJay Satiro2020-10-295-11/+5
* runtests: show keywords when no tests ranDaniel Stenberg2020-10-261-0/+7
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-3/+2
* tool_help: make "output" description less confusingEmil Engler2020-10-241-1/+1
* CI/travis: add brotli and zstd to the libssh2 buildDaniel Stenberg2020-10-191-0/+32
* runtests: revert the mistaken edit of $CURLDaniel Stenberg2020-10-191-1/+1
* checksrc: warn on empty line before open braceDaniel Stenberg2020-10-151-2/+0
* urlapi: URL encode a '+' in the query partDaniel Stenberg2020-10-151-0/+7
* runtests: return error if no tests ranDaniel Stenberg2020-10-151-3/+3
* test122[12]: remove these two testsDaniel Stenberg2020-10-157-649/+1
* CI/tests: fix invocation of tests for CMake buildsSergei Nikulov2020-10-142-4/+4
* tests/server/util.c: fix support for Windows Unicode buildsMarc Hoersken2020-10-141-2/+3
* CI/tests: use verification curl for test reporting APIsMarc Hoersken2020-10-133-18/+19
* runtests.pl: use $LIBDIR variable instead of hardcoded pathMarc Hoersken2020-10-081-3/+3
* runtests: add %repeat[]% for test filesDaniel Stenberg2020-10-0410-18/+40
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-02621-2003/+852
* checksrc: warn on space after exclamation markDaniel Stenberg2020-10-022-4/+4
* 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
* tests/unit/README: convert to markdownDaniel Stenberg2020-09-302-27/+19
* tests/README: convert to markdownDaniel Stenberg2020-09-302-132/+84
* ftp: make a 552 response return CURLE_REMOTE_DISK_FULLDaniel Stenberg2020-09-264-2/+79
* test163[12]: require http to be built-in to runDaniel Stenberg2020-09-252-0/+2
* imap: make imap_send use dynbuf for the send buffer managementDaniel Stenberg2020-09-251-1/+1
* ftp: separate FTPS from FTP over "HTTPS proxy"Daniel Stenberg2020-09-242-4/+0
* tests/data: Fix some mismatched XML tags in test casesDan Fandrich2020-09-234-6/+1
* symbian: drop supportDaniel Stenberg2020-09-221-1/+1
* test1297: verify GOT_NOTHING with http proxy tunnelDaniel Stenberg2020-09-222-35/+97
* test3015: verify stdout "as text"Daniel Stenberg2020-09-151-1/+1
* tests/FILEFORMAT: document type=shell for <command>Daniel Stenberg2020-09-151-1/+4
* tests/FILEFORMAT: document nonewline support for <file>Daniel Stenberg2020-09-151-1/+4
* tool_writeout: add new writeout variable, %{num_headers}anio2020-09-155-3/+140
* ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUNDDaniel Stenberg2020-09-1415-7/+150
* 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-142-3/+3
* tests: add test1912 to the distDaniel Stenberg2020-09-121-1/+1
* 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-088-38/+38
* 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-063-3/+31
* test1541: remove since it is a known bugDaniel Stenberg2020-09-064-37/+10
* tests: remove pipelining testsDaniel Stenberg2020-09-0610-587/+18
* tests: Add tests for new --helpEmil Engler2020-09-045-1/+203