Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-17 | tests: enable time tracing on tests 500, 573 and 585 | Yang Tse | |
2011-12-20 | lib500: verify timers relative each other | Daniel Stenberg | |
As commit ce896875f8 fixed a timer that accidentally had been moved in code and then returned a bad timer, the lib500.c code (used in test 500 and some others) now verifies 5 timers against each other to verify that they have the correct relative values. We cannot compare against absolute values as the timings will vary a lot. | |||
2011-12-04 | test: verify the opensocket callback for FTP | Daniel Stenberg | |
test 595: for passive FTP test 596: for active FTP | |||
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse | |
2011-05-24 | compiler warning: fix | Yang Tse | |
Fix compiler warning: external definition with no prior declaration | |||
2011-05-19 | tests: verify OPEN/CLOSESOCKETFUNCTION | Yang Tse | |
Test 585: Fix opensocket return type, and avoid function name clash. | |||
2011-05-18 | tests: verify OPEN/CLOSESOCKETFUNCTION | Daniel Stenberg | |
Test 585 and 586 were added. Using a modified lib500.c | |||
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. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-05 | Addes OOM handling for curl_easy_setopt() calls in test | Yang Tse | |
2008-09-20 | include "memdebug.h" | Yang Tse | |
2008-06-06 | - Added CURLINFO_PRIMARY_IP as a new information retrievable with | Daniel Stenberg | |
curl_easy_getinfo. It returns a pointer to a string with the most recently used IP address. Modified test case 500 to also verify this feature. The implementing of this feature was sponsored by Lenny Rachitsky at NeuStar. | |||
2008-05-22 | Made sure to pass longs in to curl_easy_setopt where necessary in the | Dan Fandrich | |
libtest code. | |||
2006-10-25 | Add project notice and file Id | Yang Tse | |
2006-10-25 | Use curl_global_init() and curl_global_cleanup(). | Yang Tse | |
Improve cleanup in case of initialization failure. | |||
2004-02-19 | typecast the type to an int on return | Daniel Stenberg | |
2004-02-19 | return int from test() | Daniel Stenberg | |
2002-12-12 | fixes | Daniel Stenberg | |
2002-12-12 | The first ever attempts to do pure libcurl test cases | Daniel Stenberg | |