summaryrefslogtreecommitdiff
path: root/lib/inet_ntop.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-281-1/+1
* urlapi: parse IPv6 literals without ENABLE_IPV6Brad Spencer2023-03-031-4/+9
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* configure/cmake: remove checks for unused inet_ntoa and inet_ntoa_rGergely Nagy2021-06-181-1/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-2/+2
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-6/+6
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-101-6/+6
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-2/+2
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-6/+5
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-2/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+199
* build: rename 93 lib/*.c filesYang Tse2013-01-031-199/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-3/+0
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-1/+0
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-30/+18
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-2/+2
* Remove usage of inet_ntoa and inet_ntoa_rYang Tse2008-09-231-24/+15
* if () => if()Daniel Stenberg2007-11-071-14/+14
* Porting library to OS/400Patrick Monnerat2007-08-231-0/+5
* moved ugly CLIB define to nwos.c.Gunter Knauf2007-08-081-4/+0
* minor patches to enable building for NetWare CLIB.Gunter Knauf2007-06-301-0/+4
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-1/+1
* Move portable error number symbolic name definitions to setup_once.hYang Tse2007-02-171-4/+0
* avoid redefinition of SET_ERRNO()Yang Tse2007-02-151-5/+8
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-1/+1
* Minor compatibility fixYang Tse2006-08-041-1/+1
* Fix compiler warningYang Tse2006-08-041-3/+6
* Replaced nonstandard u_char and u_int typesDan Fandrich2005-12-081-5/+5
* provide the proper copyright texts for theseDaniel Stenberg2005-05-261-0/+16
* Fixed some compiler warnings I should have noticed before.Dan Fandrich2005-03-161-9/+5
* Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.Dan Fandrich2005-03-151-1/+12
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-3/+3
* oops 5 bytes makes 4 letters plus zero byteDaniel Stenberg2004-06-241-1/+1
* Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg2004-06-241-1/+4
* provide our own inet_ntoa_r() proto if the system has none on its ownDaniel Stenberg2004-04-271-0/+6
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-261-0/+189