Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-15 | tests: add #96 #558 and #1330 | Yang Tse | |
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. | |||
2011-03-04 | Converted tests 558 & 559 to use the unit test framework as 1305 | Dan Fandrich | |
Test 558 was just a subset of 559 which is something that can be easily added later. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse | |
2009-04-09 | Skip test #558 and #559 also when using a Win32 DLL | Yang Tse | |
2008-11-07 | terminate with appropriate exit code | Yang Tse | |
2008-10-31 | fix OOM handling | Yang Tse | |
2008-10-30 | Use our Curl_addrinfo definition even when an addrinfo struct is available. | Yang Tse | |
Use a wrapper function to call system's getaddrinfo(). | |||
2008-10-27 | test #558 tests internal hash create/destroy | Yang Tse | |
test #559 tests internal hash create/add/destroy | |||
2008-10-27 | Skip test #558 when libcurl is built with hidden symbols | Yang Tse | |
2008-10-27 | For tracing purposes log a fake call to getaddrinfo | Yang Tse | |
when allocating/building the fake Curl_addrinfo. | |||
2008-10-27 | avoid using Curl_ip2addr(), simply build up a fake Curl_addrinfo | Yang Tse | |
2008-10-26 | convert test #558 into something more interesting, attempting | Yang Tse | |
now to minimally exercise some internal hash routines. | |||
2008-10-26 | test #558 verifies loop operation using malloc() and free() | Yang Tse | |