aboutsummaryrefslogtreecommitdiff
path: root/lib/inet_ntop.c
AgeCommit message (Expand)Author
2007-11-07if () => if()Daniel Stenberg
2007-08-23Porting library to OS/400Patrick Monnerat
2007-08-08moved ugly CLIB define to nwos.c.Gunter Knauf
2007-06-30minor patches to enable building for NetWare CLIB.Gunter Knauf
2007-02-26Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem
2007-02-21curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse
2007-02-17Move portable error number symbolic name definitions to setup_once.hYang Tse
2007-02-15avoid redefinition of SET_ERRNO()Yang Tse
2006-10-18Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse
2006-08-04Minor compatibility fixYang Tse
2006-08-04Fix compiler warningYang Tse
2005-12-08Replaced nonstandard u_char and u_int typesDan Fandrich
2005-05-26provide the proper copyright texts for theseDaniel Stenberg
2005-03-16Fixed some compiler warnings I should have noticed before.Dan Fandrich
2005-03-15Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.Dan Fandrich
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-06-24oops 5 bytes makes 4 letters plus zero byteDaniel Stenberg
2004-06-24Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg
2004-04-27provide our own inet_ntoa_r() proto if the system has none on its ownDaniel Stenberg
2004-04-26Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg