| Age | Commit message (Expand) | Author |
| 2008-11-01 | - Carlo Contavalli added support for the glibc "rotate" option, as documented | Daniel Stenberg |
| 2008-11-01 | Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availability | Yang Tse |
| 2008-11-01 | WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ... | Yang Tse |
| 2008-11-01 | init_resolve_thread() needs 'hints' on the native form. | Gisle Vanem |
| 2008-11-01 | Added '#define HAVE_GETADDRINFO'. | Gisle Vanem |
| 2008-11-01 | Added curl_addrinfo.obj. Rearranged alphabetically. | Gisle Vanem |
| 2008-11-01 | Fix typos. | Gisle Vanem |
| 2008-10-31 | Cleaned up in preparation for release next week. I'd say the remaining bugs | Daniel Stenberg |
| 2008-10-31 | fix OOM handling | Yang Tse |
| 2008-10-30 | NetWare LIBC target has getaddrinfo() and freeaddrinfo() | Yang Tse |
| 2008-10-30 | Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo() | Yang Tse |
| 2008-10-30 | remove bogus whitespace | Yang Tse |
| 2008-10-30 | check for freeaddrinfo() at configuration phase | Yang Tse |
| 2008-10-30 | These two variables are now Curl_addrinfo pointers | Yang Tse |
| 2008-10-30 | remove bogus comment | Yang Tse |
| 2008-10-30 | update aclocal file serial number | Yang Tse |
| 2008-10-30 | Use our Curl_addrinfo definition even when an addrinfo struct is available. | Yang Tse |
| 2008-10-30 | remove verification of the freeability of the addrinfo struct pointer members | Yang Tse |
| 2008-10-30 | SLOWDOWN actually causes a 0.01 second delay between bytes | Dan Fandrich |
| 2008-10-29 | --ftp-method was added in 7.15.1. This mention ends up a bit oddly formatted | Daniel Stenberg |
| 2008-10-29 | Fixed a bug that caused a few bytes of garbage to be sent after a | Dan Fandrich |
| 2008-10-29 | fix comment | Yang Tse |
| 2008-10-29 | make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR | Yang Tse |
| 2008-10-28 | Mention more restrictions on timeouts when using signals | Dan Fandrich |
| 2008-10-28 | added an extra set of braces to unconfuse emacs and then I re-indented a | Daniel Stenberg |
| 2008-10-28 | fix leftover | Yang Tse |
| 2008-10-28 | Tweaked the include paths to work in CodeWarrior | Dan Fandrich |
| 2008-10-28 | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse |
| 2008-10-28 | Changed the "resolve" test precheck program to verify that an IPv6 socket | Dan Fandrich |
| 2008-10-28 | curlx.h isn't a system include file so it gets double quotes | Dan Fandrich |
| 2008-10-28 | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse |
| 2008-10-28 | Philippe Vaucher pointed out this use of an outdated option name... | Daniel Stenberg |
| 2008-10-28 | fix test # 558 and 559 CFLAGS | Yang Tse |
| 2008-10-27 | Added rawstr.c to some more non-configure curl makefiles | Dan Fandrich |
| 2008-10-27 | don't skip tests 558 and 559 on i686 icc autobuilds | Yang Tse |
| 2008-10-27 | test #558 tests internal hash create/destroy | Yang Tse |
| 2008-10-27 | Added explicit rule and dependencies for $(OBJ_DIR)\rawstr.obj. | Gisle Vanem |
| 2008-10-27 | Skip test #558 when libcurl is built with hidden symbols | Yang Tse |
| 2008-10-27 | For tracing purposes log a fake call to getaddrinfo | Yang Tse |
| 2008-10-27 | add null-pointer check | Yang Tse |
| 2008-10-27 | avoid using Curl_ip2addr(), simply build up a fake Curl_addrinfo | Yang Tse |
| 2008-10-26 | convert test #558 into something more interesting, attempting | Yang Tse |
| 2008-10-26 | test #558 verifies loop operation using malloc() and free() | Yang Tse |
| 2008-10-25 | add missing header inclusions | Yang Tse |
| 2008-10-25 | Added experimental support for zlib and OpenSSL on Symbian OS. | Dan Fandrich |
| 2008-10-25 | icc adjustments: | Yang Tse |
| 2008-10-25 | add missing header inclusions | Yang Tse |
| 2008-10-24 | Stop using in6addr_any because it's not available everywhere (e.g. Symbian) | Dan Fandrich |
| 2008-10-24 | Added rawstr.c to Symbian curl build | Dan Fandrich |
| 2008-10-24 | fix compiler warning | Yang Tse |