COMMITS
/ Modules/socketmodule.c October 19, 2001
G
(Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compile
Guido van Rossum committed
October 18, 2001
J
Expose three OpenSSL API calls for dealing with the PRNG.
Jeremy Hylton committed
October 15, 2001
G
Fix a bunch of warnings reported by Skip.
Guido van Rossum committed
October 13, 2001
M
Test for __sun instead of __sun__, since SUNWspro only defines the latter;
Martin v. Löwis committed
October 12, 2001
G
PySocket_getaddrinfo(): fix two refcount bugs, both having to do with
Guido van Rossum committed
October 11, 2001
J
Use PySocket_Err() instead of PyErr_SetFromErrno().
Jeremy Hylton committed
J
Commit parts of SF patch #462759
Jeremy Hylton committed
J
Convert socket methods to use METH_O and METH_NOARGS where possible.
Jeremy Hylton committed
J
Add a bunch of SSL error constants
Jeremy Hylton committed
October 10, 2001
J
Lots of code reorganization with a few small API changes.
Jeremy Hylton committed
J
Do simple error checking before doing any SSL calls.
Jeremy Hylton committed
J
USe PyObject_SetString() instead of PyObject_SetObject() in newSSLObject().
Jeremy Hylton committed
J
In newSSLObject(), initialize the various members of an SSLObject to NULL.
Jeremy Hylton committed
J
A bit of reformatting to match the standard style
Jeremy Hylton committed
J
Fix two memory leaks in socket.ssl().
Jeremy Hylton committed
August 29, 2001
T
SF bug [#456252] Python should never stomp on [u]intptr_t.
Tim Peters committed
August 20, 2001
B
SSL_dealloc(): Apply the change suggested in SF bug #425370 which
Barry Warsaw committed
J
It will always be a string, because it is created just before this call.
Jeremy Hylton committed
August 15, 2001
M
Fix portability problems with glibc 2.0, as reported in #449157.
Martin v. Löwis committed
August 12, 2001
M
Bump size of sprintf buffer. Suggested by Alex Coventry.
Martin v. Löwis committed
August 10, 2001
M
Autotest for netpacket/packet.h, as it is not available on all Linux versions.
Martin v. Löwis committed
August 4, 2001
M
Add more constants. Contributed by itojun.
Martin v. Löwis committed
M
Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three
Martin v. Löwis committed
August 3, 2001
M
Do not use the system getaddrinfo on Mac OS X. Fixes bug #445928.
Martin v. Löwis committed
July 31, 2001
M
Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 and
Marc-André Lemburg committed
July 30, 2001
M
Temporarily work around bug #445928: Force usage of getaddrinfo emulation
Martin v. Löwis committed
July 24, 2001
T
Use HAVE_SNPRINTF, not HAVE_SPRINTF, for checking the availability of
Thomas Wouters committed
M
Autocheck for snprintf, and use sprintf if it is not available.
Martin v. Löwis committed
July 23, 2001
M
Before declaring h_errno, do not check for Win32 only. Instead, do check
Martin v. Löwis committed
M
Instead of accessing ss_family, cast sockaddr_storage to sockaddr and access sa_family.
Martin v. Löwis committed
July 21, 2001
M
Patch #401196: IPv6 extensions to the socket module.
Martin v. Löwis committed
M
Silence warnings in MSVC++: hide unused variables, add constness back to
Martin v. Löwis committed
July 19, 2001
F
Clean up some warnings from the SGI compiler.
Fred Drake committed
M
Port getaddrinfo to MSVC++.
Martin v. Löwis committed
June 25, 2001
M
Remove const-ness in inet_pton declaration.
Martin v. Löwis committed
June 24, 2001
M
Fix typos in inet_pton/inet_ntop.
Martin v. Löwis committed
M
Provide a definition for offsetof.
Martin v. Löwis committed
M
Emulate inet_{pton,ntop} on systems that don't provide it.
Martin v. Löwis committed
T
Pure brute-force hackery to allow Python to build on Windows again,
Tim Peters committed
June 23, 2001
M
Patch #401196: Configuration machinery for IPv6.
Martin v. Löwis committed
May 11, 2001
F
Fix a minor style consistency issue.
Fred Drake committed
May 9, 2001
F
Three uses of makesockaddr() used sockaddr buffers that had not be cleared;
Fred Drake committed
April 16, 2001
G
Reverting Moshe's EGD patch *and* Martin's patch to make it work with
Guido van Rossum committed
April 13, 2001
G
I am TENTATIVELY checking in Martin von Loewis's patch for the SSL
Guido van Rossum committed
March 18, 2001
M
Committing patch 405101
Moshe Zadka committed
March 2, 2001
G
RISCOS changes by dschwertberger.
Guido van Rossum committed
February 7, 2001
A
Remove the optional integer argument to SSL_write; now it will always send
Andrew M. Kuchling committed
February 6, 2001
A
Patch #103636: Allow writing strings containing null bytes to an SSL socket
Andrew M. Kuchling committed
February 2, 2001
J
fix a couple last-minute bugs in the raw socket support
Jeremy Hylton committed
J
SF patch 101137 from Grant Edwards
Jeremy Hylton committed