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 011bcd47b4 * ext/socket/mkconstants.rb: add IF_NAMESIZE.
add a default for INET6_ADDRSTRLEN.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-26 16:31:01 +00:00
..
lib
.document
addrinfo.h
ancdata.c
basicsocket.c
constants.c * ext/socket: fixed types. 2010-04-28 08:14:13 +00:00
depend * ext/socket/extconf.rb: fix for wide-getaddrinfo option. 2009-12-30 20:56:41 +00:00
extconf.rb * ext/socket/extconf.rb: Fix build error which was introduced r30372. 2010-12-25 17:21:08 +00:00
getaddrinfo.c
getnameinfo.c This ifdef should be useless after r30374. 2010-12-25 17:37:36 +00:00
init.c * ext/socket/init.c (rsock_init_sock): conditionally used variable. 2010-10-12 14:54:02 +00:00
ipsocket.c * ext/socket: fixed types. 2010-04-28 08:14:13 +00:00
mkconstants.rb * ext/socket/mkconstants.rb: add IF_NAMESIZE. 2010-12-26 16:31:01 +00:00
option.c fix a typo. 2010-12-26 10:43:53 +00:00
raddrinfo.c
rubysocket.h
socket.c
sockport.h
sockssocket.c
tcpserver.c
tcpsocket.c * ext/socket: use rsock_ prefix for internal initialization functions. 2010-03-22 16:15:21 +00:00
udpsocket.c
unixserver.c
unixsocket.c