3a36d4fd | 13-Feb-2004 |
Daniel Stenberg |
removed usage of unset variables (by a function that does nothing!) |
12b71e42 | 13-Feb-2004 |
Daniel Stenberg |
return an int |
d25a0a1b | 13-Feb-2004 |
Daniel Stenberg |
return an int, not a CURLcode |
4d17e775 | 13-Feb-2004 |
Daniel Stenberg |
use CURLcode, not int, prevents picky compilers to warn |
6a921197 | 13-Feb-2004 |
Daniel Stenberg |
the now and start variables were never really used |
fa57a8a7 | 13-Feb-2004 |
Daniel Stenberg |
Ben Greear's SO_BINDTODEVICE patch that binds to a network interface "even more" when the previous approach. Known to work on Linux, possibly on other platforms as well. |
eb4d65d0 | 13-Feb-2004 |
Daniel Stenberg |
Tor Arntsen made the ares build warnings etc get included as well |
e7d9ea89 | 13-Feb-2004 |
Daniel Stenberg |
Greg Hewgill found out 'contentlength' wasn't big enough to hold a large file! |
372b141d | 13-Feb-2004 |
Daniel Stenberg |
make the path const |
115e74a8 | 13-Feb-2004 |
Daniel Stenberg |
I made the same fix here, that Tor already did in the ftp.c code. To make sure this doesn't get weird on 64bit archs. |
1b26fe39 | 13-Feb-2004 |
Daniel Stenberg |
Tor Arntsen's fix for the bad (64bit wise) typecast when using gmtime() |
4674f3f1 | 12-Feb-2004 |
Daniel Stenberg |
Make hostcache_fixoffset() take a long for offset, to fully work with 64bit archs, also no longer typecast pointers to ints as that is a nono on 64bit systems. |
d8a14156 | 12-Feb-2004 |
Daniel Stenberg |
up to date with recent fixes |
773e7e87 | 12-Feb-2004 |
Daniel Stenberg |
If no nroff tool is found, or if no command line switch to nroff that converts a man page to text is found, we disable the built-in manual stuff to still be able to build. |
1d937d62 | 12-Feb-2004 |
Daniel Stenberg |
support configure --disable-manual |
f3663a9d | 12-Feb-2004 |
Daniel Stenberg |
added --enable/disable-manual |
199b2f46 | 12-Feb-2004 |
Daniel Stenberg |
no need to run make test in the data dir anymore |
49ab1d91 | 12-Feb-2004 |
Daniel Stenberg |
provide a source path to the servers to make them find the tests when run outside the source dir, not needing any symlinks |
f9a6e7b6 | 12-Feb-2004 |
Daniel Stenberg |
stop doing the weirdo symlinks |
5d64d657 | 12-Feb-2004 |
Daniel Stenberg |
removed the subchar variable, it was only set and never used |
52caba04 | 12-Feb-2004 |
Daniel Stenberg |
removed the ldaptext variable, it was only set and never used |
ad1a7020 | 12-Feb-2004 |
Daniel Stenberg |
removed the nth variable, it was only set and never used anyway |
d57eed6f | 12-Feb-2004 |
Daniel Stenberg |
No longer receive the return code in ConnectionKillOne() that wasn't dealt with anyway and thus caused picky compiler to warn. |
a3d39efa | 11-Feb-2004 |
Daniel Stenberg |
Andr�s Garc�a's additional fix to make the OpenSSL stuff work for msys/mingw |
50efb8f3 | 11-Feb-2004 |
Daniel Stenberg |
#if-check for SIGALRM before assuming it is present |