History log of /curl/ (Results 27801 – 27825 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a7913a6210-Oct-2004 Daniel Stenberg

If long is 8 bytes we can use strtol() to get 64 bit numbers and won't need
our strtoll() replacement function.

6d1b37b310-Oct-2004 Daniel Stenberg

Prevent a longjmp warning by moving the rc assign within Curl_resolv().
Andy Cedilnik reported. Warning on HP-UX?

34750cc710-Oct-2004 Daniel Stenberg

Use LL suffix for long long constants if the compiler supports it, to prevent
warnings.

af677c4e10-Oct-2004 Daniel Stenberg

If long long is supported, check if [num]LL is supported for numerical
constants.

298076e008-Oct-2004 Daniel Stenberg

--enable-ares on AIX has problem

0d2cdd9708-Oct-2004 Daniel Stenberg

Use 'struct lifreq' and SIOCGLIFADDR

eb5d3b5a08-Oct-2004 Daniel Stenberg

killed trailing whitespace

7663775908-Oct-2004 Daniel Stenberg

if basename was found, check for a prototype and if none was found, provide
our own in the formdata.c file to prevent warnings on systems without it

fe46572f08-Oct-2004 Daniel Stenberg

prevent warning with comparison between signed and unsigned

a6d4d3ee07-Oct-2004 Daniel Stenberg

use curlx_strnequal() from the private lib sources instead of strncasecmp()
for maximum portability

62f97f1807-Oct-2004 Daniel Stenberg

use curl_strnequal(), not strncasecmp()

253ff7b207-Oct-2004 Daniel Stenberg

Gisle's new fix, the old file:// leak

c274e51607-Oct-2004 Daniel Stenberg

use tld_strerror() only if previously detected, since otherwise we can't
work with libidn < 0.5.6

1239e48307-Oct-2004 Daniel Stenberg

check for tld_strerror

52313cba06-Oct-2004 Gisle Vanem

Added tld_check_name().

071218a206-Oct-2004 Gisle Vanem

Fixed tld_check_name(). idna_to_unicode_lzlz() should never fail,
but return FALSE if 'uc_name == NULL' just in case.

f0d6cc2306-Oct-2004 Gisle Vanem

USE_LIBIDN: Added Top-level-domain (TLD) check for host->name.
Only print a warning if check fails.

ceefe2e206-Oct-2004 Daniel Stenberg

test resume and redirect

9a2aed7d06-Oct-2004 Daniel Stenberg

Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if
the new URL would provide the resumed f

Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if
the new URL would provide the resumed file. Test case 188 added to verify the
fix (together with existing test 99).

show more ...

a91a753506-Oct-2004 Gisle Vanem

*** empty log message ***

01acbfa106-Oct-2004 Daniel Stenberg

updates of today

49b2896a06-Oct-2004 Daniel Stenberg

avoid warnings on systems with this member set const

39af394a06-Oct-2004 Daniel Stenberg

removed tabs and trailing whitespace from source

5c7dcc6c06-Oct-2004 Daniel Stenberg

Dan Fandrich fix for hosts that need both -lnsl and -lsocket

6c5ea2af06-Oct-2004 Daniel Stenberg

untabify

1...<<1111111211131114111511161117111811191120>>...1351