COMMITS
/ Modules/getaddrinfo.c March 18, 2025
M
gh-114917: Fix typo in getaddrinfo emulation (#131413)
Max Bachmann committed
M
gh-114917: add support for AI_NUMERICSERV in getaddrinfo emulation (#114918)
Max Bachmann committed
March 11, 2025
M
Replace K&R function declarations with ANSI declarations (#114818)
Max Bachmann committed
September 1, 2023
V
gh-108767: Replace ctype.h functions with pyctype.h functions (#108772)
Victor Stinner committed
February 14, 2023
R
gh-74895: getaddrinfo no longer raises OverflowError (#2435)
Radek Smejkal committed
July 27, 2022
C
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes committed
December 12, 2017
S
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
Serhiy Storchaka committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
March 7, 2016
N
Issue #26505: merge from 3.5
Ned Deily committed
N
Issue #26505: Fix typos in getaddrinfo license text.
Ned Deily committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
August 2, 2012
A
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code.
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
February 27, 2007
N
SF patch #1670209, Remove Py_PROTO from socket by Pete Shinners.
Neal Norwitz committed
August 17, 2003
R
SF #784031: Byte-order bug in socket-module getaddrinfo.c
Raymond Hettinger committed
July 17, 2002
G
Wipe out some warnings about non-ANSI code and an unsafe arg to
Guido van Rossum committed
December 2, 2001
M
Remove INET6 define. Use ENABLE_IPV6 instead.
Martin v. Löwis committed
November 7, 2001
M
Fix memory leaks detecting in bug report #478003.
Martin v. Löwis committed
September 7, 2001
M
Fix compiler warnings. This closes some of the #458880 problem.
Martin v. Löwis committed
August 30, 2001
S
Removed an unreachable break statement to silence SGI compiler.
Sjoerd Mullender committed
July 24, 2001
M
Autocheck for snprintf, and use sprintf if it is not available.
Martin v. Löwis committed
July 23, 2001
M
Before declaring h_errno, do not check for Win32 only. Instead, do check
Martin v. Löwis committed
July 21, 2001
M
Set ai_addrlen even if there is no sa_len.
Martin v. Löwis committed
M
Silence warnings in MSVC++: hide unused variables, add constness back to
Martin v. Löwis committed
July 19, 2001
M
Port getaddrinfo to MSVC++.
Martin v. Löwis committed
June 23, 2001
M
Patch #401196: Configuration machinery for IPv6.
Martin v. Löwis committed