Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-32241: Add the const qualifire to declarations of umodifiable strings. ↵ | Serhiy Storchaka | 2017-12-12 | 1 | -1/+1 |
| | | | | (#4748) | ||||
* | Add the const qualifier to "char *" variables that refer to literal strings. ↵ | Serhiy Storchaka | 2017-11-11 | 1 | -1/+1 |
| | | | | (#4370) | ||||
* | Issue #26505: merge from 3.5 | Ned Deily | 2016-03-07 | 1 | -4/+4 |
|\ | |||||
| * | Issue #26505: Fix typos in getaddrinfo license text. | Ned Deily | 2016-03-07 | 1 | -4/+4 |
| | | | | | | | | Patch by Alex Willmer. | ||||
* | | Issue #25923: Added more const qualifiers to signatures of static and ↵ | Serhiy Storchaka | 2015-12-25 | 1 | -1/+1 |
| | | | | | | | | private functions. | ||||
* | | Issue #25923: Added the const qualifier to static constant arrays. | Serhiy Storchaka | 2015-12-25 | 1 | -1/+1 |
|/ | |||||
* | Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ↵ | Antoine Pitrou | 2012-08-02 | 1 | -1/+1 |
| | | | | | | code. Patch by Philipp Hagemeister. | ||||
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -442/+442 |
| | | | | | | | | | | 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 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 |
| | | | | isdigit(). | ||||
* | 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 |
| | | | | | Remove declaration of h_errno, since it is supposedly declared in netdb.h. Changes proposed by itojun. | ||||
* | Before declaring h_errno, do not check for Win32 only. Instead, do check | Martin v. Löwis | 2001-07-23 | 1 | -1/+1 |
| | | | | whether h_errno is a macro. | ||||
* | 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 |
| | | | | inet_pton/ntop, convert htons argument to u_short. | ||||
* | 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 |
Contributed by Jun-ichiro "itojun" Hagino. get{addr,name}info emulation code taken from WIDE. |