1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/socket
hsbt 35c3f042fc * ext/socket/socket.c: remove mention of :UNIX in getaddrinfo().
It's typically not a support option.
  [ci skip][fix GH-990] Patch by @eam

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-20 03:48:10 +00:00
..
lib * ext/socket/ancdata.c: Check buffer full and ignore MSG_TRUNC flag. 2015-11-19 13:49:58 +00:00
.document
addrinfo.h
ancdata.c * ext/socket/ancdata.c: Check buffer full and ignore MSG_TRUNC flag. 2015-11-19 13:49:58 +00:00
basicsocket.c socket: avoid arg parsing in bsock_sendmsg_internal 2015-11-17 01:05:30 +00:00
constants.c
depend
extconf.rb * ChangeLog: Good-bye OS/2. 2015-10-18 01:18:34 +00:00
getaddrinfo.c * configure.in: fixed build failure of Haiku. 2015-10-24 13:51:25 +00:00
getnameinfo.c * configure.in: fixed build failure of Haiku. 2015-10-24 13:51:25 +00:00
ifaddr.c
init.c init.c: is_socket 2015-11-17 02:15:55 +00:00
ipsocket.c rsock_addrinfo: specify address family 2015-10-13 03:14:13 +00:00
mkconstants.rb
option.c
raddrinfo.c suppress a warning 2015-10-19 16:28:56 +00:00
rubysocket.h socket: avoid arg parsing in bsock_sendmsg_internal 2015-11-17 01:05:30 +00:00
socket.c * ext/socket/socket.c: remove mention of :UNIX in getaddrinfo(). 2015-11-20 03:48:10 +00:00
sockport.h
sockssocket.c
tcpserver.c socket: avoid arg parsing in rsock_s_accept_nonblock 2015-11-16 23:40:15 +00:00
tcpsocket.c rsock_addrinfo: specify address family 2015-10-13 03:14:13 +00:00
udpsocket.c socket: avoid arg parsing in rsock_s_recvfrom_nonblock 2015-11-16 23:25:03 +00:00
unixserver.c socket: avoid arg parsing in rsock_s_accept_nonblock 2015-11-16 23:40:15 +00:00
unixsocket.c