ruby/ext/socket
Yusuke Endoh 7e64a68252 Prevent a warning: old-style function definition
ipsocket.c:57:1: warning: old-style function definition [-Wold-style-definition]
   57 | current_clocktime()
      | ^~~~~~~~~~~~~~~~~
2025-07-23 16:46:01 +09:00
..
lib [Feature #21347] Add open_timeout as an overall timeout option for TCPSocket.new (#13909) 2025-07-17 18:15:19 +09:00
.document
addrinfo.h Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
ancdata.c Move directives outside rb_ary_new3 call 2024-10-10 11:30:37 +09:00
basicsocket.c Update BasicSocket to use rb_io_blocking_region. 2024-10-09 21:05:01 +13:00
constants.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
depend Update dependencies for addition of set.h to public headers 2025-07-11 15:24:23 +09:00
extconf.rb Revert "Set AI_ADDRCONFIG when making getaddrinfo(3) calls for outgoing conns" 2024-02-01 11:09:54 +11:00
getaddrinfo.c Don't check for null pointer in calls to free 2023-06-30 09:13:31 -04:00
getnameinfo.c Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
ifaddr.c Add description for Socket::Ifaddr#flags. 2025-02-22 10:09:32 +09:00
init.c Improve doc for Socket::ResolutionError (#12434) 2024-12-23 15:05:00 +09:00
ipsocket.c Prevent a warning: old-style function definition 2025-07-23 16:46:01 +09:00
mkconstants.rb Drop support for old ERB 2024-03-03 00:55:45 +09:00
option.c Add support for sockaddr_un on Windows. (#6513) 2022-11-17 14:50:25 -08:00
raddrinfo.c [Feature #21347] Add open_timeout as an overall timeout option for TCPSocket.new (#13909) 2025-07-17 18:15:19 +09:00
rubysocket.h Declare rsock_raise_user_specified_timeout as noreturn 2025-07-17 19:47:18 +09:00
socket.c Fix timeout in Addrinfo.getaddrinfo to actually take effect (#13803) 2025-07-10 21:35:13 +09:00
sockport.h
sockssocket.c [Feature #21347] Add open_timeout as an overall timeout option for TCPSocket.new (#13909) 2025-07-17 18:15:19 +09:00
tcpserver.c [Feature #21347] Add open_timeout as an overall timeout option for TCPSocket.new (#13909) 2025-07-17 18:15:19 +09:00
tcpsocket.c [Feature #21347] Add open_timeout as an overall timeout option for TCPSocket.new (#13909) 2025-07-17 18:15:19 +09:00
udpsocket.c Fix timeout in Addrinfo.getaddrinfo to actually take effect (#13803) 2025-07-10 21:35:13 +09:00
unixserver.c Add support for sockaddr_un on Windows. (#6513) 2022-11-17 14:50:25 -08:00
unixsocket.c Support IO#timeout for rsock_connect. (#11880) 2024-10-12 10:08:34 +13:00