8300a880 | 17-Feb-2004 |
Daniel Stenberg |
memdebug build, 'make' no longer builds the demo tools |
420bbd2e | 17-Feb-2004 |
Daniel Stenberg |
'make all' also builds the demos |
d87981e4 | 17-Feb-2004 |
Daniel Stenberg |
include ares_private.h to make sure we get the memdebug stuff included |
59091fa8 | 17-Feb-2004 |
Daniel Stenberg |
If CURLDEBUG is set we use the libcurl internal memdebug system to track memory leaks etc. |
dc659ec7 | 16-Feb-2004 |
Daniel Stenberg |
only build adig and ahost if 'make demos' is used |
09aa1659 | 16-Feb-2004 |
Daniel Stenberg |
support closesocket() for closing sockets as well, as then we can use this code fine on ares! |
f2fbb5f3 | 16-Feb-2004 |
Daniel Stenberg |
Make realloc() support NULL as pointer. Made to allow us to use these routines to memdebug the ares stuff as well. |
29bedfcf | 16-Feb-2004 |
Daniel Stenberg |
item 24 fixed, edited a few issues |
ccdaa0b5 | 16-Feb-2004 |
Daniel Stenberg |
Make the 'areschannel' get created in the curl_easy_init() and re-use that same channel during the whole curl handle's life until curl_easy_cleanup(). |
f5167349 | 16-Feb-2004 |
Daniel Stenberg |
updates |
d53d3369 | 16-Feb-2004 |
Daniel Stenberg |
verbose-fix, socks5-fix, dnscache-fix, configure-winmmlib-fix |
39926181 | 16-Feb-2004 |
Daniel Stenberg |
Fix verbosconnect() when ipv6-enabled to not assume that conn->serv_addr is a valid pointer, but instead always depend on the passed-in dns pointer. This happens to be NULL when the connectio
Fix verbosconnect() when ipv6-enabled to not assume that conn->serv_addr is a valid pointer, but instead always depend on the passed-in dns pointer. This happens to be NULL when the connection is re-used...
show more ...
|
8415b4a2 | 16-Feb-2004 |
Daniel Stenberg |
removed usage of a silly macro instead of the actual functions memcpy and memset |
e4916145 | 16-Feb-2004 |
Daniel Stenberg |
Jeff Lawson pointed out that we need to check for a '5' in the version field to properly work with SOCKS5 proxies. I also included some ascii art describing the SOCKS5 response, as RFC1928 de
Jeff Lawson pointed out that we need to check for a '5' in the version field to properly work with SOCKS5 proxies. I also included some ascii art describing the SOCKS5 response, as RFC1928 describes. Jeff provided details in bug report #741841 and here: http://curl.haxx.se/mail/lib-2004-02/0181.html
show more ...
|
3ec605de | 15-Feb-2004 |
Daniel Stenberg |
Andr�s Garc�a added a check for lwinmm for Mingw/sys |
a7e04cac | 15-Feb-2004 |
Daniel Stenberg |
Mark the dns entry 'inuse' properly even when used from the cache. This seems to correct some host cache screw-ups I could reproduce. |
8ddc18a4 | 15-Feb-2004 |
Daniel Stenberg |
another case which should use CURLcode and not int |
0d3aa8b7 | 15-Feb-2004 |
Daniel Stenberg |
Use the was_iface variable when binding a socket locally, even if no SO_BINDTODEVICE is present, to prevent compiler warnings about the variable |
496bbcee | 15-Feb-2004 |
Daniel Stenberg |
bind interface and large file fixes |
901edd32 | 15-Feb-2004 |
Daniel Stenberg |
recent fixes |
0612c275 | 15-Feb-2004 |
Daniel Stenberg |
(void) functions we don't check the return code for |
f3d91528 | 15-Feb-2004 |
Daniel Stenberg |
CURLcode/int cleanup to reduce IRIX warnings Removed some dates/names in the comments. |
f7fae235 | 15-Feb-2004 |
Daniel Stenberg |
spell! |
2d41efb7 | 15-Feb-2004 |
Daniel Stenberg |
don't assume we can use gcc 2.96+ options |
7abf2f44 | 13-Feb-2004 |
Daniel Stenberg |
in the socks code, make sure we receive Curl_read results in ints and Curl_write in CURLcode, to keep the picky compilers happy |