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
ruby_4_0
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
/
lib
Age
Commit message (
Expand
)
Author
2025-12-17
Add host information to timeout error messages in `TCPSocket.new` and `Socket...
Misaki Shioi
2025-12-17
`Socket.tcp` and `TCPSocket.new` raises `IO::TiemoutError` with user specifie...
Misaki Shioi
2025-12-17
Fix: Recalculate the timeout duration considering `open_timeout` (#15596)
Misaki Shioi
2025-12-16
Fix: Do not pass negative timeout to Addrinfo#connect_internal (#15578)
Misaki Shioi
2025-12-15
Revert "Fix Socket.tcp cleanup after Thread#kill (#15131)" (#15565)
Luke Gruber
2025-12-15
Fix Socket.tcp cleanup after Thread#kill (#15131)
Luke Gruber
2025-11-06
[DOC] Stop documentation for internals
Nobuyoshi Nakada
2025-11-06
Dispatch by platform at load
Nobuyoshi Nakada
2025-07-17
[Feature #21347] Add `open_timeout` as an overall timeout option for `TCPSock...
Misaki Shioi
2025-07-15
[Bug #21512] Socket.tcp_with_fast_fallback: Pass proper addr family to getadd...
Daisuke Aritomo
2025-06-14
Add `open_timeout` as an overall timeout option for `Socket.tcp` (#13368)
Misaki Shioi
2025-04-02
Improve backtrace of errors raised by `Socket.tcp_with_fast_fallback`
Jean Boussier
2025-03-10
Fix `Socket.tcp_with_fast_fallback` to be usable from a Ractor
Jean Boussier
2025-02-03
Do not save ResolutionError if resolution succeeds for any address family (#1...
Misaki Shioi
2025-01-06
Fix typo for private constant in Socket
Raul Gutierrez Segales
2024-12-16
[DOC] Fix broken parameter display and see links for Socket
nvh0412
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-12-10
Fix Connection Attempt Delay of `Socket.tcp` (#12291)
Misaki Shioi
2024-10-20
[DOC] Improve `Socket::tcp` with Happy Eyeballs Version 2
Misaki Shioi
2024-10-07
[DOC] Add some descriptions for options of `Socket::tcp`
v3_4_0_preview2
Misaki Shioi
2024-09-13
Prevent warnings "the block passed to ... may be ignored"
Yusuke Endoh
2024-07-30
Improve Socket.tcp (#11187)
Misaki Shioi
2024-02-26
Revise 9ec342e07df6aa5e2c2e9003517753a2f1b508fd
Nobuyoshi Nakada
2024-02-26
[Bug #20296] Fix the default assertion message
Nobuyoshi Nakada
2024-02-26
Introduction of Happy Eyeballs Version 2 (RFC8305) in Socket.tcp (#9374)
Misaki Shioi
2023-12-18
Update `BasicSocket#recv` documentation on return value
Jean Boussier
2022-12-15
Remove `require 'io/wait'` where it's no longer necessary. (#6932)
Samuel Williams
2022-12-15
socket.rb - simplify check for the method
Nobuyoshi Nakada
2022-12-14
socket.rb - don't load io/wait (#6922)
MSP-Greg
2022-11-30
Removed documentation for incomplete option about [Feature #17134]
Hiroshi SHIBATA
2022-11-17
Add support for `sockaddr_un` on Windows. (#6513)
Samuel Williams
2019-09-10
Support timeout for Addrinfo
Masaki Matsushita
2019-09-09
Revert "Support timeout for Addrinfo"
Masaki Matsushita
2019-09-09
Support timeout for Addrinfo
Masaki Matsushita
2018-02-17
socket.rb: protected connect_internal
nobu
2017-10-27
socket: fix BasicSocket#*_nonblock buffering bugs from r58400
normal
2017-10-22
Fixed misspelling words.
hsbt
2017-10-22
Add missing `buf` parameter to `recv_nonblock` doc [ci skip]
nobu
2017-04-19
socket: avoid fcntl for read/write_nonblock on Linux
normal
2017-04-11
Socket.udp_server_sockets: use symbol proc
normal
2017-04-09
Get rid of inifinity retry loop in Socket.udp_server_sockets
usa
2017-02-23
Revert r57690 except for read_nonblock
nobu
2017-02-23
[DOC] mark up literals
nobu
2017-02-23
[DOC] keyword argument _exception_
nobu
2017-02-23
socket.rb: [DOC] fix nonblock methods
nobu
2017-02-23
[DOC] {read,write}_nonblock with exception: false
nobu
2016-11-21
socket: use symbol proc for IO#close loops
normal
2016-11-15
socket.rb: remove closed checks
nobu
2016-11-14
socket.rb: kwargs
nobu
[next]