summaryrefslogtreecommitdiffstats
path: root/Modules/getnameinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ↵Antoine Pitrou2012-08-021-1/+1
| | | | | | code. Patch by Philipp Hagemeister.
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-127/+127
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
* SF patch #1670209, Remove Py_PROTO from socket by Pete Shinners.Neal Norwitz2007-02-271-2/+2
|
* Remove INET6 define. Use ENABLE_IPV6 instead.Martin v. Löwis2001-12-021-6/+6
|
* Fix portability problems with glibc 2.0, as reported in #449157.Martin v. Löwis2001-08-151-0/+4
|
* Silence warnings in MSVC++: hide unused variables, add constness back toMartin v. Löwis2001-07-211-0/+2
| | | | inet_pton/ntop, convert htons argument to u_short.
* Replace snprintf with sprintf.Martin v. Löwis2001-06-251-1/+1
|
* Patch #401196: Configuration machinery for IPv6.Martin v. Löwis2001-06-231-0/+208
Contributed by Jun-ichiro "itojun" Hagino. get{addr,name}info emulation code taken from WIDE.