summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* 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
* easy: Reset all statistical session info in curl_easy_resetJay Satiro2016-09-202-1/+85
* CMake: Try to (un-)hide private library symbolsJakub Zakrzewski2016-09-101-0/+4
* libtest/test.h: fix typo (#988)Mark Hamilton2016-09-031-1/+1
* mprintf: Fix processing of width and prec argsJay Satiro2016-05-131-0/+49
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* lib1517: checksrc complianceDaniel Stenberg2016-04-241-2/+3
* tests: added test1517Karlson2k2016-04-202-1/+119
* make/checksrc: use $srcdir, not $top_srcdirDaniel Stenberg2016-04-191-1/+1
* checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg2016-04-181-1/+1
* tests: Fixed header files to comply with our code styleSteve Holme2016-04-031-1/+1
* code: style updatesDaniel Stenberg2016-04-0339-85/+85
* checksrc: run checksrc in tests when 'make checksrc' in rootDaniel Stenberg2016-04-031-1/+4
* lib557: allow too long linesDaniel Stenberg2016-04-031-4/+7
* tests/libtest: follow our code style guidelines betterDaniel Stenberg2016-04-0371-661/+682
* curl/mprintf.h: remove support for _MPRINTF_REPLACEDaniel Stenberg2016-04-0113-134/+143
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-03103-105/+105
* test 1515: add MSYS support by passing a relative pathMarc Hoersken2015-12-261-1/+1
* tests first.c: fix calculation of sleep timeout on WindowsMarc Hoersken2015-12-231-1/+1