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
/
test
/
socket
/
test_socket.rb
Age
Commit message (
Expand
)
Author
44 hours
Add `open_timeout` as an overall timeout option for `Socket.tcp` (#13368)
Misaki Shioi
2025-04-02
Removed Solaris conditions from test files
Hiroshi SHIBATA
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2025-02-03
Do not save ResolutionError if resolution succeeds for any address family (#1...
Misaki Shioi
2024-12-20
Fix tests for fast_fallback (#12406)
Misaki Shioi
2024-12-14
Improve APIs for Globally Enabling/Disabling fast_fallback in Socket (#12257)
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-01
Fixup with review comment
Misaki Shioi
2023-12-01
Relax test conditions to velify Socket::ResolutionError#error_code
Misaki Shioi
2023-11-30
Skip test_resolurion_error_error_code with FreeBSD environment
Hiroshi SHIBATA
2023-11-30
Fix the argument order
Nobuyoshi Nakada
2023-11-30
Replace SocketError with Socket::ResolutionError in rsock_raise_socket_error
Misaki Shioi
2023-09-24
Fix test thread leakage
Nobuyoshi Nakada
2023-03-11
Skip test_udp_server on s390x RHEL 7.1
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2022-09-07
fixup 8cd6f2a0872e74c6cc089d2a4f8140483080c67a
Hiroshi SHIBATA
2022-09-06
omit random failure tests with FreeBSD
Hiroshi SHIBATA
2021-12-28
Use omit instead of skip: test/socket/**/*.rb
Hiroshi SHIBATA
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-11-30
Revert "test/socket/test_socket.rb: skip on Solaris"
Naohisa Goto
2021-07-29
test/socket/test_socket.rb: skip on Solaris
Yusuke Endoh
2021-05-21
Get rid of sporadic WSAEACCES on Windows [ruby-dev:42661]
Nobuyoshi Nakada
2021-05-20
Get rid of sporadic WSAEACCES on Windows [ruby-dev:42661]
Nobuyoshi Nakada
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-13
Skip test when UDP server is no response.
Hiroshi SHIBATA
2020-12-07
Revert getaddrinfo_a()
Masaki Matsushita
2020-12-05
Reduce timeout of test_getaddrinfo_after_fork
Masaki Matsushita
2020-12-04
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-12-04
Add a hook before fork() for getaddrinfo_a()
Masaki Matsushita
2019-12-06
Test interfaces include localhost
Kazuhiro NISHIYAMA
2019-09-03
Try extending timeout of IO.select
Takashi Kokubun
2019-09-02
Skip POINTOPOINT of IPv4 too instead of IPv6 only
Kazuhiro NISHIYAMA
2019-06-30
Suppress unused variable warnings
Nobuyoshi Nakada
2018-08-20
test/socket/test_socket.rb (timestamp_retry_rw): IO.select before recvmsg
normal
2018-08-02
test/socket/test_socket.rb (test_timestampns): retry send
normal
2018-07-07
test/socket/test_socket.rb (test_timestamp): retry send
normal
2017-12-12
Fix test-all tests to avoid creating report_on_exception warnings
eregon
2017-10-11
socket.c: null byte at Socket.getnameinfo
nobu
2016-03-10
* test/socket/test_socket.rb (test_udp_recvmsg_truncation):
odaira
2015-12-24
ignore exception is the address is IPv6
naruse
2015-11-21
* test/socket/test_socket.rb (test/socket/test_socket.rb): skip the test when...
ngoto
2015-11-18
* test/socket/test_socket.rb (test_udp_recvmsg_truncation): rflags is
akr
2015-11-18
add tests.
akr
2015-11-17
socket: fix recvmsg without argument
normal
2015-11-14
* ext/socket/lib/socket.rb: Specify frozen_string_literal: true.
akr
2015-06-02
use assert_raise
nobu
2014-05-28
* ext/socket/unixsocket.c (rsock_init_unixsock): Open a socket
akr
2014-05-28
test_socket.rb: ignore interface without address
nobu
[next]