summaryrefslogtreecommitdiffstats
path: root/Modules/getaddrinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warnings. This closes some of the #458880 problem.Martin v. Löwis2001-09-071-9/+8
|
* Removed an unreachable break statement to silence SGI compiler.Sjoerd Mullender2001-08-301-1/+1
|
* Autocheck for snprintf, and use sprintf if it is not available.Martin v. Löwis2001-07-241-4/+0
| | | | | Remove declaration of h_errno, since it is supposedly declared in netdb.h. Changes proposed by itojun.
* Before declaring h_errno, do not check for Win32 only. Instead, do checkMartin v. Löwis2001-07-231-1/+1
| | | | whether h_errno is a macro.
* Set ai_addrlen even if there is no sa_len.Martin v. Löwis2001-07-211-0/+1
|
* Silence warnings in MSVC++: hide unused variables, add constness back toMartin v. Löwis2001-07-211-2/+7
| | | | inet_pton/ntop, convert htons argument to u_short.
* Port getaddrinfo to MSVC++.Martin v. Löwis2001-07-191-1/+13
|
* Patch #401196: Configuration machinery for IPv6.Martin v. Löwis2001-06-231-0/+625
Contributed by Jun-ichiro "itojun" Hagino. get{addr,name}info emulation code taken from WIDE.