summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Fix apparently trivial buffer overflow (SF bug 1060396).Jeremy Hylton2004-11-071-1/+1
* Just remove the #include of signal.h. That it was C++-commented outMichael W. Hudson2004-10-141-1/+0
* Use C89 style comment for old compilersNeal Norwitz2004-10-141-1/+1
* Patch #975056 - fixes for restartable signals on *BSD. In addition,Anthony Baxter2004-10-131-1/+1
* Silence a compiler warning by supplying the correct argument type toRaymond Hettinger2004-09-281-2/+2
* Patch for compilation on IRIX from rwgk on http://python.org/sf/728330Trent Mick2004-09-131-0/+10
* Apply patch from http://python.org/sf/728330 to fix socket module compilation...Trent Mick2004-09-071-1/+13
* Patch #1015012. Improve markup and punctuation in libsocket.texDave Cole2004-08-261-2/+2
* Back out 1.289, which breaks platforms needing addrinfo.h, andMartin v. Löwis2004-08-251-31/+0
* Updated the socketpair() docstring and documentation to explain that theDave Cole2004-08-231-2/+4
* Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignoredDave Cole2004-08-231-13/+0
* Bug #1001857: socketmodule does not build under cygwinJason Tishler2004-08-091-0/+4
* Patch #1003700: Add socketpair function to socket module.Dave Cole2004-08-091-0/+62
* Restore compilation on MSVC++ 6.0Raymond Hettinger2004-08-031-0/+4
* Fix [ 1001018 ]: Windows: setdefaulttimeout causes unnecessary timeouts onMark Hammond2004-08-031-3/+24
* Patch #984654: Add more address family constants.Martin v. Löwis2004-07-191-0/+60
* [Patch #947352 from Jason Andryuk] Add support for AF_PACKET hardware addressesAndrew M. Kuchling2004-07-101-6/+15
* [Patch #982665 ] add SO_EXCLUSIVEADDRUSE constantAndrew M. Kuchling2004-07-101-0/+4
* OS/2 EMX needs addrinfo.h for code included from getaddrinfo.cAndrew MacIntyre2004-07-071-0/+4
* Added socket.getservbyport(), and make its second argument and that ofBarry Warsaw2004-06-281-5/+39
* Patch #929192: Improvements to bluetooth support.Martin v. Löwis2004-06-031-78/+169
* Patch #924294: Do not check for AF_INET6 if it is not defined.Martin v. Löwis2004-06-021-1/+1
* Band-aid type fix forMichael W. Hudson2004-05-261-0/+19
* Fixes for AF_UNIX support on OS/2:Andrew MacIntyre2004-04-111-0/+4
* OS/2's TCP/IP stack supports AF_UNIX sockets, with the limitation thatAndrew MacIntyre2004-04-041-4/+4
* Make socket.sslerror a subclass of socket.error .Brett Cannon2004-03-231-0/+2
* Make socketmodule compile again on a modern Linux (that supports Bluetooth).Anthony Baxter2004-02-161-1/+1
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-3/+1
* Add FreeBSD support for bluetooth sockets.Hye-Shik Chang2004-02-021-14/+38
* Patch #874083: Bluetooth support for socket module.Martin v. Löwis2004-01-311-0/+101
* Add IPV6_ socket options from RFCs 3493 and 3542. Fixes #867012.Martin v. Löwis2003-12-301-0/+71
* Fix erroneus argument parsing of socket.htons() on 64bit big endianHye-Shik Chang2003-12-171-1/+1
* Patch #849595: Add socket.shutdown() constants.Martin v. Löwis2003-11-271-2/+25
* Getting rid of code dependent on GUSI or the MetroWerks compiler.Jack Jansen2003-11-191-5/+0
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Simplify and speedup uses of Py_BuildValue():Raymond Hettinger2003-10-121-2/+2
* made the SGI INET_ADDRSTRLEN define apply for any compiler on Irix. Both theAnthony Baxter2003-10-041-4/+7
* Patch #813445: Add missing socket.IPPROTO_IPV6. Backported to 2.3.Martin v. Löwis2003-10-031-0/+3
* Release host name memory. Fixes #783312. Will backport to 2.3.Martin v. Löwis2003-08-071-6/+12
* Patch #781722: Reject AF_INET6 if IPv6 is disabled. Will backport to 2.3.Martin v. Löwis2003-08-051-0/+8
* Get socketmodule compiling on IRIX 6.5.10.Jeremy Hylton2003-07-171-2/+11
* Fix [ 766669 ] Consistent GPF on exitMark Hammond2003-07-091-1/+1
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-38/+113
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-8/+36
* Yet another addition to [731644]: only use the lock if thread-supportJust van Rossum2003-05-091-2/+2
* Addition to [731644]: also use the lock when using the getaddrinfoJust van Rossum2003-05-091-2/+2
* [ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protectJust van Rossum2003-05-091-10/+45
* Patch #724588: Check whether the address of hstrerror and inet_pton canMartin v. Löwis2003-05-031-0/+10
* Patch #708495: Port more stuff to OpenVMS.Martin v. Löwis2003-05-031-1/+9
* Patch 731209: Restore socketmodule's behaviour with dotted quad addressesAnthony Baxter2003-05-021-0/+16