Neal Norwitz
|
e0387ec8b5
|
SF patch #1670209, Remove Py_PROTO from socket by Pete Shinners.
|
2007-02-27 19:06:23 +00:00 |
Raymond Hettinger
|
3432118022
|
SF #784031: Byte-order bug in socket-module getaddrinfo.c
|
2003-08-17 21:28:39 +00:00 |
Guido van Rossum
|
2335100b6a
|
Wipe out some warnings about non-ANSI code and an unsafe arg to
isdigit().
|
2002-07-17 14:33:34 +00:00 |
Martin v. Löwis
|
44ddbde3ab
|
Remove INET6 define. Use ENABLE_IPV6 instead.
|
2001-12-02 10:15:37 +00:00 |
Martin v. Löwis
|
f0b11d2893
|
Fix memory leaks detecting in bug report #478003.
|
2001-11-07 08:31:03 +00:00 |
Martin v. Löwis
|
39e0c5daeb
|
Fix compiler warnings. This closes some of the #458880 problem.
|
2001-09-07 16:10:00 +00:00 |
Sjoerd Mullender
|
6f848c175f
|
Removed an unreachable break statement to silence SGI compiler.
|
2001-08-30 14:15:38 +00:00 |
Martin v. Löwis
|
791bfda2b3
|
Autocheck for snprintf, and use sprintf if it is not available.
Remove declaration of h_errno, since it is supposedly declared in netdb.h.
Changes proposed by itojun.
|
2001-07-24 06:33:08 +00:00 |
Martin v. Löwis
|
fe36fc91ed
|
Before declaring h_errno, do not check for Win32 only. Instead, do check
whether h_errno is a macro.
|
2001-07-23 07:27:16 +00:00 |
Martin v. Löwis
|
c7cdc63755
|
Set ai_addrlen even if there is no sa_len.
|
2001-07-21 18:48:56 +00:00 |
Martin v. Löwis
|
c925b1538a
|
Silence warnings in MSVC++: hide unused variables, add constness back to
inet_pton/ntop, convert htons argument to u_short.
|
2001-07-21 09:42:15 +00:00 |
Martin v. Löwis
|
d783041a14
|
Port getaddrinfo to MSVC++.
|
2001-07-19 17:37:46 +00:00 |
Martin v. Löwis
|
01dfdb3d35
|
Patch #401196: Configuration machinery for IPv6.
Contributed by Jun-ichiro "itojun" Hagino. get{addr,name}info emulation
code taken from WIDE.
|
2001-06-23 16:30:13 +00:00 |