Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-09 | 11 new contributors from the 7.19.1 release | Daniel Stenberg | |
2008-11-08 | check for getifaddrs and freeifaddrs as it is done for other functions | Yang Tse | |
2008-11-07 | The getifaddrs() version of Curl_if2ip() crashed when used on a Linux | Dan Fandrich | |
system with a TEQL load-balancing device configured, which doesn't have an address. Thanks to Adam Sampson for spotting this (bug #2234923). | |||
2008-11-07 | terminate with appropriate exit code | Yang Tse | |
2008-11-07 | give credit where credit is due | Yang Tse | |
2008-11-06 | Bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) pointed out a | Yang Tse | |
problem with MSVC 6 makefile that caused a build failure. It was noted that the curl_addrinfo.obj reference was missing. I took the opportunity to sort the list in which this was missing. | |||
2008-11-06 | Add missing curl_addrinfo, and sort the list. | Yang Tse | |
2008-11-06 | Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one | Yang Tse | |
which now also takes a protocol address family argument. | |||
2008-11-06 | Added test 1086 to test a timeout the occurs during an FTP data transfer. | Dan Fandrich | |
2008-11-06 | Make the SLOWDOWN option slow the FTP data connection, not just the | Dan Fandrich | |
control connection. | |||
2008-11-06 | Factored out some common code into a new function output_auth_headers | Dan Fandrich | |
2008-11-05 | mention the speed unit for the _SPEED_LARGE options from bug #2226722 | Daniel Stenberg | |
2008-11-05 | corrected and clarified the *_SPEED_LARGE comments | Daniel Stenberg | |
2008-11-05 | 7.19.1 is now history | Daniel Stenberg | |
2008-11-05 | and we're back on square one working on the next release... | Daniel Stenberg | |
2008-11-05 | 7.19.1 coming up | Daniel Stenberg | |
2008-11-04 | oops, use the correct option name | Daniel Stenberg | |
2008-11-04 | the pending bugs are now moved to next release | Daniel Stenberg | |
2008-11-04 | CURLINFO_FILETIME now works for file:// transfers as well | Daniel Stenberg | |
2008-11-03 | Sync up with reality | Yang Tse | |
2008-11-03 | - Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out a | Daniel Stenberg | |
problem with my CURLINFO_PRIMARY_IP fix from October 7th that caused a NULL pointer read. I also took the opportunity to clean up this logic (storing of the connection's IP address) somewhat as we had it stored in two different places and ways previously and they are now unified. | |||
2008-11-03 | If building with CURLDEBUG, sprintf() is defined away. So use curl_msprintf() | Gisle Vanem | |
and not sprintf(). | |||
2008-11-03 | Added '#define HAVE_GETNAMEINFO' and qualifiers/types | Gisle Vanem | |
for it. | |||
2008-11-03 | djgpp/DOS does have getaddrinfo(). | Gisle Vanem | |
2008-11-03 | fix length of longest IPv6 address string | Yang Tse | |
2008-11-03 | I liked Daniel Johnson's simplified version bumper guide so I modified the | Daniel Stenberg | |
instruction in the comments to use that instead! Original mail: http://curl.haxx.se/mail/lib-2008-11/0019.html | |||
2008-11-02 | Marked with TODO comments a number of problems in the Kerberos code detected | Dan Fandrich | |
while investigating the issue in http://curl.haxx.se/mail/lib-2008-09/0262.html I'm hesitant to fix them because I have no way of testing the result. | |||
2008-11-01 | 183 - "libcurl issue with IPv6 and c-ares" | Daniel Stenberg | |
done! | |||
2008-11-01 | Daniel Johnson reported and fixed ipv4 name resolves when libcurl is built | Daniel Stenberg | |
with ipv6-enabled c-ares | |||
2008-11-01 | Added a TODO file to list things we want changed, added or fixed. | Daniel Stenberg | |
2008-11-01 | bump VERSIONINFO for the upcoming release | Daniel Stenberg | |
2008-11-01 | - Carlo Contavalli added support for the glibc "rotate" option, as documented | Daniel Stenberg | |
in man resolv.conf: causes round robin selection of nameservers from among those listed. This has the effect of spreading the query load among all listed servers, rather than having all clients try the first listed server first every time. You can enable it with ARES_OPT_ROTATE | |||
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 | |
quite convoluted, compiler dependant and in some cases even build target dependat. | |||
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 | |
risk getting postponed for 7.19.2. | |||
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 | |
implementation from lib/hostip6.c to lib/curl_addrinfo.c and prototypes from lib/hostip.h to lib/curl_addrinfo.h | |||
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 | |
Use a wrapper function to call system's getaddrinfo(). | |||
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 | |