81039157 | 17-Feb-2007 |
Yang Tse |
compiler warning fix |
c461254d | 17-Feb-2007 |
Dan Fandrich |
Do a better job at determining what test servers *really* need to link against. |
3f140a60 | 17-Feb-2007 |
Dan Fandrich |
getpart implicitly drags in some networking functions, so it needs to be linked to the networking libraries. |
a0a47f27 | 17-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. |
213017e9 | 17-Feb-2007 |
Dan Fandrich |
Remove C99isms |
69f2f5cb | 17-Feb-2007 |
Dan Fandrich |
Replicate the configure tests that determined that timeval was available. |
d46cab4a | 16-Feb-2007 |
Yang Tse |
add debug messages for fopen() failures |
4dc453c0 | 16-Feb-2007 |
Yang Tse |
add debug messages for fopen() failures |
a1d59839 | 16-Feb-2007 |
Yang Tse |
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling |
4894ce16 | 16-Feb-2007 |
Yang Tse |
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling |
aa4435c2 | 16-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. |
dca8f962 | 16-Feb-2007 |
Daniel Stenberg |
maxdownload is actually -1 for unlimited |
059b5767 | 16-Feb-2007 |
Yang Tse |
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling |
98964215 | 16-Feb-2007 |
Yang Tse |
compiler warning fix |
6663608d | 15-Feb-2007 |
Yang Tse |
avoid redefinition of SET_ERRNO() |
d21e4eb8 | 15-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 ...
|
d381dd68 | 15-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 ...
|
7a97e66f | 15-Feb-2007 |
Yang Tse |
compiler warning fix |
d86e6d3e | 15-Feb-2007 |
Yang Tse |
Do not define HAVE_GMTIME_R for native Windows builds |
f99ca905 | 15-Feb-2007 |
Yang Tse |
Daniel Mirchandani fix to make libcurl build nicely on Winsock build targets when --disable-verbose is specified. |
e24cb6cb | 15-Feb-2007 |
Gunter Knauf |
enabled IPV6 builds. |
b05f4083 | 14-Feb-2007 |
Dan Fandrich |
Added --ftp-ssl-ccc issue. |
c5e7d839 | 14-Feb-2007 |
Dan Fandrich |
Don't bother adding a library path of /usr/lib in curl-config --libs |
e3ade3cc | 14-Feb-2007 |
Yang Tse |
Oops, missing argument separator comma |
71afe05b | 14-Feb-2007 |
Yang Tse |
in debug messages also show error description |