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
/
socket.c
Age
Commit message (
Expand
)
Author
2024-12-15
Fix broken links to `Socket.tcp_fast_fallback=`
Stan Lo
2024-12-14
Improve APIs for Globally Enabling/Disabling fast_fallback in Socket (#12257)
Misaki Shioi
2024-10-12
Support `IO#timeout` for `rsock_connect`. (#11880)
Samuel Williams
2024-10-11
Update `rsock_connect` to take `VALUE io` argument. (#11847)
Samuel Williams
2023-11-30
Rename rsock_raise_socket_error to rsock_raise_resolution_error
Misaki Shioi
2023-06-30
Don't check for null pointer in calls to free
Peter Zhu
2022-11-17
Add support for `sockaddr_un` on Windows. (#6513)
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
2022-01-18
[Feature #18491] Drop support for HP-UX
Peter Zhu
2021-06-22
Direct io for accept, send, sendmsg, recvfrom, and related methods.
Samuel Williams
2021-06-14
Removed no longer used variables
Nobuyoshi Nakada
2021-06-14
Add scheduler hook `Addrinfo.getaddrinfo`. (#4375)
Samuel Williams
2021-02-04
[DOC] Fix typo in ext/socket/socket.c [ci skip]
Dimitris Zorbas
2021-01-05
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2020-12-18
socket is ractor-safe.
Koichi Sasada
2020-12-10
Add connect_timeout to TCPSocket
Masaki Matsushita
2020-12-07
Revert getaddrinfo_a()
Masaki Matsushita
2020-08-29
Show deprecation warning on Socket.gethostbyname and Socket.gethostbyaddr
Masaki Matsushita
2020-08-27
Adjust indents [ci skip]
Nobuyoshi Nakada
2020-08-27
Make Socket.getaddrinfo interruptible (#2827)
Kir Shatrov
2020-05-14
Thread scheduler for light weight concurrency.
Samuel Williams
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-08-29
drop-in type check for rb_define_singleton_method
卜部昌平
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
io + socket: make pipes and sockets nonblocking by default
normal
2018-07-24
UNREACHABLE_RETURN
nobu
2017-11-07
socket.c,tcpsocket.c: improve deprecation notices
stomar
2017-10-21
reference Socket.getaddrinfo to Addrinfo.getaddrinfo.
akr
2017-10-21
Describe recommended-methods.
akr
2017-10-21
Deprecation document for gethostbyname,gethostbyaddr.
akr
2017-10-21
add example for Socket.gethostbyaddr.
akr
2017-10-11
socket.c: null byte at Socket.getnameinfo
nobu
2016-10-05
* ext/socket/*.c: Add proper require for example to work.
hsbt
2016-01-28
socket.c: unlimited size hostname
nobu
2015-12-23
rb_readwrite_syserr_fail
nobu
2015-12-23
prefer rb_syserr_fail
nobu
2015-11-23
use rb_gc_for_fd for more callers
normal
2015-11-20
* ext/socket/socket.c: remove mention of :UNIX in getaddrinfo().
hsbt
2015-11-16
socket: avoid arg parsing in rsock_s_accept_nonblock
normal
2015-11-16
socket: Socket#connect_nonblock avoids arg parsing with C API
normal
2015-11-16
socket: avoid arg parsing in rsock_s_recvfrom_nonblock
normal
2015-11-05
ext: use RARRAY_ASET
nobu
2015-11-05
ext: use RARRAY_AREF
nobu
2015-11-04
ext: use RARRAY_CONST_PTR
nobu
2015-10-13
rsock_addrinfo: specify address family
nobu
2015-08-05
socket.c: suppress warnings
nobu
2015-07-12
* ext/socket/basicsocket.c: [DOC] typo (Errno::AGAIN -> Errno::EAGAIN)
sorah
2015-07-08
pass saved errno
nobu
[next]