History log of /curl/ (Results 30001 – 30025 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3938e0f529-Aug-2003 Daniel Stenberg

typecast to prevent compiler warning

fa162e8f28-Aug-2003 Daniel Stenberg

CURLOPT_BUFFERSIZE must not be smaller than 0 (zero) as that is impossible
for us to deal with

a95df82428-Aug-2003 Daniel Stenberg

Henrik Storner's rewrite that includes a nice usage of curl_multi_info_read()

8feb511028-Aug-2003 Daniel Stenberg

only do chmod if there's a file present

32899f8324-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

dc7c6d1024-Aug-2003 Daniel Stenberg

removed the strcasecmp() proto from here, and moved it to the strequal.c
file instead

7fdd0bd322-Aug-2003 Daniel Stenberg

we support any number of globs now, even for #[num] ones

4459d3b422-Aug-2003 Daniel Stenberg

have cwd_and_mkd prefixed with ftp_ to make it appear as a ftp-only
function

7e7d894722-Aug-2003 Daniel Stenberg

use proper type to prevent compiler warning

e67d15b521-Aug-2003 Daniel Stenberg

Vincent Sanders provided a fix for name resolving when linked with uClibc.

bd78878c20-Aug-2003 Daniel Stenberg

CURLINFO_RESPONSE_CODE instead of CURLINFO_HTTP_CODE

5974309d20-Aug-2003 Daniel Stenberg

CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE

d00e4a3720-Aug-2003 Daniel Stenberg

store the FTP response code in the httpcode variable

afc6ade220-Aug-2003 Daniel Stenberg

removed the goto and re-indented slightly

734e8d6220-Aug-2003 Daniel Stenberg

transfer fix for multi interface

61629d2c20-Aug-2003 Daniel Stenberg

made curl_multi_info_read() set 'msgs_in_queue' to 0 even when it returns
NULL!

cb48c6a319-Aug-2003 Daniel Stenberg

recent action

93a29c3c19-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 ...

e92b7c7319-Aug-2003 Daniel Stenberg

test case 149 is here

0ea74e3219-Aug-2003 Daniel Stenberg

switch off globbing to enable [] in file names for -T

3bd52e3c19-Aug-2003 Daniel Stenberg

check the upload

c7f9c51f19-Aug-2003 Daniel Stenberg

teste multiple uploads in one command line

b1da981719-Aug-2003 Daniel Stenberg

make sure the 'done' variable is always set to something in the
Curl_is_resolved() function

0496598e19-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')

fb3eee5f19-Aug-2003 Daniel Stenberg

Respect HAVE_LONGLONG to support 'long long'

1...<<1201120212031204120512061207120812091210>>...1351