aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib506.c
AgeCommit message (Collapse)Author
2011-09-06test suite: libtest header inclusion cleanupYang Tse
Added missing memoryTracking to test cases 560 and 583. If this triggers leak detection on these, it only means that previously it was going unnoticed.
2011-07-24errno.h inclusion conditionally done in setup_once.hYang Tse
2011-03-10sources: update source headersDaniel Stenberg
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-05Addes OOM handling for curl_easy_setopt() calls in testYang Tse
2009-05-08Fixes for non-ASCII platforms by David McCreedyYang Tse
2008-09-20include "memdebug.h"Yang Tse
2008-09-18fix compiler warning: external definition with no prior declarationYang Tse
2008-09-15Changed the test data file so it passes an XML syntax checkDan Fandrich
2008-07-15add comment for include pathsYang Tse
2008-05-22Made sure to pass longs in to curl_easy_setopt where necessary in theDan Fandrich
libtest code.
2008-02-27Michal Marek's cleanup of how curl_easy_setopt() is used in examples andDaniel Stenberg
test code. Thanks to his curl_easy_setopt() typechecker work...
2007-09-27Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich
variables to avoid shadowing global declarations.
2007-07-23Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich
some few internal identifiers to avoid conflicts, which could be useful on other platforms.
2007-02-04Constify argument to suburl(). Remove trailing space.Gisle Vanem
2006-10-25Add project notice and file IdYang Tse
2006-10-25Use curl_global_init() and curl_global_cleanup().Yang Tse
Improve cleanup in case of initialization failure.
2006-07-17Fix compiler warning "enumerated type mixed with another type"Yang Tse
2004-05-14clean up properly on failure to enable easier libcurl leak detectionDaniel Stenberg
2004-05-06simplied the creation of new urlsDaniel Stenberg
2004-03-23minor edits to make picky compilers whine lessDaniel Stenberg
2004-02-25typecast to int when printfing CURLcodeDaniel Stenberg
2004-02-19provide protos to the functions to prevent warningsDaniel Stenberg
2004-02-13return an intDaniel Stenberg
2004-02-09Uninitialized variable set.Daniel Stenberg
2004-02-05changed the test() function to return type intDaniel Stenberg
2003-12-16modified and corrected test 506Daniel Stenberg
2003-08-11test case 506 added, written by Dirk ManskeDaniel Stenberg