summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* 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-053-1/+928
* 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
* test1538: verify the libcurl strerror API callsDaniel Stenberg2017-06-022-1/+56
* test1537: dedicated tests of the URL (un)escape API callsDaniel Stenberg2017-06-022-1/+88
* 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
* time: fix type conversions and compiler warningsMichael Kaufmann2017-05-246-58/+14
* lib510: don't write past the end of the buffer if it's too smallDan Fandrich2017-05-131-0/+4
* tests: make test file names more uniqueDan Fandrich2017-05-091-1/+1
* libtest: fix MinGW-w64 warningsMarcel Raad2017-05-086-6/+6
* test537: use correct variable typeMarcel Raad2017-05-081-2/+2
* tests: fix -Wcast-qual warningsMarcel Raad2017-05-054-6/+6
* test557: set a known good numeric localeDan Fandrich2017-05-041-1/+13
* test559: verify use of minimum CURLOPT_BUFFERSIZEDaniel Stenberg2017-05-042-1/+60
* tests: declare TU-local variables staticMarcel Raad2017-05-015-17/+17
* tests: added --remote-time tests for remaining protocols that support itDan Fandrich2017-04-291-0/+4
* test1541: also test for CURL_PULL_WS2TCPIP_HMarcel Raad2017-04-121-2/+14
* test1541: ignore the curl_off_t variable type name comparisonDaniel Stenberg2017-04-051-0/+8
* include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg2017-04-032-1/+114
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-282-0/+126
* spelling fixesklemens2017-03-263-6/+6
* build: removed redundant DEPENDENCIES from makefilesDan Fandrich2017-03-141-1/+0
* tests: fix the authretry testsMichael Kaufmann2017-03-111-5/+0
* test552: Fix typosDaniel Gustafsson2017-02-071-1/+1
* lib506: fix build for Open WatcomJiří Malák2017-01-081-6/+6
* lib557.c: use a shorter MAXIMIZE representationDaniel Stenberg2016-12-221-1/+1
* lib557: move the "enable LONGLINE" to allow more long linesDaniel Stenberg2016-12-211-2/+1
* tests: checksrc complianceJay Satiro2016-12-191-0/+2
* printf: fix floating point buffer overflow issuesDaniel Stenberg2016-12-191-3/+133
* curl_easy_recv: Improve documentation and example programMichael Kaufmann2016-12-181-4/+5
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-1454-81/+158
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-135-8/+8
* lib1536: checksrc complianceJay Satiro2016-11-281-1/+2
* tests: Add some testcases for recent new features.Frank Gevaerts2016-11-263-1/+265
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-241-1/+2
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-242-2/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-2412-22/+22
* s/cURL/curlDaniel Stenberg2016-11-071-2/+2
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-052-2/+135
* libauthretry: use the external function curl_strequalDan Fandrich2016-10-311-4/+3
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-4/+4
* parsedate: handle cut off numbers betterDaniel Stenberg2016-10-311-1/+7
* test557: verify printf() with 128 and 129 argumentsDaniel Stenberg2016-10-081-0/+104
* New libcurl option to keep sending on errorMichael Kaufmann2016-09-222-0/+204