Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-07 | fix cast for some systems which are broken due to absense of socklen_t, ↵ | Gunter Knauf | |
therefore now use curl_socklen_t. | |||
2009-08-06 | fixed cast added with last commit. | Gunter Knauf | |
2009-08-06 | cast to fix 64bit build warnings. From manpage: | Gunter Knauf | |
POSIX.1-2001. Note that RFC 2553 defines a prototype where the last parameter cnt is of type size_t. Many systems follow RFC 2553. Glibc 2.0 and 2.1 have size_t, but 2.2 has socklen_t. | |||
2009-05-18 | Update copyright year, to force CVS to update the $Id date string format | Yang Tse | |
2005-11-25 | Yang Tse: fixes the use of Curl_inet_ntop and Curl_inet_pton with no | Daniel Stenberg | |
prototypes on some platforms, ie IRIX 6.2 MIPS C 6.2 | |||
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg | |
2005-03-16 | Fixed some compiler warnings I should have noticed before. | Dan Fandrich | |
2004-04-26 | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg | |
usage. |