History log of /curl/ (Results 25276 – 25300 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8103915717-Feb-2007 Yang Tse

compiler warning fix

c461254d17-Feb-2007 Dan Fandrich

Do a better job at determining what test servers *really* need to link against.

3f140a6017-Feb-2007 Dan Fandrich

getpart implicitly drags in some networking functions, so it needs to be
linked to the networking libraries.

a0a47f2717-Feb-2007 Dan Fandrich

Better separate the library dependencies into those required by libcurl
and those required by other components to avoid forcing unneeded
dependencies into the target objects.

213017e917-Feb-2007 Dan Fandrich

Remove C99isms

69f2f5cb17-Feb-2007 Dan Fandrich

Replicate the configure tests that determined that timeval was available.

d46cab4a16-Feb-2007 Yang Tse

add debug messages for fopen() failures

4dc453c016-Feb-2007 Yang Tse

add debug messages for fopen() failures

a1d5983916-Feb-2007 Yang Tse

use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling

4894ce1616-Feb-2007 Yang Tse

use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling

aa4435c216-Feb-2007 Daniel Stenberg

- Duncan Mac-Vicar Prett and Michal Marek reported problems with resetting
CURLOPT_RANGE back to no range on an easy handle when using FTP.

dca8f96216-Feb-2007 Daniel Stenberg

maxdownload is actually -1 for unlimited

059b576716-Feb-2007 Yang Tse

use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling

9896421516-Feb-2007 Yang Tse

compiler warning fix

6663608d15-Feb-2007 Yang Tse

avoid redefinition of SET_ERRNO()

d21e4eb815-Feb-2007 Yang Tse

introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO()
making them available to any source code file which includes "setup.h".

Macro SOCKERRNO / SET_SOCKERRNO() ret

introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO()
making them available to any source code file which includes "setup.h".

Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno
(or equivalent) on this platform to hide platform details to code using it.

Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno
(or equivalent) on this platform to hide platform details to code using it.

show more ...

d381dd6815-Feb-2007 Yang Tse

icc 9.0 when compiling its generated code for its own FD_SET,
FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593.
So for icc 9.0 we also ignore warnings #1469 and #593.
* 593 warn

icc 9.0 when compiling its generated code for its own FD_SET,
FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593.
So for icc 9.0 we also ignore warnings #1469 and #593.
* 593 warns on "variable __d0 was set but never used"
* 1469 warns on "cc clobber ignored"

show more ...

7a97e66f15-Feb-2007 Yang Tse

compiler warning fix

d86e6d3e15-Feb-2007 Yang Tse

Do not define HAVE_GMTIME_R for native Windows builds

f99ca90515-Feb-2007 Yang Tse

Daniel Mirchandani fix to make libcurl build nicely on Winsock
build targets when --disable-verbose is specified.

e24cb6cb15-Feb-2007 Gunter Knauf

enabled IPV6 builds.

b05f408314-Feb-2007 Dan Fandrich

Added --ftp-ssl-ccc issue.

c5e7d83914-Feb-2007 Dan Fandrich

Don't bother adding a library path of /usr/lib in curl-config --libs

e3ade3cc14-Feb-2007 Yang Tse

Oops, missing argument separator comma

71afe05b14-Feb-2007 Yang Tse

in debug messages also show error description

1...<<1011101210131014101510161017101810191020>>...1351