Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-27 | Removed cut-and-paste cruft leading to fclose() of an unopened file | Dan Fandrich | |
2007-09-26 | Max Katsev reported that when doing a libcurl FTP request with | Daniel Stenberg | |
CURLOPT_NOBODY enabled but not CURLOPT_HEADER, libcurl wouldn't do TYPE before it does SIZE which makes it less useful. I walked over the code and made it do this properly, and added test case 542 to verify it. |