summaryrefslogtreecommitdiff
path: root/tests/libtest/lib558.c
Commit message (Collapse)AuthorAgeFilesLines
* whitespace fixesViktor Szakats2018-09-231-1/+0
| | | | | | | | | | | - replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037
* code: style updatesDaniel Stenberg2016-04-031-1/+1
|
* tests/libtest: follow our code style guidelines betterDaniel Stenberg2016-04-031-2/+2
| | | | ... checksrc of all test code is pending.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* tests: add #96 #558 and #1330Yang Tse2013-03-151-0/+53
| | | | | | These verfy that the 'memory tracking' subsystem is actually doing its job when using curl tool (#96), a test in libtest (#558) and also a unit test (#1330), in order to prevent regressions in this functionallity.
* Converted tests 558 & 559 to use the unit test framework as 1305Dan Fandrich2011-03-041-188/+0
| | | | | Test 558 was just a subset of 559 which is something that can be easily added later.
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* removed trailing whitespaceYang Tse2010-02-141-1/+1
|
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
|
* Skip test #558 and #559 also when using a Win32 DLLYang Tse2009-04-091-3/+11
|
* terminate with appropriate exit codeYang Tse2008-11-071-1/+1
|
* fix OOM handlingYang Tse2008-10-311-8/+23
|
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-301-9/+8
| | | | Use a wrapper function to call system's getaddrinfo().
* test #558 tests internal hash create/destroyYang Tse2008-10-271-32/+37
| | | | test #559 tests internal hash create/add/destroy
* Skip test #558 when libcurl is built with hidden symbolsYang Tse2008-10-271-14/+42
|
* For tracing purposes log a fake call to getaddrinfoYang Tse2008-10-271-0/+7
| | | | when allocating/building the fake Curl_addrinfo.
* avoid using Curl_ip2addr(), simply build up a fake Curl_addrinfoYang Tse2008-10-271-1/+30
|
* convert test #558 into something more interesting, attemptingYang Tse2008-10-261-92/+63
| | | | now to minimally exercise some internal hash routines.
* test #558 verifies loop operation using malloc() and free()Yang Tse2008-10-261-0/+127