History log of /curl/ (Results 29151 – 29175 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7adf43c123-Feb-2004 Daniel Stenberg

ares_free_errmem is gone

d007e56123-Feb-2004 Daniel Stenberg

unused and now removed

888eec8323-Feb-2004 Daniel Stenberg

Removed getpass from here. The fact this still was present here indicates
that this file is out of date!

2911e63b23-Feb-2004 Daniel Stenberg

curl_off_t is 8 bytes big on windows

34d247bc23-Feb-2004 Daniel Stenberg

switch the arguments according to the c source

99bc7e5f23-Feb-2004 Daniel Stenberg

oops, the decode() function got its arguments reversed in my cleanup
operation!

0b1f799523-Feb-2004 Daniel Stenberg

correct the input data structs

f35c282123-Feb-2004 Daniel Stenberg

use size_t to keep strlen() results

35fd136523-Feb-2004 Daniel Stenberg

simplied how create_hostcache_id() is used, and also its function somewhat
cleared up some ssize_t/size_t mixups

f493081023-Feb-2004 Daniel Stenberg

adjusted to the modified base64 protos

e1b5e15423-Feb-2004 Daniel Stenberg

More size_t cleanups in the base64 functions.

1aba4c5123-Feb-2004 Daniel Stenberg

The base64 encode function now takes a size_t for size, not an int as
previously.

ae76a67523-Feb-2004 Daniel Stenberg

more int vs long/size_t fixes after icc compiler warnings

76241d0a23-Feb-2004 Daniel Stenberg

more int/long fixes after icc "remarks"

89227a9d23-Feb-2004 Daniel Stenberg

next_id is an unsigned short, typecast the assign to prevent picky compilers
to warn

dfb5090e23-Feb-2004 Daniel Stenberg

typecase the bitfiddling results since we get a long and we store an int,
they may not be of the size size

c7fe8a7a23-Feb-2004 Daniel Stenberg

make ares_expand_name() take a long * instead of an int *, since we do
pointer arithmetic (ptr1 - ptr2) and to do that properly on 64bit we need
long

7174ca7a23-Feb-2004 Daniel Stenberg

strlen() returns a size_t, which might be larger than int on some platforms

2e61fde023-Feb-2004 Daniel Stenberg

argh, use single-quotes instead of double ones to make $Revision appear

41263f7d23-Feb-2004 Daniel Stenberg

use the proper source header, and set the version string to this file's
revision number

02095ba023-Feb-2004 Daniel Stenberg

cd back to the root path before removing the build dir, since some systems
refuse to remove the dir otherwise!

32a678ea22-Feb-2004 Daniel Stenberg

Dominick Meglio's fix for supporting multiple names in the Nameserver key
on Windows.

bd7ba3bd22-Feb-2004 Daniel Stenberg

this code uses no long long, so we can have warnings about them

0ffec42722-Feb-2004 Daniel Stenberg

the missing part of Gisle Vanem's connect-timeout fix for win32

ea4cd4d821-Feb-2004 Daniel Stenberg

-Wno-format-nonliteral does not exist in my gcc 2.96, only use that with
newer versions

1...<<1161116211631164116511661167116811691170>>...1351