624 Commits (52d61e485eeebcd3cc9ebdf0c762d100fc2916dc)

Author SHA1 Message Date
Victor Stinner 52d61e485e socket: Fix memory leak in sendmsg() and sendmsg_afalg() 9 years ago
Victor Stinner 288b5bf624 Cleanup socketmodule.c 9 years ago
Christian Heimes 0b9d64ebfe Issue 18550: Check return value of ioctl() / fnctl() in internal_setblocking 9 years ago
Martin Panter 0be894b2f6 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
Benjamin Peterson b6c345878a use the '__linux__' instead 'linux' preprocessor define 9 years ago
Christian Heimes 8c21ab0ab9 Issue #27744: correct comment and markup 9 years ago
Christian Heimes dffa3949c7 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. 9 years ago
Raymond Hettinger 15f44ab043 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
R David Murray bdfa0ebff7 #26907: add some missing getsockopt constants. 9 years ago
Berker Peksag 95e0df8389 Issue #27702: Only expose SOCK_RAW when defined 10 years ago
Victor Stinner 524714eeda socket: use INVALID_SOCKET 10 years ago
Victor Stinner 0cec877230 socket: Fix internal_select() 10 years ago
Martin Panter b466f8facf Remove duplicate AF_INET6 addition 10 years ago
Berker Peksag 3583c3bd1d Issue #26536: Use spaces instead of tabs 10 years ago
Steve Dower ea93ac013d Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes. 10 years ago
doko@ubuntu.com fcff437de3 - Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants 10 years ago
Stefan Krah 1f9eb879d5 Issue #26857: The gethostbyaddr_r() workaround is no longer needed with 10 years ago
Stefan Krah 432dfcf3bc Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android. 10 years ago
Serhiy Storchaka 21a663ea28 Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). 10 years ago
Martin Panter 50ab1a3694 Issue #26685: Raise OSError if closing a socket fails 10 years ago
Victor Stinner cc73932125 socketmodule.c: error if option larger than INT_MAX 10 years ago
Victor Stinner 19a8e844e4 Add socket finalizer 10 years ago
Victor Stinner f664dc5834 ResourceWarning: Revert change on socket and scandir 10 years ago
Victor Stinner 914cde89d4 On ResourceWarning, log traceback where the object was allocated 10 years ago
Ned Deily e1d4e58777 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on 10 years ago
Ned Deily 47299fd39c Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X 10 years ago
Victor Stinner 7240030c52 Windows: Decode hostname from ANSI code page 10 years ago
Raymond Hettinger 1ce6885f8a Fix compiler warning about obviously unreachable code. 10 years ago
Serhiy Storchaka ef1585eb9a Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
Victor Stinner bc5b80bac1 Close #24784: Fix compilation without thread support 10 years ago
Victor Stinner 92f0113701 Close #24784: Fix compilation without thread support 10 years ago
Victor Stinner ec1a498a01 Issue #24684: socket.socket.getaddrinfo() now calls 10 years ago
Victor Stinner bea232a15f Issue #24732, #23834: Fix sock_accept_impl() on Windows 11 years ago
Larry Hastings a6cc551502 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. 11 years ago
Victor Stinner 8e44aa5ae4 Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the 11 years ago
Benjamin Peterson 4fd929b431 remove assignment in conditional 11 years ago
Victor Stinner ced1174525 Issue #23618: Fix internal_select() for negative timeout (blocking socket) when 11 years ago
Victor Stinner 88ed640fc7 Issue #23834: Fix the default socket timeout 11 years ago
Victor Stinner 222dfc7d94 Issue #22117: Fix sock_call_ex() for non-blocking socket 11 years ago
Victor Stinner 8912d1418e Issue #23853: socket.socket.sendall() does no more reset the socket timeout 11 years ago
Victor Stinner 9001d8089c Issue #23834: Fix initial value of the socket timeout 11 years ago
Victor Stinner 10550cdb8a Issue #23834: Simplify timeout handling 11 years ago
Victor Stinner a135cb8143 Issue #23618: Ooops, remove abort() added for debug purpose 11 years ago
Victor Stinner 38aec7525e Issue #23618: Fix sock_connect_impl(), set the socket error code 11 years ago
Victor Stinner 81c41dbfcc Issue #23618: socket.socket.connect() now waits until the connection completes 11 years ago
Victor Stinner 35bee932e4 Issue #23618: Don't declare recvmsg/sendmsg helper functions on Windows 11 years ago
Victor Stinner ff444e828e Issue #23834: Fix sock_call(), set deadline_initialized to recompute the timeout 11 years ago
Victor Stinner 02f32ab47e Issue #23834: Modify socket.sendall() to reuse sock_call() with 11 years ago
Victor Stinner 31bf2d5073 Issue #23834: Add sock_call() helper function 11 years ago
Victor Stinner a772662423 Issue #23618: Fix EINTR handling on Windows 11 years ago