15b775e1 | 15-Dec-2003 |
Daniel Stenberg |
one correction, one addition |
3788f25e | 15-Dec-2003 |
Daniel Stenberg |
added a library-wide interface for doing dns cache pruning, and no longer make the pruning at each name lookup, only in Curl_done(). |
5b885210 | 15-Dec-2003 |
Daniel Stenberg |
added the six most recent bugfixes |
cfe53768 | 15-Dec-2003 |
Daniel Stenberg |
if Curl_hash_add() returns NULL, we shall not free the addrinfo field as that is made in the hash function in the case of failure (using the already setup 'dtor' function). |
947e6563 | 15-Dec-2003 |
Daniel Stenberg |
make sure that hash_add() has no allocated resources left in case it returns NULL |
50e75451 | 15-Dec-2003 |
Daniel Stenberg |
Giuseppe Attardi fixed a really tricky bug |
0839d6e6 | 15-Dec-2003 |
Daniel Stenberg |
We cannot 'cd' to the ares build dir to get the path, as the directory hasn't been created at this point yet when we build outside of the source dir. |
bbafc27b | 15-Dec-2003 |
Daniel Stenberg |
remove the build directory on exist, if there is any |
a7de09a9 | 12-Dec-2003 |
Daniel Stenberg |
some outputs for easier debugging |
1410deb8 | 12-Dec-2003 |
Daniel Stenberg |
only build ares if truly enabled |
7dea4acc | 11-Dec-2003 |
Daniel Stenberg |
ares-using configure should run configure in the subdir by itself |
a3c09e63 | 11-Dec-2003 |
Daniel Stenberg |
if there is an 'ares' subdirectory when configure is run with --enable-ares (without a given path), we run configure automatically in that subdir |
a025425d | 11-Dec-2003 |
Daniel Stenberg |
use the CORRECT file name! ;-) |
4eb9ac08 | 10-Dec-2003 |
Daniel Stenberg |
check for strtoll(), for the upcoming >2GB patch |
77a5e7c6 | 10-Dec-2003 |
Daniel Stenberg |
dict and a man page fixes |
8f0abd31 | 10-Dec-2003 |
Daniel Stenberg |
Use Curl_transfer() properly. Fixes the bug Gisle Vanem found! |
a13f85fb | 10-Dec-2003 |
Daniel Stenberg |
assert that we get a good index to Curl_transfer() |
3b048880 | 10-Dec-2003 |
Daniel Stenberg |
we now have a 'curlassert' function to use |
24ac5b8a | 10-Dec-2003 |
Daniel Stenberg |
check for assert.h |
9bc97b2d | 10-Dec-2003 |
Daniel Stenberg |
updated with the new configure option usage |
9825d819 | 10-Dec-2003 |
Daniel Stenberg |
curl-config bug corrected |
1e012c52 | 10-Dec-2003 |
Daniel Stenberg |
Diego Casorran tapping on Amiga support |
68c50897 | 10-Dec-2003 |
Daniel Stenberg |
added the new amiga files to the dist |
4d8a53da | 10-Dec-2003 |
Daniel Stenberg |
Diego Casorran's amiga makefiles |
29d3deae | 10-Dec-2003 |
Daniel Stenberg |
native amiga support by Diego Casorran |