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 56c52c1da8 * ext/socket/ancdata.c (ancillary_s_unix_rights): new method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-02-25 14:19:24 +00:00
..
lib update rdoc. 2009-02-11 08:49:49 +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_s_unix_rights): new method. 2009-02-25 14:19:24 +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 reordered. 2009-02-24 12:08:23 +00:00
option.c * ext/socket/option.c (inspect_timeval_as_interval): renamed from 2009-02-22 17:27:15 +00:00
raddrinfo.c * ext/socket/socket.c (sock_gethostname): use HOST_NAME_MAX. 2009-02-10 15:39:16 +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 add comment. 2009-02-24 13:19:04 +00:00
sockport.h * ext/socket/sockport.h (SET_SA_LEN): cast to void for supressing a 2009-02-13 17:21:53 +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/unixsocket.c (unix_recv_io): prevent FD leak when 2 fd is 2009-02-25 14:03:42 +00:00