3347ced8 | 08-Nov-2004 |
Daniel Stenberg |
added a default in the switch in an attempt to avoid the moot "will never be executed" warning by gcc 3.4.0 |
592686be | 08-Nov-2004 |
Gisle Vanem |
Change OS name. Fix header guard. |
f471a293 | 08-Nov-2004 |
Gisle Vanem |
Un-do changes for WinCE; cdecl decoration is not needed. Confirmed by Paul Nolan. |
c6881660 | 08-Nov-2004 |
Daniel Stenberg |
check for and require tld.h to be present before libidn usage is activated in the build, since libidn 0.3.X didn't have the header and we don't support that old libidn versions anyway.
check for and require tld.h to be present before libidn usage is activated in the build, since libidn 0.3.X didn't have the header and we don't support that old libidn versions anyway. This was mentioned on the list by Jean-Philippe Barrette-LaPierre and in bug report #1062264.
show more ...
|
5dcd2710 | 07-Nov-2004 |
Daniel Stenberg |
two post-1.2.1 changes |
16d83836 | 07-Nov-2004 |
Daniel Stenberg |
added ares_cancel and ares_version |
6b49fd74 | 05-Nov-2004 |
Daniel Stenberg |
Tim Sneddon's VMS fix for huge HTTP POSTs |
f10985fc | 05-Nov-2004 |
Daniel Stenberg |
removed errno, added EAGAIN |
edeac977 | 05-Nov-2004 |
Daniel Stenberg |
it has a sys/stat.h file, according to Paul Nolan |
40498ffd | 04-Nov-2004 |
Daniel Stenberg |
update |
fd884a3c | 04-Nov-2004 |
Daniel Stenberg |
more retry stuff |
1887629c | 04-Nov-2004 |
Daniel Stenberg |
test server port numbers are now easily changed |
d3be5b27 | 04-Nov-2004 |
Daniel Stenberg |
delete trailing whitespace |
2e973684 | 04-Nov-2004 |
Daniel Stenberg |
based Andres Garcia's patch, added for mingw build |
ab909fc4 | 02-Nov-2004 |
Daniel Stenberg |
recent changes |
4cd5220d | 02-Nov-2004 |
Daniel Stenberg |
use ifdef not if |
24d47a6e | 02-Nov-2004 |
Daniel Stenberg |
Paul Nolan fix to make libcurl build nicely on Windows CE |
8a66584d | 02-Nov-2004 |
Daniel Stenberg |
documented the current --retry options |
186f433e | 02-Nov-2004 |
Daniel Stenberg |
modified to not use realloc() on a NULL pointer |
736a40fe | 01-Nov-2004 |
Daniel Stenberg |
When cross-compiling, the configure script no longer attempts to use pkg-config on the build host in order to detect OpenSSL compiler options. |
4245400a | 28-Oct-2004 |
Gisle Vanem |
Fixed _write() arguments. |
629bba6b | 28-Oct-2004 |
Gisle Vanem |
*** empty log message *** |
f6f2a9e4 | 28-Oct-2004 |
Daniel Stenberg |
use longs |
8bfcae65 | 27-Oct-2004 |
Daniel Stenberg |
Dan Fandrich's gzip handling fix |
96cf615e | 27-Oct-2004 |
Daniel Stenberg |
Added --retry and --retry-delay first attempt with four related test cases. |