summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Curl_dedotdotify(): always nul terminate returned string.Even Rouault2018-09-241-0/+3
* update URLs in testsViktor Szakats2018-09-234-5/+5
* whitespace fixesViktor Szakats2018-09-2367-104/+39
* unit1650: fix out of boundary accessDaniel Stenberg2018-09-231-4/+4
* url: use the URL API internally as wellDaniel Stenberg2018-09-223-5/+5
* urlapi: fix support for address scope in IPv6 numerical addressesDaniel Stenberg2018-09-211-0/+3
* certs: generate tests certs with sha256 digest algorithmDaniel Stenberg2018-09-2038-825/+835
* urlapi: document the error codes, remove two unused onesDaniel Stenberg2018-09-191-20/+20
* urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg2018-09-192-1/+31
* libtest: Add chkdecimalpoint to .gitignoreRikard Falkeborn2018-09-151-0/+1
* runtests.pl: run tests against the MesaLink vtls backendYiming Jing2018-09-131-0/+5
* urlglob: improve error messageDaniel Stenberg2018-09-131-1/+3
* tests/certs: rebuild certs with 2048-bit RSA keysYiming Jing2018-09-1243-787/+1065
* misc: fix typos in commentsDaniel Gustafsson2018-09-101-1/+1
* test324: fix after 3f3b26d6feb0667714902e836af608094235fca2Marcel Raad2018-09-081-1/+1
* URL-APIDaniel Stenberg2018-09-085-0/+799
* curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg2018-09-071-1/+1
* upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond2018-09-071-1/+2
* imap: change from "FETCH" to "UID FETCH"Nicklas Avén2018-09-0637-38/+93
* DOH: add test case 1650 and 2100Daniel Stenberg2018-09-065-1/+318
* ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han2018-09-065-6/+6
* tests: add unit tests for url.cJim Fuller2018-09-055-2/+122
* test1452: mark as flakyDaniel Stenberg2018-09-051-0/+1
* pipelining: deprecatedDaniel Stenberg2018-09-052-108/+11
* test1148: fix precheck outputMarcel Raad2018-09-021-1/+1
* cookies: support creation-time attribute for cookiesDaniel Gustafsson2018-08-3110-64/+64
* Don't use Windows path %PWD for SSH testsMarcel Raad2018-08-3148-47/+49
* lib1522: fix curl_easy_setopt argument typeMarcel Raad2018-08-241-1/+1
* gopher: Do not translate `?' to `%09'Leonardo Taccari2018-08-241-1/+1
* cookie tests: treat files as textMarcel Raad2018-08-233-3/+3
* Tests: fixes for WindowsMarcel Raad2018-08-222-1/+4
* test1148: disable if decimal separator is not pointMarcel Raad2018-08-214-0/+54
* curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad2018-08-212-2/+6
* test1268: check the stderr output as "text"Daniel Stenberg2018-08-161-1/+1
* curl: warn the user if a given file name looks like an optionDaniel Stenberg2018-08-152-0/+39
* ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka2018-08-142-1/+34
* http: fix for tiny "HTTP/0.9" responseDaniel Stenberg2018-08-136-5/+107
* Split non-portable part off test 1133Marcel Raad2018-08-113-7/+105
* CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg2018-08-114-2/+145
* lib1502: fix memory leak in torture testDaniel Stenberg2018-08-101-0/+2
* test1531: Add timeoutRikard Falkeborn2018-08-091-1/+10
* test1540: Remove unused macro TEST_HANG_TIMEOUTRikard Falkeborn2018-08-091-2/+0
* ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki2018-08-081-0/+3
* CMake: Respect BUILD_SHARED_LIBSRuslan Baratov2018-08-081-1/+1
* test1307: disabledDaniel Stenberg2018-08-021-0/+2
* general: fix printf specifiersRikard Falkeborn2018-08-011-1/+1
* sws: handle EINTR when calling select()Michael Kaufmann2018-07-291-11/+14
* test1157: follow-up to 35ecffb9Daniel Stenberg2018-07-291-0/+3
* tests/http_pipe.py: Use /usr/bin/env to find pythonMichael Kaufmann2018-07-291-1/+1
* test1157: test -H from empty fileDaniel Stenberg2018-07-282-1/+56