Age | Commit message (Expand) | Author |
2008-11-18 | Avoid creating garbage on an OOM error | Dan Fandrich |
2008-11-18 | Made an array static const | Dan Fandrich |
2008-11-18 | Added #include "rawstr.h" | Dan Fandrich |
2008-11-17 | the IP address we want/request/use from the interface is the 'local' | Yang Tse |
2008-11-17 | fix comment | Yang Tse |
2008-11-17 | if2ip.c related preprocessor cleanup | Yang Tse |
2008-11-17 | backport fix for failures to reject certain malformed literals | Yang Tse |
2008-11-16 | Christian Krause fixed a build failure when building with gss support | Daniel Stenberg |
2008-11-16 | fix OOM problem reported by Jim Meyering | Daniel Stenberg |
2008-11-15 | based on a report by Jim Meyering, I went over and added checks for return | Daniel Stenberg |
2008-11-14 | Added some #ifdefs around header files and change the EAGAIN test to | Dan Fandrich |
2008-11-14 | Added .xml as one of the few common file extensions known by the multipart | Dan Fandrich |
2008-11-14 | fix an OOM problem detected by Jim Meyering | Daniel Stenberg |
2008-11-14 | Remove a chunk of unused code that was #ifdef'de on defines we never set. | Daniel Stenberg |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse |
2008-11-13 | - Fixed a potential data loss in Curl_client_write() when the transfer is | Michal Marek |
2008-11-13 | changed to latest libidn version. | Gunter Knauf |
2008-11-13 | changed defines to make autobuild logs display libidn usage. | Gunter Knauf |
2008-11-11 | - Rainer Canavan filed bug #2255627 | Daniel Stenberg |
2008-11-11 | updated OpenSSL version. | Gunter Knauf |
2008-11-11 | added libidn build. | Gunter Knauf |
2008-11-11 | updated coment, updated OpenSSL version. | Gunter Knauf |
2008-11-11 | added libidn build. | Gunter Knauf |
2008-11-11 | Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) | Yang Tse |
2008-11-07 | The getifaddrs() version of Curl_if2ip() crashed when used on a Linux | Dan Fandrich |
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 |
2008-11-06 | Factored out some common code into a new function output_auth_headers | Dan Fandrich |
2008-11-05 | corrected and clarified the *_SPEED_LARGE comments | Daniel Stenberg |
2008-11-04 | CURLINFO_FILETIME now works for file:// transfers as well | Daniel Stenberg |
2008-11-03 | - Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out a | Daniel Stenberg |
2008-11-03 | Added '#define HAVE_GETNAMEINFO' and qualifiers/types | Gisle Vanem |
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 |
2008-11-02 | Marked with TODO comments a number of problems in the Kerberos code detected | Dan Fandrich |
2008-11-01 | Daniel Johnson reported and fixed ipv4 name resolves when libcurl is built | Daniel Stenberg |
2008-11-01 | bump VERSIONINFO for the upcoming release | 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-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 | These two variables are now Curl_addrinfo pointers | Yang Tse |
2008-10-30 | remove bogus comment | Yang Tse |
2008-10-30 | Use our Curl_addrinfo definition even when an addrinfo struct is available. | Yang Tse |