summaryrefslogtreecommitdiff
path: root/lib/inet_ntop.c
Commit message (Expand)AuthorAgeFilesLines
* 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