Masaki Matsushita

Hash Date Message
6382f5cc91ac9e36776bc854632d9a1237250da7 2018-12-31 Support timeout for Addrinfo
461663f52a87bbae7f3713862a20a4aa6bd63e4c 2019-09-09 Fix domain name for test
0fb2457d794ee49701873584c80a6e1cace94b83 2019-09-09 Fix service name for test
8c09de38c5f2dab324bcb30ab4a8db9bd55357b2 2019-09-09 Fix expected ip_port
c4efbf663ea1849986383ca97bfc8c2609142c68 2019-09-09 Revert "Support timeout for Addrinfo"
0e9d56f5e73ed2fd8e7c858fdea7b7d5b905bb64 2019-09-10 Support timeout for Addrinfo
f5024de002fa82dfe5730b245ad24b8fc3a68424 2019-09-10 Remove check of ai.protocol
9658a5a849d58c206074557e4f716ec0dffdfe59 2020-08-27 Show deprecation warning on TCPSocket.gethostbyname
93df3010482ad52e5ada2e416c996005da956e1e 2020-08-29 IO.copy_stream: handle ENOTSUP on copy_file_range(2)
56dd578d7e715fd255c668577162ede65c7e909f 2020-08-29 IO.copy_stream: handle EOPNOTSUP instead of ENOTSUP
6d946665bd79a93fb98b2d25400d1b6174472302 2020-08-29 Show deprecation warning on Socket.gethostbyname and Socket.gethostbyaddr
012785ef352d6eee983e087adad71692b3aeb354 2020-09-12 Check copy_file_range(2) is actually supported.
0ac185be403e361da31901be4d58710000367330 2020-09-12 Fix compile-time check for copy_file_range(2)
511fe23fa2bdf1f17faa91e0558be47b5bb62b2a 2020-08-28 Add resolve_timeout to TCPSocket [Feature #17134]
f2d1808e7364aa909101c5208086ef026d5367a2 2020-09-25 Add comments for resolv_timeout
97416ae54cebe8bd4c77da5301b82509ec43aaf2 2020-09-25 Describe resolv_timeout in NEWS
94d49ed31c39002335eeee65d42463139f561954 2020-11-26 Add a hook before fork() for getaddrinfo_a()
5e58a9033fa795b73c76a5bb6a2fb7782335acbd 2020-12-05 Reduce timeout of test_getaddrinfo_after_fork
c56a1c1953bf25581a6a0cd4ade22d2691a920e0 2020-12-05 Extend sleep time to 1.5 second in rb_getaddrinfo_a_before_exec()
76439eee68d2f1e56ac7a6ab38aceacf0b4b40c8 2020-12-05 Call cleanup function for getaddrinfo_a(3) only before fork()
5d8bcc4870601ab1ee05346346f241d4a805aac9 2020-12-07 Revert getaddrinfo_a()
c6b37cb169f190bac46c76a643350ee4ffc3dfca 2020-12-07 Remove resolv_timeout of TCPSocket.new from NEWS
78f188524f551c97b1a7a44ae13514729f1a21c7 2020-09-25 Add connect_timeout to TCPSocket
56918578ea48ef3bc6a5f27f884fb2cccbe02c06 2020-12-11 Remove unimplemented parameter from comment
1ffb267c5c782ea15d01beb90d031274ca88cd8e 2020-12-29 Fix compile error of sockssocket
e1e61e256bd65ac3f293ba1513d1a934b9a3bff9 2021-02-06 Improve performance of Array#- when it is called with empty array