Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-02-02 | we include errno.h to truly know if we have ECONNRESET or not | Daniel Stenberg | |
2004-02-02 | Timeout slow ares name lookups. This is based on the patch brought by | Daniel Stenberg | |
Dirk Manske, but modified by me. | |||
2004-02-02 | when including ca-bundle.h, don't look in the current dir first, simply use | Daniel Stenberg | |
the search path since we want the build-version rather than the one in the source dir | |||
2004-02-02 | fixed the win32 function to use the correct proto, as pointed out by Gisle | Daniel Stenberg | |
Vanem | |||
2004-02-02 | test case 97 | Daniel Stenberg | |
2004-02-02 | added test 97, a simple test with -d post and a replacede content-type | Daniel Stenberg | |
header using -H | |||
2004-01-30 | attempt to fix the notorious test 91 failures | Daniel Stenberg | |
2004-01-30 | make sure the connection is closed when it was detected reset! | Daniel Stenberg | |
2004-01-30 | Somewhat crude attempt at fixing the test 91 failures. I commit this now | Daniel Stenberg | |
so that the automatic testing hosts will test these changes over the weekend. | |||
2004-01-30 | hide the grep result | Daniel Stenberg | |
2004-01-30 | catching up with reality | Daniel Stenberg | |
2004-01-30 | test case 510, mpeix fix | Daniel Stenberg | |
2004-01-30 | when we receive a request overflow, we still dump the incoming request to | Daniel Stenberg | |
the dump file to make it easier to understand and debug the situation | |||
2004-01-30 | added lib510.c for callback POST using chunked encoding | Daniel Stenberg | |
2004-01-30 | added test 510, callback-based POST using chunked encoding | Daniel Stenberg | |
2004-01-30 | --socks | Daniel Stenberg | |
2004-01-30 | Added --socks | Daniel Stenberg | |
2004-01-30 | only do the verifyconnect() clear magic on mpeix | Daniel Stenberg | |
2004-01-29 | the thread and SSL issue is now fixed | Daniel Stenberg | |
2004-01-29 | note about the need for extra functions set to OpenSSL if you use OpenSSL | Daniel Stenberg | |
multi-threaded | |||
2004-01-29 | update with recent info | Daniel Stenberg | |
2004-01-29 | don't include config.g in src/hugehelp.c unless HAVE_CONFIG_H is defined | Daniel Stenberg | |
2004-01-29 | ares fix, warnings fixed, mpeix fixes | Daniel Stenberg | |
2004-01-29 | check for sys/ioctl.h as well | Daniel Stenberg | |
added commented more aggressive compiler options for gcc, subject to be used instead of the current ones when --enable-debug is used |