Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-08 | Fixes for non-ASCII platforms by David McCreedy | 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. | |||
2008-04-17 | fix compiler warning: enumerated type mixed with another type | Yang Tse | |
2008-04-16 | Added test case 555, a variation of 547 but using multi interface instead of | Daniel Stenberg | |
easy. This was reported not working by Penugonda Chenna Reddy in http://curl.haxx.se/mail/lib-2008-04/0046.html but I fail to repeat that problem. |