index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
socket
/
init.c
Age
Commit message (
Expand
)
Author
2023-11-30
Adjust indent [ci skip]
Nobuyoshi Nakada
2023-11-30
Rename rsock_raise_socket_error to rsock_raise_resolution_error
Misaki Shioi
2023-11-30
Replace SocketError with Socket::ResolutionError in rsock_raise_socket_error
Misaki Shioi
2023-11-30
Add Socket::ResolutionError & Socket::ResolutionError#error_code
Misaki Shioi
2023-08-30
BasicSocket#recv* return `nil` rather than an empty packet
Jean Boussier
2022-11-17
Add support for `sockaddr_un` on Windows. (#6513)
Samuel Williams
2022-10-08
Try `nil` as default for 'default timeout'. (#6509)
Samuel Williams
2022-10-07
Add IO#timeout attribute and use it for blocking IO operations. (#5653)
Samuel Williams
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2021-07-12
Avoid calling `fstat` on things we already know are valid sockets.
Samuel Williams
2021-06-22
Deprecate and rework old (fd) centric functions.
Samuel Williams
2021-06-22
Direct io for accept, send, sendmsg, recvfrom, and related methods.
Samuel Williams
2020-12-10
Add connect_timeout to TCPSocket
Masaki Matsushita
2020-05-14
Thread scheduler for light weight concurrency.
Samuel Williams
2020-03-31
ext/socket/init.c: do not return uninitialized buffer
Yusuke Endoh
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2018-11-29
disable non-blocking pipes and sockets by default
normal
2018-11-22
socket: disable nonblocking-by-default on win32
normal
2018-11-22
ext/socket/init.c (rsock_socket0): non-blocking for non-SOCK_NONBLOCK
normal
2018-11-22
io + socket: make pipes and sockets nonblocking by default
normal
2018-11-08
ext/socket/init.c (wait_connectable): bail out early on some errors
normal
2018-04-30
io.c: workaround for EPROTOTYPE
nobu
2018-01-23
init.c: encode socket error message
nobu
2017-10-27
socket: fix BasicSocket#*_nonblock buffering bugs from r58400
normal
2015-12-23
rb_readwrite_syserr_fail
nobu
2015-12-23
prefer rb_syserr_fail
nobu
2015-12-22
ext/socket/init.c (rsock_init_sock): reject reserved FDs
normal
2015-12-22
fix r53231: raise Errno::EBADF like other OSes
naruse
2015-12-21
avoid rb_bug on BasicSocket.for_fd(-1)
normal
2015-11-23
ext/socket/init.c (rsock_accept): handle ENOMEM
normal
2015-11-23
use rb_gc_for_fd for more callers
normal
2015-11-17
init.c: is_socket
nobu
2015-11-16
socket: avoid arg parsing in rsock_s_accept_nonblock
normal
2015-11-16
socket: avoid arg parsing in rsock_s_recvfrom_nonblock
normal
2015-10-19
init.c: glibc bug
nobu
2015-07-02
socket: memoize common socket families in fptr->mode
normal
2015-06-17
* include/ruby/ruby.h: $SAFE=3 is now obsolete.
hsbt
2015-06-15
socket: allow explicit buffer for recv and recv_nonblock
normal
2015-06-15
socket: allow exception-free nonblocking sendmsg/recvmsg
normal
2015-05-29
socket: avoid redundant fcntl on Linux
normal
2015-05-17
ext/socket/init.c: use SOCK_NONBLOCK if available
normal
2015-03-12
accept_nonblock: favor rb_hash_lookup2 to avoid Hash#default
normal
2015-03-12
accept_nonblock supports "exception: false"
normal
2014-09-30
protoize no-arguments functions
nobu
2014-09-22
ext/socket/*.c: trivial struct packing for 64-bit
normal
2014-09-17
socket (rsock_connect): fix and refactor for blocking
normal
2014-02-21
* ext/socket/init.c (wait_connectable): break if the socket is
shugo
2014-01-31
socket: split out SOCK_CLOEXEC versions of wrappers for readability
normal
2014-01-31
socket.c: suppress warnings
nobu
2014-01-28
* ext/socket: Avoid redundant fcntl/fstat syscalls for cloexec
akr
[next]