index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
socketmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport 54594:
Neal Norwitz
2007-03-31
1
-5/+12
*
Patch #1657276: Make NETLINK_DNRTMSG conditional.
Martin v. Löwis
2007-02-13
1
-0/+2
*
Patch #1544279: Improve thread-safety of the socket module by moving
Martin v. Löwis
2006-12-03
1
-52/+45
*
Patch #1511317: don't crash on invalid hostname info
Georg Brandl
2006-08-14
1
-11/+14
*
Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during
Neal Norwitz
2006-08-02
1
-18/+36
*
Fix spelling.
Georg Brandl
2006-07-28
1
-1/+1
*
Allow socketmodule to compile on NetBSD -current, whose bluetooth API
Matt Fleming
2006-07-28
1
-0/+8
*
#1494314: Fix a regression with high-numbered sockets in 2.4.3. This
Anthony Baxter
2006-07-11
1
-16/+44
*
Patch #1516912: improve Modules support for OpenVMS.
Neal Norwitz
2006-07-10
1
-49/+43
*
Patch #1495999: Part two of Windows CE changes.
Martin v. Löwis
2006-06-10
1
-2/+6
*
Fix a refleak in recvfrom_into
Neal Norwitz
2006-06-08
1
-1/+1
*
Remove unused variable (and stop compiler warning)
Neal Norwitz
2006-06-06
1
-1/+0
*
Fixes in struct and socket from merge reviews.
Martin Blais
2006-06-04
1
-35/+38
*
Simplify further by using AddStringConstant
Neal Norwitz
2006-05-30
1
-4/+2
*
Make use of METH_O and METH_NOARGS where possible.
Georg Brandl
2006-05-29
1
-5/+3
*
Fix refleak in socketmodule. Replace bogus Py_BuildValue calls.
Georg Brandl
2006-05-29
1
-3/+5
*
Support for buffer protocol for socket and struct.
Martin Blais
2006-05-26
1
-136/+316
*
Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 and
Thomas Wouters
2006-04-25
1
-0/+16
*
Patch 1471925 - Weak linking support for OSX
Ronald Oussoren
2006-04-23
1
-2/+34
*
SF Patch #1062014: AF_UNIX sockets under Linux have a special
Armin Rigo
2006-04-19
1
-6/+31
*
Patch #1191065: Fix preprocessor problems on systems where recvfrom
Martin v. Löwis
2006-04-15
1
-6/+8
*
Off-by-one buffer overflow error.
Armin Rigo
2006-04-12
1
-1/+1
*
Patch #1462080: Conditionalize some NETLINK defines.
Martin v. Löwis
2006-04-06
1
-0/+11
*
Bug #1460564: document that socket.fromfd() duplicates the given
Georg Brandl
2006-04-01
1
-2/+3
*
RFE #567972: Socket objects' family, type and proto properties are
Georg Brandl
2006-03-17
1
-1/+10
*
More unconsting.
Martin v. Löwis
2006-02-27
1
-1/+1
*
NETLINK_TCPDIAG and NETLINK_NFLOG aren't defined on older Linux
Guido van Rossum
2006-02-21
1
-0/+4
*
Bug #854823: socketmodule now builds on Sun platforms even when
Georg Brandl
2006-02-20
1
-2/+2
*
Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE.
Martin v. Löwis
2006-02-11
1
-0/+7
*
Bug #876637, prevent stack corruption when socket descriptor
Neal Norwitz
2006-02-07
1
-2/+31
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
Get socketmodule to build after adding netlink support.
Neal Norwitz
2006-01-16
1
-0/+2
*
Change build format of netlink addresses.
Martin v. Löwis
2006-01-15
1
-1/+1
*
Patch #1103116: AF_NETLINK sockets basic support.
Martin v. Löwis
2006-01-14
1
-1/+53
*
Fix SF bug #1072182, problems with signed characters.
Neal Norwitz
2005-12-19
1
-1/+2
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-1/+1
*
Patch #1288833: Removed thread lock from socket.getaddrinfo on
Hye-Shik Chang
2005-09-24
1
-1/+6
*
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum
2005-09-14
1
-23/+19
*
patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows
Georg Brandl
2005-08-26
1
-7/+12
*
Fix apparently trivial buffer overflow (SF bug 1060396).
Jeremy Hylton
2004-11-07
1
-1/+1
*
Just remove the #include of signal.h. That it was C++-commented out
Michael W. Hudson
2004-10-14
1
-1/+0
*
Use C89 style comment for old compilers
Neal Norwitz
2004-10-14
1
-1/+1
*
Patch #975056 - fixes for restartable signals on *BSD. In addition,
Anthony Baxter
2004-10-13
1
-1/+1
*
Silence a compiler warning by supplying the correct argument type to
Raymond Hettinger
2004-09-28
1
-2/+2
*
Patch for compilation on IRIX from rwgk on http://python.org/sf/728330
Trent Mick
2004-09-13
1
-0/+10
*
Apply patch from http://python.org/sf/728330 to fix socket module compilation...
Trent Mick
2004-09-07
1
-1/+13
*
Patch #1015012. Improve markup and punctuation in libsocket.tex
Dave Cole
2004-08-26
1
-2/+2
*
Back out 1.289, which breaks platforms needing addrinfo.h, and
Martin v. Löwis
2004-08-25
1
-31/+0
*
Updated the socketpair() docstring and documentation to explain that the
Dave Cole
2004-08-23
1
-2/+4
*
Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignored
Dave Cole
2004-08-23
1
-13/+0
[next]