Age | Commit message (Expand) | Author |
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 |
2004-01-29 | adjusted to the corrected chunked transfer-encoding extra trailing CRLF | Daniel Stenberg |
2004-01-29 | verify that buildconf ran fine to allow it to continue | Daniel Stenberg |
2004-01-28 | upload with chunked transfer encoding is now fixed | Daniel Stenberg |
2004-01-28 | Gisle has eyes, I don't | Daniel Stenberg |
2004-01-28 | Chunked-transfers should have an additional CRLF after the final 0 CRLF | Daniel Stenberg |
2004-01-28 | added the extra newline that this needs to succeed | Daniel Stenberg |
2004-01-27 | send a connection: close in the initial reply to see if things differ | Daniel Stenberg |
2004-01-27 | number two is fixed! | Daniel Stenberg |
2004-01-27 | CONNECT response headers are now passed back as "regular" headers | Daniel Stenberg |
2004-01-27 | don't advance the line pointer if it already points to the null terminator | Daniel Stenberg |
2004-01-27 | very big transfers now get nicer progress displayed after 9999 megabytes have | Daniel Stenberg |
2004-01-27 | display OK if it runs OK | Daniel Stenberg |
2004-01-26 | when saving in a cookie jar fails, include the file name in the error message | Daniel Stenberg |
2004-01-26 | Removed two redundant #include files in the djgpp section. They're already | Daniel Stenberg |