summaryrefslogtreecommitdiff
path: root/network_io/unix/inet_ntop.c
Commit message (Expand)AuthorAgeFilesLines
* Code style only. Forward port struct initialization from rev 573481fielding2007-09-071-4/+1
* * network_io/unix/inet_ntop.c (inet_ntop6): Silence "variable may bejorton2005-06-141-0/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-101-1/+1
* optimized away some loop iterations in inet_ntop6()brianp2002-05-051-6/+5
* inet_ntop6() optimization: collapse two passes through the inputbrianp2002-05-051-6/+9
* Formatting fixes onlybrianp2002-05-051-87/+97
* Some performance fixes for inet_ntop6()brianp2002-05-051-3/+11
* Two very safe have-header tests for the WinCE port,wrowe2002-02-121-0/+2
* Another bit of MSVC bogusness. Has to argue signedness with us, evenwrowe2001-07-251-1/+1
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfgregames2001-07-241-7/+24
* All printf's of the world return int - this warning has driven me crazywrowe2001-06-061-1/+1
* Let apr_inet_ntop() (and thus apr_sockaddr_ip_get()) work again fortrawick2001-03-081-1/+1
* Use a consistent style in declarations for inet_ntop4() and inet_ntop6().trawick2001-03-071-8/+2
* need apr_strings for apr_snprintf.rbb2001-03-021-0/+1
* use apr_snprintf() instead of sprintf()... glibc_r sprintf()trawick2001-03-021-4/+2
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-4/+4
* Fix a small cast that is ment to surpress warnings.wrowe2000-11-181-1/+1
* Get Win32 closer to building with updated network_io API.trawick2000-11-161-0/+4
* Get inet_ntop() and inet_pton() to compile on Tru64 (and probablytrawick2000-11-161-0/+4
* Add apr_inet_ntop(), apr_inet_pton(), apr_create_socket(), andtrawick2000-11-161-0/+205