summaryrefslogtreecommitdiff
path: root/tests/libtest/lib570.c
Commit message (Expand)AuthorAgeFilesLines
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-4/+8
* code: style updatesDaniel Stenberg2016-04-031-1/+1
* tests/libtest: follow our code style guidelines betterDaniel Stenberg2016-04-031-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-3/+1
* libtest: fixed linker errors on msvcSergei Nikulov2015-03-031-3/+0
* libtest: fix data type of some *_setopt() 'long' argumentsYang Tse2013-07-221-2/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* test suite: libtest header inclusion cleanupYang Tse2011-09-061-1/+0
* sources: update source headersDaniel Stenberg2011-03-101-2/+15
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* OOM handling fixYang Tse2010-02-061-0/+3
* fix compiler warningYang Tse2010-02-051-3/+3
* Addes OOM handling for curl_easy_setopt() calls in testYang Tse2010-02-051-19/+35
* Chris Conroy provided first RTSP testsYang Tse2010-01-281-0/+87