summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* test320: treat curl320.out file as binaryMarcel Raad2018-07-221-1/+1
* tests: fixes for Windows line endlingsMarcel Raad2018-07-212-2/+2
* test214: disable MSYS2's POSIX path conversion for URLMarcel Raad2018-07-211-0/+4
* test1143: disable MSYS2's POSIX path conversionMarcel Raad2018-07-201-0/+5
* CMake: Update scripts to use consistent styleRuslan Baratov2018-07-173-7/+7
* test1422: add required file featureMarcel Raad2018-07-141-0/+1
* multi: always do the COMPLETED procedure/stateDaniel Stenberg2018-07-111-5/+10
* conn: remove the boolean 'inuse' fieldDaniel Stenberg2018-07-111-6/+0
* multi: fix crash due to dangling entry in connect-pending listJavier Blazquez2018-06-234-2/+104
* travis: run more tests for coverage checkDaniel Stenberg2018-06-171-2/+2
* multi: fix memory leak when stopped during name resolveDaniel Stenberg2018-06-164-3/+59
* runtests.pl: remove debug leftover from bb9a340c73f3Daniel Stenberg2018-06-151-1/+0
* runtests: support variables in <strippart>Daniel Stenberg2018-06-122-2/+7
* test 46: make test pass after 2025Bernhard M. Wiedemann2018-06-121-4/+4
* cppcheck: fix warningsMarian Klymov2018-06-1119-77/+55
* tests/libtests/Makefile.am: Add lib1521.c to CLEANFILESRikard Falkeborn2018-06-061-0/+2
* tests/libtest: Add lib1521 to nodist_SOURCESRikard Falkeborn2018-06-063-5/+6
* spelling fixesViktor Szakats2018-06-033-9/+9
* CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev2018-06-016-4/+255
* fnmatch: use the system one if availableDaniel Stenberg2018-06-011-18/+80
* tests/libtest/.gitignore: follow-up fix to ignore lib5* tooDaniel Stenberg2018-05-311-1/+1
* tests: update .gitignore for libtestsRikard Falkeborn2018-05-311-6/+2
* option: disallow username in URLBjörn Stenberg2018-05-312-1/+35
* fnmatch: insist on escaped bracket to matchDaniel Stenberg2018-05-281-4/+13
* httpauth: add support for Bearer tokensLinus Lewandowski2018-05-242-0/+58
* cmake: set -d postfix for debug builds if not specifiedSergei Nikulov2018-05-242-12/+0
* http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat2018-05-225-1/+252
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-216-10/+10