Age | Commit message (Expand) | Author |
2004-02-02 | adjusted to the modified ares_strerror() function | Daniel Stenberg |
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 |
2004-02-02 | Dirk Manske fixed the ares usage even more. We could get a timeout from ares | Daniel Stenberg |
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 |
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 |
2004-02-02 | when including ca-bundle.h, don't look in the current dir first, simply use | Daniel Stenberg |
2004-02-02 | fixed the win32 function to use the correct proto, as pointed out by Gisle | Daniel Stenberg |
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 |
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 |
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 |
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 |
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 |
2004-01-29 | added verifyconnect proto and use it correctly in the waitconnect function | Daniel Stenberg |
2004-01-29 | moved the definitions of IOCTL_3_ARGS to setup.h | Daniel Stenberg |
2004-01-29 | 1. changed order of two include files to build fine on MPE/iX | Daniel Stenberg |
2004-01-29 | Ken Hirsch says he basicly needs all 'mv' to be 'mv -f' for configure to | Daniel Stenberg |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg |
2004-01-29 | make pedantic compiler options generate less warnings | Daniel Stenberg |
2004-01-29 | added hugehelp.h | Daniel Stenberg |
2004-01-29 | nonsence change to make -Wunreachable-code get happy | Daniel Stenberg |
2004-01-29 | use hugehelp.h to silence picky compiler warnings | Daniel Stenberg |
2004-01-29 | documented ares_version() | Daniel Stenberg |
2004-01-29 | return a const char * | Daniel Stenberg |
2004-01-29 | use the name 'c-ares' for this package | Daniel Stenberg |
2004-01-29 | include the new README.cares | Daniel Stenberg |
2004-01-29 | point out that this is a forked project, all c-ares specific stuff is now | Daniel Stenberg |
2004-01-29 | c-ares specific README, leaving most of the original README as-is | Daniel Stenberg |
2004-01-29 | cut off the initial blurb, moved that to README.cares | Daniel Stenberg |
2004-01-29 | Dirk Manske fixed a flaw in the setting of the socket to non-blocking | Daniel Stenberg |
2004-01-29 | updates | Daniel Stenberg |