History log of /curl/ (Results 28201 – 28225 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b0cd964724-Jun-2004 Daniel Stenberg

oops 5 bytes makes 4 letters plus zero byte

387ec71224-Jun-2004 Daniel Stenberg

fix warning

f2a99d7d24-Jun-2004 Daniel Stenberg

the _num_chars() function is not used, removing

8b6b15dc24-Jun-2004 Daniel Stenberg

to prevent compier warnings, we only declare len if we have code
that uses it

bbb72b7b24-Jun-2004 Daniel Stenberg

Gisle: free used memory better

785bad3824-Jun-2004 Daniel Stenberg

Gisle cleaned up remaining host resolve re-org issues

cf10df6c24-Jun-2004 Daniel Stenberg

include header for our printfs

5b55dcbf24-Jun-2004 Daniel Stenberg

reverted bad win32 fix

e7dbbd1624-Jun-2004 Gunter Knauf

fixed the MSVC build.

62f0457924-Jun-2004 Daniel Stenberg

length limit the sscanf() parsing to prevent buffer overflow

8879b57b24-Jun-2004 Daniel Stenberg

ah, simplified my latest change more

e49a6fea24-Jun-2004 Daniel Stenberg

fix for systems without gethostbyname_r()

feb2dd2824-Jun-2004 Daniel Stenberg

Replaced all uses of sprintf() with the safer snprintf(). It is just a
precaution to prevent mistakes to lead to buffer overflows.

5e34f3dc24-Jun-2004 Daniel Stenberg

made the Curl_he2ai() take the port number as an int intead, to avoid lots
of typecasts all over

0031d76f24-Jun-2004 Daniel Stenberg

use snprintf() to be on the safe side

00ee738f24-Jun-2004 Daniel Stenberg

typecasts to prevent warnings

8d0a823124-Jun-2004 Daniel Stenberg

only use sockaddr_in6 on ipv6-enabled hosts

9729df1724-Jun-2004 Daniel Stenberg

socks proxy support even when libcurl is built ipv6-enabled

cdb419d624-Jun-2004 Daniel Stenberg

typecast to prevent warning

d6f9a41524-Jun-2004 Daniel Stenberg

use Curl_addrinfo, not 'struct addrinfo'

1daa258b24-Jun-2004 Daniel Stenberg

fixed problems I missed to fix from my cleanup

560c257b24-Jun-2004 Daniel Stenberg

prevent warning

d7aae41724-Jun-2004 Daniel Stenberg

Yet another resolve code re-org

c39858aa24-Jun-2004 Daniel Stenberg

Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
linked list for name resolved data, even on hosts/systems with only IPv4
stacks as this simplifies a lot of code.

818aed3523-Jun-2004 Daniel Stenberg

static functions are better not Curl_ prefixed to make their static
status more obvious

1...<<1121112211231124112511261127112811291130>>...1351