summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test1521: fixed OOM handlingDan Fandrich2017-06-111-752/+759
* lib1521: fix compiler warnings on the use of bad 'long' valuesbagder/lib1521-long-warningsDaniel Stenberg2017-06-092-7/+7
* lib1521: fix compiler warningsDaniel Stenberg2017-06-062-54/+86
* test1521: make the code < 80 columns wideDaniel Stenberg2017-06-052-21/+41
* test1121: use stricter types to work with typcheck-gccDaniel Stenberg2017-06-052-36/+116
* test1521: test *all* curl_easy_setopt optionsDaniel Stenberg2017-06-055-2/+959
* test1538: added "verbose logs" keywordDan Fandrich2017-06-051-0/+1
* test1262: verify ftp download with -z for "if older than this"Daniel Stenberg2017-06-052-1/+41
* libtest: fix int-in-bool-context warningsMarcel Raad2017-06-032-2/+2
* libtest: fix implicit-fallthrough warnings with GCC 7Marcel Raad2017-06-032-0/+2
* dedotdot: fixed output for ".." and "." only inputDaniel Stenberg2017-06-031-1/+8
* test1538: fix typoDaniel Stenberg2017-06-021-1/+1
* test1538: verify the libcurl strerror API callsDaniel Stenberg2017-06-024-2/+205
* test1537: dedicated tests of the URL (un)escape API callsDaniel Stenberg2017-06-024-2/+134
* coverage: run event tests tooDaniel Stenberg2017-06-021-0/+4
* build: provide easy code coverage measuringDaniel Stenberg2017-06-021-6/+6
* lib583: fix compiler warningMarcel Raad2017-05-311-4/+4
* libtest/lib574.c: use correct callback protoDaniel Stenberg2017-05-311-2/+4
* test557: fix ubsan runtime error due to int left shiftJay Satiro2017-05-291-2/+6
* tests: removed some redundant empty <stdout> sectionsDan Fandrich2017-05-284-8/+0
* runtests.pl: removed <precommand> featureDan Fandrich2017-05-281-15/+0
* runtests.pl: removed unused arguments to valgrindparseDan Fandrich2017-05-272-4/+2
* time: fix type conversions and compiler warningsMichael Kaufmann2017-05-246-58/+14
* redirect: store the "would redirect to" URL when max redirs is reachedDaniel Stenberg2017-05-232-1/+62
* tests: stabilize test 1034Michael Kaufmann2017-05-201-1/+5
* SecureTransport/DarwinSSL: Implement public key pinningmoparisthebest2017-05-151-0/+1
* lib510: don't write past the end of the buffer if it's too smallDan Fandrich2017-05-131-0/+4
* tests: added missing keywords "chunked Transfer-Encoding"Dan Fandrich2017-05-1310-2/+11
* tests: made a couple of prechecks consistent with othersDan Fandrich2017-05-133-7/+2
* tests: remove superfluous test 1399Richard Hsu2017-05-102-44/+1
* tests: make test file names more uniqueDan Fandrich2017-05-0913-34/+38
* tests: removed redundant --trace-ascii argumentsDan Fandrich2017-05-0912-12/+12
* tests: list the primary server first in the server sectionDan Fandrich2017-05-092-2/+2
* curl: generate the --help outputDaniel Stenberg2017-05-081-2/+2
* tests: updated for modified fake randomDaniel Stenberg2017-05-0833-44/+44
* tests: give each stunnel.conf file a unique nameDan Fandrich2017-05-082-2/+3
* tftpd: fix signed/unsigned mismatch warningsMarcel Raad2017-05-081-3/+3
* libtest: fix MinGW-w64 warningsMarcel Raad2017-05-086-6/+6
* runtests: fix "use of undefined value" warning in -R handlingDaniel Stenberg2017-05-081-1/+5
* test537: use correct variable typeMarcel Raad2017-05-081-2/+2
* runtests.pl: simplify the datacheck read sectionDan Fandrich2017-05-062-28/+17
* tests: fix -Wcast-qual warningsMarcel Raad2017-05-056-10/+11
* tests/server: run checksrc by default in debug-buildsDaniel Stenberg2017-05-051-1/+6
* unit1305: fix compiler warningMarcel Raad2017-05-051-5/+2
* runtests: use -R for random orderDaniel Stenberg2017-05-052-5/+5
* runtests: add -o to run test cases in scrambled orderDaniel Stenberg2017-05-042-6/+27
* sockfilt.c: shortened too long lineDan Fandrich2017-05-041-1/+2
* tests/server: make string literals constMarcel Raad2017-05-045-12/+12
* test557: set a known good numeric localeDan Fandrich2017-05-042-5/+13
* test559: verify use of minimum CURLOPT_BUFFERSIZEDaniel Stenberg2017-05-044-2/+111