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
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 add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
addrinfo.h * ext/socket/addrinfo.h (AI_NUMERICSERV): defined. 2009-01-13 13:57:53 +00:00
ancdata.c * ext/socket/ancdata.c (ancillary_unix_rights): check message type. 2009-02-28 09:29:26 +00:00
basicsocket.c rdoc update. 2009-02-13 14:43:12 +00:00
constants.c * ext/socket/mkconstants.rb: generate rb_define_const directly for 2009-02-16 16:55:33 +00:00
depend * ext/socket/rubysocket.h (cmsg_type_arg): declared. 2009-02-02 02:51:02 +00:00
extconf.rb * ext/socket/basicsocket.c (bsock_getpeereid): implemented for Solaris 2009-02-12 12:43:04 +00:00
getaddrinfo.c * ext/socket/extconf.rb (gai_strerror): checks if available and if 2009-01-14 04:09:05 +00:00
getnameinfo.c * ext/socket/{getaddrinfo,getnameinfo}.c: need to include ws2tcpip.h 2009-01-13 03:11:17 +00:00
init.c * ext/socket/init.c (s_recvfrom): use rb_io_wait_readable after 2009-02-22 10:28:38 +00:00
ipsocket.c * ext/socket/ipsocket.c (Init_ipsocket): undef getpeereid at IPSocket. 2009-02-11 02:48:08 +00:00
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 * ext/socket/init.c (socks_connect_blocking): moved from 2009-01-27 11:07:41 +00:00
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 * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
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