summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* 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
* test 573: add more debug outputMarc Hoersken2015-12-231-1/+2
* test1513: make sure the callback is only called onceDaniel Stenberg2015-11-241-1/+2
* formadd: support >2GB files on windowsDaniel Stenberg2015-11-021-15/+39
* test1531: case the size to fix the test on non-largefile buildsDan Fandrich2015-10-141-1/+1
* gitignore: Sort for readabilityJay Satiro2015-08-181-1/+1
* libtest: call PR_Cleanup() on exit if NSPR is usedKamil Dudka2015-07-142-3/+16
* tests: Distribute CMakeLists.txt files in subdirectoriesRoger Leigh2015-06-251-1/+1
* test1531: verify POSTFIELDSIZE set after add_handleDaniel Stenberg2015-06-232-1/+149
* CURLOPT_OPENSOCKETFUNCTION: return error at onceDaniel Stenberg2015-06-092-1/+72
* CURLOPT_HEADEROPT: default to separateDaniel Stenberg2015-04-281-0/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-167-19/+8
* libtest: fixed linker errors on msvcSergei Nikulov2015-03-0311-29/+5
* lib530: make it less timing sensibleDaniel Stenberg2015-02-241-7/+9
* unit1600: unit test for Curl_ntlm_core_mk_nt_hashDaniel Stenberg2015-02-032-2/+18
* tests: make sure CRLFs can't be used in URLs passed to proxyDaniel Stenberg2015-01-072-1/+64