aboutsummaryrefslogtreecommitdiff
path: root/lib/inet_ntop.c
AgeCommit message (Expand)Author
2019-11-08copyrights: fix copyright year rangeDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-07-10curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-24errno.h inclusion conditionally done in setup_once.hYang Tse
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2008-09-23Remove usage of inet_ntoa and inet_ntoa_rYang Tse
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