summaryrefslogtreecommitdiff
path: root/tests/libtest/lib552.c
Commit message (Expand)AuthorAgeFilesLines
* www.curl.se: new project homebagder/www.curl.seDaniel Stenberg2020-11-021-1/+1
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-2/+2
* tests: Fix format specifiersRikard Falkeborn2018-05-141-2/+2
* code style: use spaces around plusesDaniel Stenberg2017-09-111-9/+11
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-7/+7
* tests: Make sure libtests call curl_global_cleanup()Dan Fandrich2017-08-191-7/+3
* libtest: fix implicit-fallthrough warnings with GCC 7Marcel Raad2017-06-031-0/+1
* test552: Fix typosDaniel Gustafsson2017-02-071-1/+1
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-1/+2
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* code: style updatesDaniel Stenberg2016-04-031-1/+1
* tests/libtest: follow our code style guidelines betterDaniel Stenberg2016-04-031-9/+13
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* 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/+4
* sources: update source headersDaniel Stenberg2011-03-101-2/+15
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Addes OOM handling for curl_easy_setopt() calls in testYang Tse2010-02-051-29/+33
* Fixes for non-ASCII platforms by David McCreedyYang Tse2009-05-081-0/+5
* include "memdebug.h"Yang Tse2008-09-201-0/+2
* fix compiler warning: external definition with no prior declarationYang Tse2008-09-181-6/+6
* Fixed test 553 to pass the torture test.Dan Fandrich2008-07-111-3/+4
* Made sure to pass longs in to curl_easy_setopt where necessary in theDan Fandrich2008-05-221-4/+4
* Michal Marek's cleanup of how curl_easy_setopt() is used in examples andDaniel Stenberg2008-02-271-2/+2
* Fix 'format string' compiler warningYang Tse2008-01-041-3/+3
* In an attempt to repeat the problem in bug report #1850730Daniel Stenberg2007-12-261-0/+194