| Commit message (Expand) | Author | Age | Files | Lines |
* | Use openssl/*.h to include the OpenSSL header files | Andrew M. Kuchling | 2001-01-18 | 1 | -6/+6 |
|
|
* | Adapted from a patch by Barry Scott, SF patch #102875 and SF bug | Guido van Rossum | 2000-12-18 | 1 | -3/+4 |
|
|
* | Patch by Michael Hudson to clarify the error message from | Guido van Rossum | 2000-12-01 | 1 | -1/+7 |
|
|
* | Norman Vine <nhv@users.sourceforge.net>: | Fred Drake | 2000-10-06 | 1 | -1/+1 |
|
|
* | Remove a lot of the confusing conditional compilation from the beginning | Fred Drake | 2000-08-16 | 1 | -47/+4 |
|
|
* | Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. | Guido van Rossum | 2000-08-03 | 1 | -10/+0 |
|
|
* | Use METH_VARARGS instead of numeric constant 1 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -35/+50 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -1/+0 |
|
|
* | Use 'void' directly instead of the ANY #define, now that all code is ANSI C. | Thomas Wouters | 2000-07-25 | 1 | -4/+4 |
|
|
* | Remove unused variable and what looks like an ancient relic of an old | Thomas Wouters | 2000-07-24 | 1 | -7/+0 |
|
|
* | Create a new section of pyport.h to hold all external function declarations | Thomas Wouters | 2000-07-24 | 1 | -11/+2 |
|
|
* | Patch #100926 - Better error messages for socket exceptions on Windows. [Sli... | Mark Hammond | 2000-07-24 | 1 | -2/+78 |
|
|
* | Even more ANSIfication: fix as many function pointers and declarations as | Thomas Wouters | 2000-07-22 | 1 | -1/+1 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -8/+6 |
|
|
* | Errare humanum est. | Peter Schneider-Kamp | 2000-07-11 | 1 | -1/+1 |
|
|
* | fixed a warning in getsockaddrlen | Peter Schneider-Kamp | 2000-07-11 | 1 | -1/+1 |
|
|
* | - ANSI-ification | Fredrik Lundh | 2000-07-09 | 1 | -94/+47 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -1/+1 |
|
|
* | Removed a prototype which is not used in socketmodule.c | Marc-André Lemburg | 2000-07-07 | 1 | -1/+0 |
|
|
* | Restore strict checking of socket address values; addresses passed to | Fred Drake | 2000-07-01 | 1 | -15/+21 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -13/+46 |
|
|
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-05-16 | 1 | -0/+2 |
|
|
* | 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 |
|
|