| Commit message (Expand) | Author | Age | Files | Lines |
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -9/+9 |
|
|
* | Fix typo in last patch -- the symbol's name is MSG_DONWAIT, not | Guido van Rossum | 2000-04-25 | 1 | -1/+1 |
|
|
* | Patch by Charles G Waldman: | Guido van Rossum | 2000-04-25 | 1 | -1/+4 |
|
|
* | Jack Jansen: The GUSI 2.0 I/O library used on the Mac uses the | Guido van Rossum | 2000-04-24 | 1 | -9/+15 |
|
|
* | Use an explicit macro SOCKETCLOSE which expands to closesocket (on | Guido van Rossum | 2000-04-21 | 1 | -10/+14 |
|
|
* | In dealloc(), only close the socket if fd != -1. | Guido van Rossum | 2000-04-10 | 1 | -1/+2 |
|
|
* | Add warning that multi-arg connect() etc. are deprecated. | Guido van Rossum | 2000-04-04 | 1 | -1/+1 |
|
|
* | Put back multi-arg capability on connect/connect_ex/bind, for | Guido van Rossum | 2000-04-04 | 1 | -21/+15 |
|
|
* | Add '#include <netinet/tcp.h>' | Andrew M. Kuchling | 2000-03-31 | 1 | -0/+1 |
|
|
* | Fix all routines to use PyArg_ParseTuple(), and add ":name" to the | Guido van Rossum | 2000-03-24 | 1 | -58/+71 |
|
|
* | Fixed inet_ntoa() docstring. | Fred Drake | 2000-03-07 | 1 | -1/+1 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -9/+9 |
|
|
* | OpenSSL support. This is based on patches for a version of SSLeay by | Guido van Rossum | 1999-12-07 | 1 | -1/+290 |
|
|
* | Bugfix by Jack Jansen for Macintosh (for the inet_ntoa/aton changes): | Guido van Rossum | 1999-11-04 | 1 | -1/+6 |
|
|
* | (1) On Linux, we really need to trust the configure script to select | Guido van Rossum | 1999-09-15 | 1 | -2/+13 |
|
|
* | It appears that inet_aton() doesn't really exist except in libresolv; | Guido van Rossum | 1999-09-09 | 1 | -20/+3 |
|
|
* | Port inet_ntoa and inet_aton to Windows: | Guido van Rossum | 1999-08-20 | 1 | -2/+23 |
|
|
* | Patch by Ben Gertzfield to add inet_aton() and inet_ntoa() calls. | Guido van Rossum | 1999-08-20 | 1 | -0/+72 |
|
|
* | Patch by Marc-Andre Lemburg to add a bunch more symbols. | Guido van Rossum | 1999-08-09 | 1 | -2/+86 |
|
|
* | Put back __osf__ support for gethostbyname_r(); the real bug was that | Guido van Rossum | 1999-04-13 | 1 | -1/+5 |
|
|
* | 3-arg gethostbyname_r doesn't really work on OSF/1. | Guido van Rossum | 1999-04-10 | 1 | -1/+1 |
|
|
* | Implement two suggestions by Jonathan Giddy: (1) in AIX, clear the | Guido van Rossum | 1999-03-24 | 1 | -0/+19 |
|
|
* | Vladimir Marangozov implements the AIX 3-arg gethostbyname_r code. | Guido van Rossum | 1999-03-24 | 1 | -14/+32 |
|
|
* | Clean up pass for the previous patches. | Guido van Rossum | 1999-03-22 | 1 | -23/+35 |
|
|
* | Jonathan Giddy writes: | Guido van Rossum | 1999-03-22 | 1 | -8/+15 |
|
|
* | Patch by Rob Riggs for Linux -- glibc2 has a different argument | Guido van Rossum | 1999-03-15 | 1 | -0/+24 |
|
|
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -8/+8 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Use the t# format where appropriate. Greg Stein. | Guido van Rossum | 1998-10-08 | 1 | -1/+1 |
|
|
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -1/+1 |
|
|
* | Remove some unused variables from gethostbyaddr_ex and gethostbyaddr, | Guido van Rossum | 1998-09-13 | 1 | -4/+0 |
|
|
* | Removed unused variables. | Guido van Rossum | 1998-08-06 | 1 | -4/+0 |
|
|
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -3/+40 |
|
|
* | Added gethostbyname_ex(), which returns the same kind of data as | Guido van Rossum | 1998-08-04 | 1 | -37/+99 |
|
|
* | Added copious docstrings, plus two minor layout tweaks. | Guido van Rossum | 1998-07-07 | 1 | -39/+309 |
|
|
* | Some systems (e.g. Linux) use enums for some symbols (like IPPROTO_IP) | Guido van Rossum | 1998-05-28 | 1 | -0/+11 |
|
|
* | Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. | Guido van Rossum | 1998-04-09 | 1 | -2/+44 |
|
|
* | Left-aligned preprocessor directives and changed C++ comments to C | Guido van Rossum | 1997-12-02 | 1 | -9/+9 |
|
|
* | os2 patch by Jeff Rush | Guido van Rossum | 1997-11-22 | 1 | -15/+116 |
|
|
* | PySocketSock_methods: Added "connect_ex" so the method can actually be | Barry Warsaw | 1997-11-20 | 1 | -0/+1 |
|
|
* | Add s.connect_ex() which returns errno instead of raising an exception. | Guido van Rossum | 1997-11-19 | 1 | -0/+20 |
|
|
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -9/+8 |
|
|
* | socket_type -> SocketType | Guido van Rossum | 1997-06-02 | 1 | -2/+2 |
|
|
* | Add socket.socket_type, as discussed on c.l.p. | Guido van Rossum | 1997-05-21 | 1 | -0/+5 |
|
|
* | Remove the last three uses of PyArg_GetInt() from the source. | Guido van Rossum | 1997-05-15 | 1 | -3/+3 |
|
|
* | In makesockaddr(), if we don't know the address family, don't raise an | Guido van Rossum | 1997-05-07 | 1 | -3/+6 |
|
|
* | Tweaks to keep the Microsoft compiler quier. | Guido van Rossum | 1997-04-09 | 1 | -1/+3 |
|
|
* | Check of return values and proper error handling. | Barry Warsaw | 1997-01-03 | 1 | -30/+60 |
|
|
* | Added the new getprotobyname() call to the module overview at the top. | Guido van Rossum | 1996-12-19 | 1 | -0/+1 |
|
|
* | Added getprotobyname() interface. | Guido van Rossum | 1996-12-19 | 1 | -0/+24 |
|
|