Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-30 | removed trailing whitespace | Yang Tse | |
2011-10-21 | multi tests: OOM handling fixes | Yang Tse | |
Additionally, improved error checking and logging. | |||
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse | |
2011-08-21 | MemoryTracking: adjust initialization calling - followup | Yang Tse | |
Fix macro definition | |||
2011-08-20 | MemoryTracking: adjust initialization calling | Yang Tse | |
Calling of curl_memdebug() was still done with a pending free() | |||
2011-05-25 | unit tests: build adjustment | Yang Tse | |
Also define UNITTESTS macro when building unit test sources. Fixing compiler warning: external definition with no prior declaration | |||
2011-03-10 | sources: update source headers | Daniel 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. | |||
2011-01-03 | unittest: framework for unit-testing | Daniel Stenberg | |
This is the first approach at doing fairly clean and easy to write and debug unit tests. | |||
2010-11-28 | atoi: remove atoi usage | Yang Tse | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-01-21 | Call setlocale() for libtest tests to test the effects of locale-induced | Dan Fandrich | |
libc changes on libcurl. | |||
2008-09-20 | include "memdebug.h" | Yang Tse | |
2008-09-18 | fix compiler warning: external declaration in primary source file | Yang Tse | |
2007-10-02 | Renamed a couple of global variables to avoid shadowing warnings | Yang Tse | |
2007-07-15 | let's just export the whole argc + argv pair globally so that each test tool | Daniel Stenberg | |
can take advantage of it however they see fit! | |||
2007-07-14 | add support for arg3 as the third argument... | Daniel Stenberg | |
2006-10-25 | Add project notice and file Id | Yang Tse | |
2006-10-18 | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse | |
to verify winsock API availability. | |||
2006-10-11 | Remove redundant __CYGWIN__ symbol check | Yang Tse | |
2006-09-12 | Cygwin preprocessor adjustments | Yang Tse | |
2006-09-10 | Added select_test() function to allow selecting on no sockets on | Gisle Vanem | |
Winsock. | |||
2005-01-27 | Use the same work-around for the memdebug stuff as in the command line client, | Daniel Stenberg | |
to allow the contents of the env var decide the file name. | |||
2004-05-14 | enable memory debugging the same way the curl command line tool already does | Daniel Stenberg | |
2004-02-05 | changed the test() function to return type int | Daniel Stenberg | |
2003-07-04 | CURLDEBUG not MALLOCDEBUG anymore | Daniel Stenberg | |
2003-01-08 | nah, include test.h instead | Daniel Stenberg | |
2003-01-08 | include curl.h without directory | Daniel Stenberg | |
2002-12-13 | set up arg2 to point to argv[2] to be used at will by programs | Daniel Stenberg | |
2002-12-12 | fixes | Daniel Stenberg | |
2002-12-12 | The first ever attempts to do pure libcurl test cases | Daniel Stenberg | |