index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
inet_ntop.c
Age
Commit message (
Collapse
)
Author
2006-10-18
Check for USE_WINSOCK instead of WIN32 where the check was done
Yang Tse
to verify winsock API availability.
2006-08-04
Minor compatibility fix
Yang Tse
2006-08-04
Fix compiler warning
Yang Tse
2005-12-08
Replaced nonstandard u_char and u_int types
Dan Fandrich
2005-05-26
provide the proper copyright texts for these
Daniel Stenberg
2005-03-16
Fixed some compiler warnings I should have noticed before.
Dan Fandrich
2005-03-15
Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
Dan Fandrich
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-06-24
oops 5 bytes makes 4 letters plus zero byte
Daniel Stenberg
2004-06-24
Replaced all uses of sprintf() with the safer snprintf(). It is just a
Daniel Stenberg
precaution to prevent mistakes to lead to buffer overflows.
2004-04-27
provide our own inet_ntoa_r() proto if the system has none on its own
Daniel Stenberg
2004-04-26
Major hostip.c cleanup and split into multiple files and easier #ifdef
Daniel Stenberg
usage.