f39f7c28 | 17-May-2004 |
Daniel Stenberg |
'make test-torture' in the root now runs a full torture test |
a807065c | 17-May-2004 |
Daniel Stenberg |
removed debug output and trailing whitespace |
67532e91 | 17-May-2004 |
Daniel Stenberg |
grrr, fix the check again if no ftp server at all is running |
3920b4da | 17-May-2004 |
Daniel Stenberg |
torture testing and a moved CVS repo |
d70a335d | 17-May-2004 |
Daniel Stenberg |
new Curl_done() proto |
80019211 | 17-May-2004 |
Daniel Stenberg |
I made Curl_done() take a pointer-pointer in the first argument instead, and if the connection is killed it blanks the pointer it points to, to make it easier to detect usage problems whereev
I made Curl_done() take a pointer-pointer in the first argument instead, and if the connection is killed it blanks the pointer it points to, to make it easier to detect usage problems whereever Curl_done() is used.
show more ...
|
d7cb09bd | 17-May-2004 |
Daniel Stenberg |
better bailing out on memory failure |
e1171071 | 17-May-2004 |
Daniel Stenberg |
When waiting for the second connect, we now use alarm to timeout the waiting. This is necessary in case the client never connects or somehow fails to do it timely. The timeout used now is onl
When waiting for the second connect, we now use alarm to timeout the waiting. This is necessary in case the client never connects or somehow fails to do it timely. The timeout used now is only 2 seconds, which might cause problems on really slow hosts but longer times are painful when doing torture testing on FTP test cases. I'm not sure how this 'alarm' functionality works on Windows or other systems that don't actually have the alarm() function.
show more ...
|
5b0bfc29 | 17-May-2004 |
Daniel Stenberg |
improved the check for our own ftp server |
0383f7f1 | 17-May-2004 |
Daniel Stenberg |
modified to not leak memory if a libcurl function returns failure, for better memory leak detection |
23a43c6e | 17-May-2004 |
Daniel Stenberg |
Seshubabu Pasam's format fixes and added notes about DER not working for some (SSL-)options. |
eb946690 | 17-May-2004 |
Daniel Stenberg |
make it not leak memory when it returns prematurely |
c090fdbd | 17-May-2004 |
Daniel Stenberg |
automatically delete trailing white space on save in curl-mode |
de279099 | 17-May-2004 |
Daniel Stenberg |
bail out nicely if strdup() returns NULL, removed trailing whitespace |
6bd8db3c | 17-May-2004 |
Daniel Stenberg |
deleted trailing whitespace |
6176f141 | 17-May-2004 |
Daniel Stenberg |
fixed a warning on IRIX, deleted trailing whitespace |
512e54ff | 14-May-2004 |
Daniel Stenberg |
added string for the new share error code |
a5aa569f | 14-May-2004 |
Daniel Stenberg |
Added CURLSHE_NOMEM |
e2e593a0 | 14-May-2004 |
Daniel Stenberg |
clean up properly on failure to enable easier libcurl leak detection |
9ce0a7b4 | 14-May-2004 |
Daniel Stenberg |
new cvs instructions |
4ab0d742 | 14-May-2004 |
Daniel Stenberg |
enable memory debugging the same way the curl command line tool already does |
b5f85ba7 | 13-May-2004 |
Daniel Stenberg |
memory cleanup and check fix |
b6ee33c6 | 13-May-2004 |
Daniel Stenberg |
check that memory allocation functions truly return good data or bail out |
1c69b15c | 13-May-2004 |
Daniel Stenberg |
return on memory alloc fail |
54cd2bee | 13-May-2004 |
Daniel Stenberg |
better bailing out in case of no memory |