ruby--ruby/ext/socket
akr 2ba6eec1fa * ext/socket/ancdata.c (ancillary_unix_rights): check message type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-02-28 09:29:26 +00:00
..
lib * ext/socket/lib/socket.rb (BasicSocket#connect_address): returns ::1 2009-02-28 06:05:44 +00:00
.cvsignore
addrinfo.h
ancdata.c * ext/socket/ancdata.c (ancillary_unix_rights): check message type. 2009-02-28 09:29:26 +00:00
basicsocket.c
constants.c
depend
extconf.rb
getaddrinfo.c
getnameinfo.c
init.c * ext/socket/init.c (s_recvfrom): use rb_io_wait_readable after 2009-02-22 10:28:38 +00:00
ipsocket.c
mkconstants.rb * ext/socket/mkconstants.rb: more MSG_* constants. 2009-02-25 16:35:05 +00:00
option.c * ext/socket/option.c (sockopt_level): extracted from sockopt_level_m. 2009-02-25 15:26:25 +00:00
raddrinfo.c * ext/socket/raddrinfo.c: suppress strict-aliasing warning with 2009-02-27 15:21:23 +00:00
rubysocket.h * ext/socket/unixsocket.c (unix_recv_io): prevent FD leak when 2 fd is 2009-02-25 14:03:42 +00:00
socket.c * ext/socket/raddrinfo.c: suppress strict-aliasing warning with 2009-02-27 15:21:23 +00:00
sockport.h * ext/socket/raddrinfo.c: suppress strict-aliasing warning with 2009-02-27 15:21:23 +00:00
sockssocket.c
tcpserver.c * class.c (rb_scan_args): Allow specifying the number of trailing 2009-02-24 15:41:39 +00:00
tcpsocket.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
udpsocket.c
unixserver.c * ext/socket/socket.c (Init_socket): define TCPServer#listen and 2009-02-13 12:14:00 +00:00
unixsocket.c * ext/socket/raddrinfo.c: suppress strict-aliasing warning with 2009-02-27 15:21:23 +00:00