Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
b4a0cf17c4f665162024f354ab0d3077d5c91a99
/
Modules
/
getaddrinfo.c
3432118
SF #784031: Byte-order bug in socket-module getaddrinfo.c
by Raymond Hettinger
· 21 years ago
2335100
Wipe out some warnings about non-ANSI code and an unsafe arg to isdigit().
by Guido van Rossum
· 22 years ago
44ddbde
Remove INET6 define. Use ENABLE_IPV6 instead.
by Martin v. Löwis
· 23 years ago
f0b11d2
Fix memory leaks detecting in bug report #478003.
by Martin v. Löwis
· 23 years ago
39e0c5d
Fix compiler warnings. This closes some of the #458880 problem.
by Martin v. Löwis
· 23 years ago
6f848c1
Removed an unreachable break statement to silence SGI compiler.
by Sjoerd Mullender
· 23 years ago
791bfda
Autocheck for snprintf, and use sprintf if it is not available.
by Martin v. Löwis
· 23 years ago
fe36fc9
Before declaring h_errno, do not check for Win32 only. Instead, do check
by Martin v. Löwis
· 23 years ago
c7cdc63
Set ai_addrlen even if there is no sa_len.
by Martin v. Löwis
· 23 years ago
c925b153
Silence warnings in MSVC++: hide unused variables, add constness back to
by Martin v. Löwis
· 23 years ago
d783041
Port getaddrinfo to MSVC++.
by Martin v. Löwis
· 23 years ago
01dfdb3
Patch #401196: Configuration machinery for IPv6.
by Martin v. Löwis
· 23 years ago