Age | Commit message (Expand) | Author |
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 |
2004-01-23 | the *_LARGE options work fine on windows in 7.11.1 | Daniel Stenberg |
2004-01-23 | things continue to happen | Daniel Stenberg |
2004-01-23 | Use Curl_strtoll() if needed. This is not a library call, this is just the | Daniel Stenberg |
2004-01-23 | use the Curl_strtoll() source code from the lib code | Daniel Stenberg |
2004-01-23 | Proxy username and password on persistant connections could easily get | Daniel Stenberg |
2004-01-23 | check the arguments to the socks5 function, as the name and password might | Daniel Stenberg |
2004-01-23 | fixed the progress meter display for files >32 bit, Gisle Vanem reported | Daniel Stenberg |
2004-01-23 | include curl.h for the typedef | Daniel Stenberg |
2004-01-23 | define SIZEOF_CURL_OFF_T if not already defined | Daniel Stenberg |
2004-01-22 | re-intended the code curl-style | Daniel Stenberg |
2004-01-22 | zlib fix for the help text, stroll usage on mingw/djgpp | Daniel Stenberg |