Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-26 | multi tests: OOM handling fixes - commit 629d2e34 follow-up | Yang Tse | |
2011-10-21 | multi tests: OOM handling fixes | Yang Tse | |
Additionally, improved error checking and logging. | |||
2011-10-10 | lib540.c: OOM handling fixes making test 540 pass torture testing | Yang Tse | |
2011-10-07 | libcurl: some OOM handling fixes | Yang Tse | |
2011-07-26 | fix compiler warning | Yang Tse | |
2011-06-27 | libtests: stop checking for CURLM_CALL_MULTI_PERFORM | Daniel Stenberg | |
CURLM_CALL_MULTI_PERFORM stopped being a valid return code from curl_multi_perform back in 7.20.0. All the libcurl tests are ajusted to this and no longer check for this return code. Makes them simpler. | |||
2011-05-26 | compiler warning: fix | Yang Tse | |
Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored | |||
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 | |
2009-10-10 | Fix compiler warning: loop without body | Yang Tse | |
2008-09-20 | include "memdebug.h" | Yang Tse | |
2008-05-22 | Made sure to pass longs in to curl_easy_setopt where necessary in the | Dan Fandrich | |
libtest code. | |||
2007-10-02 | Renamed a couple of global variables to avoid shadowing warnings | Yang Tse | |
2007-09-12 | Extracting the CURLINFO_PRIVATE pointer makes no point since nothing set | Daniel Stenberg | |
it. This caused a segfault in some fprintf() implementations. Like on Solaris. | |||
2007-08-07 | Fixed some icc compiler warnings. | Dan Fandrich | |
2007-07-15 | convert test case 540 to use a custom Host: header as well | Daniel Stenberg | |
2007-07-14 | Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by Shmulik | Daniel Stenberg | |
Regev on the libcurl mailing list on 10 Jul 2007, converted to a test case. |