3938e0f5 | 29-Aug-2003 |
Daniel Stenberg |
typecast to prevent compiler warning |
fa162e8f | 28-Aug-2003 |
Daniel Stenberg |
CURLOPT_BUFFERSIZE must not be smaller than 0 (zero) as that is impossible for us to deal with |
a95df824 | 28-Aug-2003 |
Daniel Stenberg |
Henrik Storner's rewrite that includes a nice usage of curl_multi_info_read() |
8feb5110 | 28-Aug-2003 |
Daniel Stenberg |
only do chmod if there's a file present |
32899f83 | 24-Aug-2003 |
Daniel Stenberg |
added the strcasecmp() proto here (moved from setup.h), as this is the only file within libcurl to use that function |
dc7c6d10 | 24-Aug-2003 |
Daniel Stenberg |
removed the strcasecmp() proto from here, and moved it to the strequal.c file instead |
7fdd0bd3 | 22-Aug-2003 |
Daniel Stenberg |
we support any number of globs now, even for #[num] ones |
4459d3b4 | 22-Aug-2003 |
Daniel Stenberg |
have cwd_and_mkd prefixed with ftp_ to make it appear as a ftp-only function |
7e7d8947 | 22-Aug-2003 |
Daniel Stenberg |
use proper type to prevent compiler warning |
e67d15b5 | 21-Aug-2003 |
Daniel Stenberg |
Vincent Sanders provided a fix for name resolving when linked with uClibc. |
bd78878c | 20-Aug-2003 |
Daniel Stenberg |
CURLINFO_RESPONSE_CODE instead of CURLINFO_HTTP_CODE |
5974309d | 20-Aug-2003 |
Daniel Stenberg |
CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE |
d00e4a37 | 20-Aug-2003 |
Daniel Stenberg |
store the FTP response code in the httpcode variable |
afc6ade2 | 20-Aug-2003 |
Daniel Stenberg |
removed the goto and re-indented slightly |
734e8d62 | 20-Aug-2003 |
Daniel Stenberg |
transfer fix for multi interface |
61629d2c | 20-Aug-2003 |
Daniel Stenberg |
made curl_multi_info_read() set 'msgs_in_queue' to 0 even when it returns NULL! |
cb48c6a3 | 19-Aug-2003 |
Daniel Stenberg |
recent action |
93a29c3c | 19-Aug-2003 |
Daniel Stenberg |
Now offering support for multiple -T on the same command line, just make sure you have one URL for each -T. A -T file name can also be "globbed" like -T "{file1,file2}". Test case 14
Now offering support for multiple -T on the same command line, just make sure you have one URL for each -T. A -T file name can also be "globbed" like -T "{file1,file2}". Test case 149 verifies this functionality.
show more ...
|
e92b7c73 | 19-Aug-2003 |
Daniel Stenberg |
test case 149 is here |
0ea74e32 | 19-Aug-2003 |
Daniel Stenberg |
switch off globbing to enable [] in file names for -T |
3bd52e3c | 19-Aug-2003 |
Daniel Stenberg |
check the upload |
c7f9c51f | 19-Aug-2003 |
Daniel Stenberg |
teste multiple uploads in one command line |
b1da9817 | 19-Aug-2003 |
Daniel Stenberg |
make sure the 'done' variable is always set to something in the Curl_is_resolved() function |
0496598e | 19-Aug-2003 |
Daniel Stenberg |
when --enable-debug is used to set debug options with gcc, use -Wno-long-long to inhibit long long warnings (ISO C90 does not support `long long') |
fb3eee5f | 19-Aug-2003 |
Daniel Stenberg |
Respect HAVE_LONGLONG to support 'long long' |