36a90aea | 30-Jan-2004 |
Daniel Stenberg |
test case 510, mpeix fix |
f385b197 | 30-Jan-2004 |
Daniel Stenberg |
when we receive a request overflow, we still dump the incoming request to the dump file to make it easier to understand and debug the situation |
3d99b566 | 30-Jan-2004 |
Daniel Stenberg |
added lib510.c for callback POST using chunked encoding |
99a3e2d7 | 30-Jan-2004 |
Daniel Stenberg |
added test 510, callback-based POST using chunked encoding |
aaa42735 | 30-Jan-2004 |
Daniel Stenberg |
--socks |
50c80a49 | 30-Jan-2004 |
Daniel Stenberg |
Added --socks |
6b7f169b | 30-Jan-2004 |
Daniel Stenberg |
only do the verifyconnect() clear magic on mpeix |
01e3bb98 | 29-Jan-2004 |
Daniel Stenberg |
the thread and SSL issue is now fixed |
7052598e | 29-Jan-2004 |
Daniel Stenberg |
note about the need for extra functions set to OpenSSL if you use OpenSSL multi-threaded |
ab52e208 | 29-Jan-2004 |
Daniel Stenberg |
update with recent info |
f50678ed | 29-Jan-2004 |
Daniel Stenberg |
don't include config.g in src/hugehelp.c unless HAVE_CONFIG_H is defined |
3ded8118 | 29-Jan-2004 |
Daniel Stenberg |
ares fix, warnings fixed, mpeix fixes |
a4351517 | 29-Jan-2004 |
Daniel Stenberg |
check for sys/ioctl.h as well added commented more aggressive compiler options for gcc, subject to be used instead of the current ones when --enable-debug is used |
bfe5568c | 29-Jan-2004 |
Daniel Stenberg |
added verifyconnect proto and use it correctly in the waitconnect function |
7e45a1ac | 29-Jan-2004 |
Daniel Stenberg |
moved the definitions of IOCTL_3_ARGS to setup.h |
76a51ef4 | 29-Jan-2004 |
Daniel Stenberg |
1. changed order of two include files to build fine on MPE/iX 2. now reads the socket error before check connect status, also to make us run fine on MPE/iX |
fc7c4d61 | 29-Jan-2004 |
Daniel Stenberg |
Ken Hirsch says he basicly needs all 'mv' to be 'mv -f' for configure to run in a sane manner on his MPE/iX operating system. |
4d17d687 | 29-Jan-2004 |
Daniel Stenberg |
Dan Fandrich's cleanup patch to make pedantic compiler options cause less warnings. Minor edits by me. |
0d6236f7 | 29-Jan-2004 |
Daniel Stenberg |
make pedantic compiler options generate less warnings |
0e4e72f1 | 29-Jan-2004 |
Daniel Stenberg |
added hugehelp.h |
107413c0 | 29-Jan-2004 |
Daniel Stenberg |
nonsence change to make -Wunreachable-code get happy |
d7579087 | 29-Jan-2004 |
Daniel Stenberg |
use hugehelp.h to silence picky compiler warnings |
3415ac38 | 29-Jan-2004 |
Daniel Stenberg |
documented ares_version() |
d50b209a | 29-Jan-2004 |
Daniel Stenberg |
return a const char * |
62e0f10e | 29-Jan-2004 |
Daniel Stenberg |
use the name 'c-ares' for this package |