4eab7a1e | 20-May-2005 |
Daniel Stenberg |
shorter name |
3d985688 | 20-May-2005 |
Daniel Stenberg |
sum up |
17ea2631 | 20-May-2005 |
Daniel Stenberg |
Add support for text mode on stdout tests as well, and add the mode=text to the docs. |
b749910e | 19-May-2005 |
Daniel Stenberg |
include ctype.h for isdigit() |
eff36cae | 19-May-2005 |
Daniel Stenberg |
additional fix for the malformed URL fix of yday |
6ff092f1 | 19-May-2005 |
Daniel Stenberg |
removed duplicate |
28bb36e5 | 18-May-2005 |
Daniel Stenberg |
three fixes since 7.14.0 |
4a091bbd | 18-May-2005 |
Daniel Stenberg |
Bug report #1204435 identified a problem with malformed URLs like "http://somehost?data" as it added a slash too much in the request ("GET /?data/"...). Added test case 260 to verify. |
e99a6b81 | 18-May-2005 |
Daniel Stenberg |
update |
b9e5302f | 18-May-2005 |
Daniel Stenberg |
adjusted the strerror_r test more, use _REENTRANT instead of _THREAD_SAFE when looking for the prototype |
dd7b6aef | 18-May-2005 |
Daniel Stenberg |
The configure check for strerror_r() failed to detect the proper API at times, like on my HP-UX 10.20 tests. And then lib/strerror.c badly assumed the glibc version if the posix define wasn't
The configure check for strerror_r() failed to detect the proper API at times, like on my HP-UX 10.20 tests. And then lib/strerror.c badly assumed the glibc version if the posix define wasn't set (since it _had_ found a strerror_r).
show more ...
|
910b8b6a | 18-May-2005 |
Daniel Stenberg |
#15 is now fixed |
c3207e21 | 18-May-2005 |
Daniel Stenberg |
clarified for GnuTLS |
f83be11b | 18-May-2005 |
Daniel Stenberg |
several updates |
45bce106 | 18-May-2005 |
Daniel Stenberg |
ignore resolve too |
8cb344bf | 18-May-2005 |
Daniel Stenberg |
use less code and prevent compiler warning |
fcc4518c | 18-May-2005 |
Daniel Stenberg |
removed the separate table with download links, and extended the curl site list with all current mirrors |
c84839eb | 17-May-2005 |
Daniel Stenberg |
scan for gmake and make to prefer gmake on systems that have it |
1f878aee | 17-May-2005 |
Daniel Stenberg |
Made test case 241 precheck that the given name resolves to an ipv6 address, or the test is skipped. Ideally, we should let this test case go over a few frequently used IPv6 localhost aliases
Made test case 241 precheck that the given name resolves to an ipv6 address, or the test is skipped. Ideally, we should let this test case go over a few frequently used IPv6 localhost aliases...
show more ...
|
84fd4686 | 17-May-2005 |
Daniel Stenberg |
Moved more generic functions to util.[ch] Added resolve.c to simply resolve a given host name |
ede9fb4f | 17-May-2005 |
Daniel Stenberg |
check if getsockname() returns failure before using the address it provides |
723aef71 | 17-May-2005 |
Daniel Stenberg |
reduced typecasts, from two to one |
48964a91 | 17-May-2005 |
Dominick Meglio |
More of the same |
6a35cb60 | 17-May-2005 |
Dominick Meglio |
More compiler warning cleanups |
1e51c3a8 | 16-May-2005 |
Daniel Stenberg |
bad formatting |