Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-05 | options we get as longs need to be typecasted when assigned to prevent | Daniel Stenberg | |
picky compiler warnings | |||
2004-02-05 | fix return type to silence compiler warnings | Daniel Stenberg | |
2004-02-05 | prevent warning from that picky MIPSpro compiler | Daniel Stenberg | |
2004-02-05 | compiler warning fix, compare struct pointers of the same type | Daniel Stenberg | |
2004-02-05 | use the timeout options when waiting for the server to connect when using | Daniel Stenberg | |
PORT Provide better error messages to allow debugging if one if the ipv6-related name functions fail in the ftp_use_port() function. This might help us diagnose the problems on AIX. Also make sure getaddrinfo() uses NULL and not "0" for the service argument. | |||
2004-02-05 | hide the pack_hostent proto if ipv6 is enabled, as figured out by Tor Arntsen | Daniel Stenberg | |
2004-02-05 | Fix the socklen_t type too. Needed only when built with memory debugging | Daniel Stenberg | |
as then we include the memdebug.h header from the lib dir, and it then requires this type... (fails on IRIX 6.5 without this) | |||
2004-02-04 | fixed "comparison between signed and unsigned" complaints | Daniel Stenberg | |
2004-02-04 | don't use 'sin' as variable name as the picky compiler warnings complain | Daniel Stenberg | |
about it shadowing the function sin() | |||
2004-02-04 | fixing | Daniel Stenberg | |
2004-02-04 | prevent a compiler warning about a macro definition | Daniel Stenberg | |
2004-02-04 | prevent the windows version to use global symbol names | Daniel Stenberg | |
added prototypes for the strcasecmp() functions | |||
2004-02-04 | we use the more aggressive compiler warnings | Daniel Stenberg | |
2004-02-04 | made more pointers unsigned, as they were mostly used passed in to functions | Daniel Stenberg | |
that assume them to be unsigned. Stops compiler warnings. | |||
2004-02-04 | typecast comparision between signed and unsigned | Daniel Stenberg | |
2004-02-04 | try_config() takes a second parameter as const, to prevent picky compiler | Daniel Stenberg | |
warnings | |||
2004-02-04 | takes a void *, not a char * anymore | Daniel Stenberg | |
2004-02-04 | ares_free_string() now takes a void * instead | Daniel Stenberg | |
2004-02-04 | don't compare signed and unsigned | Daniel Stenberg | |
2004-02-04 | added a tags target | Daniel Stenberg | |
2004-02-04 | new configure file | Daniel Stenberg | |
2004-02-04 | use configure.ac instead of configure.in | Daniel Stenberg | |
support --enable-debug to switch on picky compiler options | |||
2004-02-04 | stop a compiler warning | Daniel Stenberg | |
2004-02-03 | no one uses libcurl before 7.7 anyway... | Daniel Stenberg | |
2004-02-03 | libcares.a is here | Daniel Stenberg | |
2004-02-03 | link with libcares instead of libares | Daniel Stenberg | |
2004-02-03 | We now produce 'libcares.a' instead, to make it possible to have both c-ares | Daniel Stenberg | |
and the original ares installed in the same lib dir. | |||
2004-02-03 | the configure and memdebug fixes of yday | Daniel Stenberg | |
2004-02-03 | the unused quit-function didn't pass a correct variable type to the | Daniel Stenberg | |
response reading function | |||
2004-02-03 | add link to the new cares web site | Daniel Stenberg | |
2004-02-03 | added notes about incompatible functions | Daniel Stenberg | |
2004-02-03 | adjusted to the new single-parameter version of this function | Daniel Stenberg | |
2004-02-03 | removed odd newline | Daniel Stenberg | |
2004-02-03 | added the missing ares numerical version initialiser | Daniel Stenberg | |
2004-02-03 | modified *strerror() | Daniel Stenberg | |
2004-02-02 | Use the nroff option figured out by the configure script. An attempt to | Daniel Stenberg | |
make this better on more systems. | |||
2004-02-02 | try to figure out if -man or -mandoc works to get text with the NROFF | Daniel Stenberg | |
utility | |||
2004-02-02 | undef accept before defining it, since AIX 5.2 has it as a define! | Daniel Stenberg | |
2004-02-02 | more test91 tweaks and some c-ares stuff | Daniel Stenberg | |
2004-02-02 | now provides c-ares version info in both version calls | Daniel Stenberg | |
2004-02-02 | Introducing the SECOND version of the version_info struct. This should | Daniel Stenberg | |
be backwards compatible with older libcurls just fine. | |||
2004-02-02 | use the new single-argument ares_strerror() | Daniel Stenberg | |
2004-02-02 | adjusted to the modified ares_strerror() function | Daniel Stenberg | |
NOTE that this breaks ares-compatibility, we have now officially taken the turn into the c-ares path. We will now officially depend on c-ares for asynch name resolves. | |||
2004-02-02 | remove rcsid stuff from c files, it serves no useful purpose | Daniel Stenberg | |
2004-02-02 | removed the silly second argument to ares_strerror() | Daniel Stenberg | |
This breaks the API and ABI with the existing ares library. We hereby require the upcoming c-ares 1.0 for asynch name resolves! | |||
2004-02-02 | Dirk Manske fixed the ares usage even more. We could get a timeout from ares | Daniel Stenberg | |
as well, and when failing and not getting a timeout we now include the error message ares can provide us with. | |||
2004-02-02 | mention mpe/ix | Daniel Stenberg | |
2004-02-02 | set the 'retry' bit to TRUE when the connection is about to be retried, | Daniel Stenberg | |
this allows the HTTP code to *not* return a failure just because no data has been received from the server | |||
2004-02-02 | clear the sockerror if no error was returned | Daniel Stenberg | |
2004-02-02 | ares resolve timeout and ca bundle include fixes | Daniel Stenberg | |