History log of /curl/ (Results 29176 – 29200 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c7775c5921-Feb-2004 Daniel Stenberg

mention in --limit-rate that --speed-limit might ruin the limiting slightly.

243bd5bb21-Feb-2004 Daniel Stenberg

David Byron's fix to allow the speed-limit logic work even if you set
limit-rate. It does work on the expense of the rate limiter.

4bde770121-Feb-2004 Daniel Stenberg

added some extra typecasts to prevent compiler warnings when converting
int to various types

9af7e46f21-Feb-2004 Daniel Stenberg

inlcude krb4.h to get the proto for Curl_krb_kauth() to satisfy picky
compilers

7d844c4320-Feb-2004 Daniel Stenberg

Gisle Vanem brings name resolving timeout possibilities to windows people.
This works by magicly starting up a new thread that can be killed when the
timeout is reached. testtesttest!

4f953b6420-Feb-2004 Daniel Stenberg

that icc attempt in configure

44995d6820-Feb-2004 Daniel Stenberg

Some compilers warn on completely empty source files, we provide a blank
one to prevent that.

2ebc821520-Feb-2004 Daniel Stenberg

Convert functions to ANSI-style declaration to prevent compiler warnings

907bb78f20-Feb-2004 Daniel Stenberg

When the built-in manual is disabled, we generate a function doing nothing
just to avoid making a totally empty file. Just to avoid compiler warnings.

b2e1bf7e20-Feb-2004 Daniel Stenberg

No longer support Z as a flag to print size_t, it isn't used by libcurl
and I doubt anyone else uses it.

Better preprocessor magic for the O flag (for curl_off_t printing) to prevent

No longer support Z as a flag to print size_t, it isn't used by libcurl
and I doubt anyone else uses it.

Better preprocessor magic for the O flag (for curl_off_t printing) to prevent
compiler warnings.

show more ...

7173a0f720-Feb-2004 Daniel Stenberg

cool.haxx.se, no longer sourceforge

a49bebc720-Feb-2004 Daniel Stenberg

Only use -Wstrict-prototypes with gcc 3.3 or later.
It is working with earlier versions, but when I use it with 3.0.3, I can't
get it to ignore errors in "system headers" with -isystem so we

Only use -Wstrict-prototypes with gcc 3.3 or later.
It is working with earlier versions, but when I use it with 3.0.3, I can't
get it to ignore errors in "system headers" with -isystem so we get
excessive amounts of warnings on SSL headers which is very annoying.

show more ...

8777ba7e20-Feb-2004 Daniel Stenberg

include sys/select.h to prevent picky compiler warnings when using select()
without proto

a396691920-Feb-2004 Daniel Stenberg

we call the macro CURLMAX() isntead of MAX(), just because it turned up
it collides with another MAX define on some platforms (like netbsd 1.6.1)

2c0c75e320-Feb-2004 Daniel Stenberg

oops, missed a define when I changed from Curl_ to curlx_

236337ce20-Feb-2004 Daniel Stenberg

fix protos to prevent warnings

224ccc7820-Feb-2004 Daniel Stenberg

added getpart.h for the spitout() proto

ccde85d120-Feb-2004 Daniel Stenberg

%HTTPPORT supported in subVariables

9e7657d620-Feb-2004 Daniel Stenberg

mention what ports the test suite uses

7ac455fc20-Feb-2004 Daniel Stenberg

When trying to see if there's a friendly http server on "our" port, we
only accept return code 7 to indicate that there's no server present.

e295cd7519-Feb-2004 Daniel Stenberg

-Wcast-align is a bit too annoying

a472cd9319-Feb-2004 Daniel Stenberg

Anything that looks like gcc 5.0 or more is no longer treated as gcc. I hope
this will make us exclude icc 8.0 etc.

8794cb2819-Feb-2004 Daniel Stenberg

refer to FILEFORMAT

455b1af219-Feb-2004 Daniel Stenberg

When --enable-debug is used, for every -I provided to $CPPFLAGS we add
a corresponding -isystem, if using gcc, to inhibit warnings on those
headers.

d765a00a19-Feb-2004 Daniel Stenberg

Tor Arntsen's tiny fix!

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