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
usa 68db4a3464 * ext/socket/spclet.c (socket_s_ip_address_list): support Windows XP
or later. (Win2k or earlier is still not supported)



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-01-29 02:25:39 +00:00
..
lib * ext/socket/lib/socket.rb: new file. 2009-01-17 13:04:03 +00:00
.cvsignore
addrinfo.h * ext/socket/addrinfo.h (AI_NUMERICSERV): defined. 2009-01-13 13:57:53 +00:00
basicsocket.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
constants.c * ext/socket/raddrinfo.c (addrinfo_mdump): new method. 2009-01-17 18:14:34 +00:00
depend * ext/socket/depend: workaround for nmake. files in depend without 2009-01-19 01:35:57 +00:00
extconf.rb * ext/socket/extconf.rb ($distcleanfiles): fixed typo. 2009-01-22 08:02:41 +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 (socks_connect_blocking): moved from 2009-01-27 11:07:41 +00:00
ipsocket.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +00:00
mkconstants.rb * ext/socket/rubysocket.h (pseudo_AF_FTIP): moved from mkconstants.rb. 2009-01-20 11:06:22 +00:00
raddrinfo.c * ext/socket/spclet.c (socket_s_ip_address_list): support Windows XP 2009-01-29 02:25:39 +00:00
rubysocket.h * ext/socket/socket.c (socket_s_list_ip_address): new method. 2009-01-20 11:19:09 +00:00
socket.c * ext/socket/spclet.c (socket_s_ip_address_list): support Windows XP 2009-01-29 02:25:39 +00:00
sockport.h * ext/socket/extconf.rb: use headers instead of "netdb.h" in checking 2009-01-12 17:59:45 +00:00
sockssocket.c * ext/socket/init.c (socks_connect_blocking): moved from 2009-01-27 11:07:41 +00:00
tcpserver.c * ext/socket: split files for each class. 2009-01-17 04:11:27 +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: split files for each class. 2009-01-17 04:11:27 +00:00
unixsocket.c * ext/socket/unixsocket.c: redandant #ifdef removed. 2009-01-18 05:30:35 +00:00