index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
getaddrinfo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF patch #1670209, Remove Py_PROTO from socket by Pete Shinners.
Neal Norwitz
2007-02-27
1
-5
/
+5
*
SF #784031: Byte-order bug in socket-module getaddrinfo.c
Raymond Hettinger
2003-08-17
1
-0
/
+1
*
Wipe out some warnings about non-ANSI code and an unsafe arg to
Guido van Rossum
2002-07-17
1
-7
/
+4
*
Remove INET6 define. Use ENABLE_IPV6 instead.
Martin v. Löwis
2001-12-02
1
-16
/
+16
*
Fix memory leaks detecting in bug report #478003.
Martin v. Löwis
2001-11-07
1
-4
/
+6
*
Fix compiler warnings. This closes some of the #458880 problem.
Martin v. Löwis
2001-09-07
1
-9
/
+8
*
Removed an unreachable break statement to silence SGI compiler.
Sjoerd Mullender
2001-08-30
1
-1
/
+1
*
Autocheck for snprintf, and use sprintf if it is not available.
Martin v. Löwis
2001-07-24
1
-4
/
+0
*
Before declaring h_errno, do not check for Win32 only. Instead, do check
Martin v. Löwis
2001-07-23
1
-1
/
+1
*
Set ai_addrlen even if there is no sa_len.
Martin v. Löwis
2001-07-21
1
-0
/
+1
*
Silence warnings in MSVC++: hide unused variables, add constness back to
Martin v. Löwis
2001-07-21
1
-2
/
+7
*
Port getaddrinfo to MSVC++.
Martin v. Löwis
2001-07-19
1
-1
/
+13
*
Patch #401196: Configuration machinery for IPv6.
Martin v. Löwis
2001-06-23
1
-0
/
+625