506 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Martin v. Löwis 7e75f1aafb Patch #1191065: Fix preprocessor problems on systems where recvfrom 20 years ago
Armin Rigo 2db15505be Off-by-one buffer overflow error. 20 years ago
Martin v. Löwis 5fe60e7a4c Patch #1462080: Conditionalize some NETLINK defines. 20 years ago
Georg Brandl dcfdae7d72 Bug #1460564: document that socket.fromfd() duplicates the given 20 years ago
Georg Brandl bc45a3f821 RFE #567972: Socket objects' family, type and proto properties are 20 years ago
Martin v. Löwis 02cbf4ae4b More unconsting. 20 years ago
Guido van Rossum 668a94a34f NETLINK_TCPDIAG and NETLINK_NFLOG aren't defined on older Linux 20 years ago
Georg Brandl dbd8339a01 Bug #854823: socketmodule now builds on Sun platforms even when 20 years ago
Martin v. Löwis f84d1b9375 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. 20 years ago
Neal Norwitz 082b2df33f Bug #876637, prevent stack corruption when socket descriptor 20 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Neal Norwitz 658516617c Get socketmodule to build after adding netlink support. 20 years ago
Martin v. Löwis d056005482 Change build format of netlink addresses. 20 years ago
Martin v. Löwis 11017b172d Patch #1103116: AF_NETLINK sockets basic support. 20 years ago
Neal Norwitz 30b5c5d011 Fix SF bug #1072182, problems with signed characters. 21 years ago
Jeremy Hylton af68c874a6 Add const to several API functions that take char *. 21 years ago
Hye-Shik Chang 9ceebd5445 Patch #1288833: Removed thread lock from socket.getaddrinfo on 21 years ago
Guido van Rossum 8ee3e5aa93 - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
Georg Brandl d2e3ba7a35 patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows 21 years ago
Jeremy Hylton 80961f3ca9 Fix apparently trivial buffer overflow (SF bug 1060396). 22 years ago
Michael W. Hudson 3079391b8d Just remove the #include of signal.h. That it was C++-commented out 22 years ago
Neal Norwitz f7c8d9320b Use C89 style comment for old compilers 22 years ago
Anthony Baxter 9ceaa72ebe Patch #975056 - fixes for restartable signals on *BSD. In addition, 22 years ago
Raymond Hettinger 87de0ca741 Silence a compiler warning by supplying the correct argument type to 22 years ago
Trent Mick 8ea5bdf784 Patch for compilation on IRIX from rwgk on http://python.org/sf/728330 22 years ago
Trent Mick a708d6e3b0 Apply patch from http://python.org/sf/728330 to fix socket module compilation on Solaris 2.6, HP-UX 11, AIX 5.1 and (possibly) some IRIX versions. 22 years ago
Dave Cole e8bbfe4e63 Patch #1015012. Improve markup and punctuation in libsocket.tex 22 years ago
Martin v. Löwis b92b7ed9d6 Back out 1.289, which breaks platforms needing addrinfo.h, and 22 years ago
Dave Cole 07fda7e3a0 Updated the socketpair() docstring and documentation to explain that the 22 years ago
Dave Cole 0fc8575412 Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignored 22 years ago
Jason Tishler c246cb76e6 Bug #1001857: socketmodule does not build under cygwin 22 years ago
Dave Cole 331708b226 Patch #1003700: Add socketpair function to socket module. 22 years ago
Raymond Hettinger cbcff93d49 Restore compilation on MSVC++ 6.0 22 years ago
Mark Hammond a57ec93b93 Fix [ 1001018 ]: Windows: setdefaulttimeout causes unnecessary timeouts on 22 years ago
Martin v. Löwis 81aec4bb80 Patch #984654: Add more address family constants. 22 years ago
Andrew M. Kuchling b8e1717041 [Patch #947352 from Jason Andryuk] Add support for AF_PACKET hardware addresses 22 years ago
Andrew M. Kuchling 42851ab490 [Patch #982665 ] add SO_EXCLUSIVEADDRUSE constant 22 years ago
Andrew MacIntyre 5a8b4593d3 OS/2 EMX needs addrinfo.h for code included from getaddrinfo.c 22 years ago
Barry Warsaw 11b91a0ea3 Added socket.getservbyport(), and make its second argument and that of 22 years ago
Martin v. Löwis 558d9bf528 Patch #929192: Improvements to bluetooth support. 22 years ago
Martin v. Löwis 04697e89b9 Patch #924294: Do not check for AF_INET6 if it is not defined. 22 years ago
Michael W. Hudson 76b8cc84a4 Band-aid type fix for 22 years ago
Andrew MacIntyre daedf21852 Fixes for AF_UNIX support on OS/2: 22 years ago
Andrew MacIntyre d12dfbbcd9 OS/2's TCP/IP stack supports AF_UNIX sockets, with the limitation that 22 years ago
Brett Cannon 06c34798df Make socket.sslerror a subclass of socket.error . 22 years ago
Anthony Baxter 5d7c06720d Make socketmodule compile again on a modern Linux (that supports Bluetooth). 22 years ago
Skip Montanaro 7befb9966e remove support for missing ANSI C header files (limits.h, stddef.h, etc). 22 years ago
Hye-Shik Chang 81268608bf Add FreeBSD support for bluetooth sockets. 22 years ago
Martin v. Löwis 12af0485f8 Patch #874083: Bluetooth support for socket module. 22 years ago
Martin v. Löwis da91d02461 Add IPV6_ socket options from RFCs 3493 and 3542. Fixes #867012. 23 years ago