Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-24 | Now allow TYPE responses to be any 2xx code, and log if it isn't 200. | Daniel Stenberg | |
2005-05-22 | removed leftover debug message ("moo moo") | Daniel Stenberg | |
2005-05-21 | added keywords | Daniel Stenberg | |
2005-05-20 | added -nobuildconf | Daniel Stenberg | |
2005-05-20 | keywords added | Daniel Stenberg | |
2005-05-20 | shorter name | Daniel Stenberg | |
2005-05-20 | sum up | Daniel Stenberg | |
2005-05-20 | Add support for text mode on stdout tests as well, and add the mode=text | Daniel Stenberg | |
to the docs. | |||
2005-05-19 | include ctype.h for isdigit() | Daniel Stenberg | |
2005-05-19 | additional fix for the malformed URL fix of yday | Daniel Stenberg | |
2005-05-19 | removed duplicate | Daniel Stenberg | |
2005-05-18 | three fixes since 7.14.0 | Daniel Stenberg | |
2005-05-18 | Bug report #1204435 identified a problem with malformed URLs like | Daniel Stenberg | |
"http://somehost?data" as it added a slash too much in the request ("GET /?data/"...). Added test case 260 to verify. | |||
2005-05-18 | update | Daniel Stenberg | |
2005-05-18 | adjusted the strerror_r test more, use _REENTRANT instead of _THREAD_SAFE | Daniel Stenberg | |
when looking for the prototype | |||
2005-05-18 | The configure check for strerror_r() failed to detect the proper API at | Daniel Stenberg | |
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). | |||
2005-05-18 | #15 is now fixed | Daniel Stenberg | |
2005-05-18 | clarified for GnuTLS | Daniel Stenberg | |
2005-05-18 | several updates | Daniel Stenberg | |
2005-05-18 | ignore resolve too | Daniel Stenberg | |
2005-05-18 | use less code and prevent compiler warning | Daniel Stenberg | |
2005-05-18 | removed the separate table with download links, and extended the curl site | Daniel Stenberg | |
list with all current mirrors | |||
2005-05-17 | scan for gmake and make to prefer gmake on systems that have it | Daniel Stenberg | |
2005-05-17 | Made test case 241 precheck that the given name resolves to an ipv6 address, | Daniel Stenberg | |
or the test is skipped. Ideally, we should let this test case go over a few frequently used IPv6 localhost aliases... | |||
2005-05-17 | Moved more generic functions to util.[ch] | Daniel Stenberg | |
Added resolve.c to simply resolve a given host name | |||
2005-05-17 | check if getsockname() returns failure before using the address it provides | Daniel Stenberg | |
2005-05-17 | reduced typecasts, from two to one | Daniel Stenberg | |
2005-05-17 | More of the same | Dominick Meglio | |
2005-05-17 | More compiler warning cleanups | Dominick Meglio | |
2005-05-16 | bad formatting | Daniel Stenberg | |
2005-05-16 | Made ares_free_hostent man page refer to ares_parse_aaaa_reply | Dominick Meglio | |
2005-05-16 | Cleaned up some compile warnings | Dominick Meglio | |
2005-05-16 | Added ares_getnameinfo which mimics the getnameinfo API | Dominick Meglio | |
2005-05-16 | Modified the gmtime_r check to not check for it until the "check for a working | Daniel Stenberg | |
one" is made, and only if that test runs ok we define it as present. Unless crosscompiling, since then we use the former AC_CHECK_FUNCS method. | |||
2005-05-16 | define GMTIME_R to 0 if not working | Daniel Stenberg | |
2005-05-16 | attempt to detect a bad (as in HPUX 10.20 bad) gmtime_r function | Daniel Stenberg | |
2005-05-16 | start working on 7.14.1 | Daniel Stenberg | |
2005-05-16 | Version 7.14.0 | Daniel Stenberg | |
2005-05-16 | return, not exit, on several places | Daniel Stenberg | |
2005-05-15 | Converted some macros to use NS_* so they work on non-IPv6 systems | Dominick Meglio | |
2005-05-15 | Forgot to ares_-ize inet_ntop | Dominick Meglio | |
2005-05-14 | fix warning about redefined symbol | Daniel Stenberg | |
2005-05-14 | replaced the CRLF newlines with plain LF ones | Daniel Stenberg | |
2005-05-14 | Added an inet_ntop function from BIND for systems that do not have it | Dominick Meglio | |
2005-05-14 | Updated generated dependencies. | Gisle Vanem | |
2005-05-14 | Some patches for (a stricter/smarter) gcc 4.0 and | Gisle Vanem | |
warnings like: 'x' may be used uninitialized in this function. | |||
2005-05-14 | 'ssize_t' seems to be a gcc 4.x built-in. | Gisle Vanem | |
2005-05-14 | Change for systems with >1 ways of setting (non-)blocking | Gisle Vanem | |
mode. (djgpp/Watt-32 has 3 ways). Should rewrite this using "#elif ..", but maybe there is still broken cpp around? | |||
2005-05-13 | updated | Daniel Stenberg | |
2005-05-13 | uses select() instead of poll() even on Mac OS X 10.4 | Daniel Stenberg | |