aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-08-31cookies: support creation-time attribute for cookiesDaniel Gustafsson
2018-08-31Don't use Windows path %PWD for SSH testsMarcel Raad
2018-08-24lib1522: fix curl_easy_setopt argument typeMarcel Raad
2018-08-24gopher: Do not translate `?' to `%09'Leonardo Taccari
2018-08-23cookie tests: treat files as textMarcel Raad
2018-08-22Tests: fixes for WindowsMarcel Raad
2018-08-21test1148: disable if decimal separator is not pointMarcel Raad
2018-08-21curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad
2018-08-16test1268: check the stderr output as "text"Daniel Stenberg
2018-08-15curl: warn the user if a given file name looks like an optionDaniel Stenberg
2018-08-14ssh-libssh: fix infinite connect loop on invalid private keyKamil Dudka
2018-08-13http: fix for tiny "HTTP/0.9" responseDaniel Stenberg
2018-08-11Split non-portable part off test 1133Marcel Raad
2018-08-11CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg
2018-08-10lib1502: fix memory leak in torture testDaniel Stenberg
2018-08-09test1531: Add timeoutRikard Falkeborn
2018-08-09test1540: Remove unused macro TEST_HANG_TIMEOUTRikard Falkeborn
2018-08-08ssl: set engine implicitly when a PKCS#11 URI is providedAnderson Toshiyuki Sasaki
2018-08-08CMake: Respect BUILD_SHARED_LIBSRuslan Baratov
2018-08-02test1307: disabledDaniel Stenberg
2018-08-01general: fix printf specifiersRikard Falkeborn
2018-07-29sws: handle EINTR when calling select()Michael Kaufmann
2018-07-29test1157: follow-up to 35ecffb9Daniel Stenberg
2018-07-29tests/http_pipe.py: Use /usr/bin/env to find pythonMichael Kaufmann
2018-07-28test1157: test -H from empty fileDaniel Stenberg
2018-07-22test320: treat curl320.out file as binaryMarcel Raad
2018-07-21tests: fixes for Windows line endlingsMarcel Raad
2018-07-21test214: disable MSYS2's POSIX path conversion for URLMarcel Raad
2018-07-20test1143: disable MSYS2's POSIX path conversionMarcel Raad
2018-07-17CMake: Update scripts to use consistent styleRuslan Baratov
2018-07-14test1422: add required file featureMarcel Raad
2018-07-11multi: always do the COMPLETED procedure/stateDaniel Stenberg
2018-07-11conn: remove the boolean 'inuse' fieldDaniel Stenberg
2018-06-23multi: fix crash due to dangling entry in connect-pending listJavier Blazquez
2018-06-17travis: run more tests for coverage checkDaniel Stenberg
2018-06-16multi: fix memory leak when stopped during name resolveDaniel Stenberg
2018-06-15runtests.pl: remove debug leftover from bb9a340c73f3Daniel Stenberg
2018-06-12runtests: support variables in <strippart>Daniel Stenberg
2018-06-12test 46: make test pass after 2025Bernhard M. Wiedemann
2018-06-11cppcheck: fix warningsMarian Klymov
2018-06-06tests/libtests/Makefile.am: Add lib1521.c to CLEANFILESRikard Falkeborn
2018-06-06tests/libtest: Add lib1521 to nodist_SOURCESRikard Falkeborn
2018-06-03spelling fixesViktor Szakats
2018-06-01CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev
2018-06-01fnmatch: use the system one if availableDaniel Stenberg
2018-05-31tests/libtest/.gitignore: follow-up fix to ignore lib5* tooDaniel Stenberg
2018-05-31tests: update .gitignore for libtestsRikard Falkeborn
2018-05-31option: disallow username in URLBjörn Stenberg
2018-05-28fnmatch: insist on escaped bracket to matchDaniel Stenberg
2018-05-24httpauth: add support for Bearer tokensLinus Lewandowski