summaryrefslogtreecommitdiff
path: root/tests/libtest/lib571.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-021-1/+1
* build: fix Codacy warningsMarcel Raad2019-06-051-2/+1
* whitespace fixesViktor Szakats2018-09-231-1/+0
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
* libtest: fix int-in-bool-context warningsMarcel Raad2017-06-031-1/+1
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-5/+10
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-241-1/+2
* code: style updatesDaniel Stenberg2016-04-031-1/+1
* tests/libtest: follow our code style guidelines betterDaniel Stenberg2016-04-031-5/+6
* 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-2/+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-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* fix several compiler warningsYang Tse2012-03-221-2/+5
* test suite: libtest header inclusion cleanupYang Tse2011-09-061-4/+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-4/+11
* fix compiler warningYang Tse2010-02-051-2/+2
* Addes OOM handling for curl_easy_setopt() calls in testYang Tse2010-02-051-20/+47
* Fix portability issue related with unaligned memory accessYang Tse2010-02-031-6/+15
* include headersYang Tse2010-02-021-2/+14
* Conroy added a check to the coded message size since the docs stipulateYang Tse2010-02-011-3/+8
* portability fixYang Tse2010-01-281-4/+6
* Chris Conroy provided first RTSP testsYang Tse2010-01-281-0/+139