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
naruse e2582ca28d * ext/socket/option.c: rename functions introduced in r41009
s/ip/ipv4/g because they are ipv4 functions.
  (there's a policy that the name "ip" is for methods which supports
   both ipv4 and ipv6)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-06-02 14:24:34 +00:00
..
lib fixed wrong document for Socket.tcp by @lann [fix GH-302] 2013-05-12 01:44:06 +00:00
.document * ext/socket/.document: Add ifaddr.c. 2013-05-14 14:48:00 +00:00
addrinfo.h
ancdata.c * include/ruby/ruby.h: constify RBasic::klass and add 2013-05-13 10:49:11 +00:00
basicsocket.c socket/extconf.rb: RSTRING_SOCKLEN 2013-04-06 07:58:51 +00:00
constants.c constants.c: fix macro name 2013-04-08 15:28:43 +00:00
depend Fix a dependency. 2013-05-16 10:29:05 +00:00
extconf.rb socket: fix build error and warnings on mingw 2013-05-14 14:24:42 +00:00
getaddrinfo.c {getaddrinfo,getnameinfo}.c: fix for old platforms 2013-05-03 04:35:37 +00:00
getnameinfo.c {getaddrinfo,getnameinfo}.c: fix for old platforms 2013-05-03 04:35:37 +00:00
ifaddr.c * ext/socket/ifaddr.c: Use unsigned LONG_LONG to represent flags 2013-05-17 13:04:17 +00:00
init.c * include/ruby/ruby.h: constify RBasic::klass and add 2013-05-13 10:49:11 +00:00
ipsocket.c * ext/socket: Improve socket exception message to show socket address. 2013-04-06 02:39:44 +00:00
mkconstants.rb * ext/socket/mkconstants.rb (INTEGER2NUM): Make less comparisons. 2013-05-18 11:28:51 +00:00
option.c * ext/socket/option.c: rename functions introduced in r41009 2013-06-02 14:24:34 +00:00
raddrinfo.c * ext/socket/rubysocket.h (rsock_inspect_sockaddr): as r40646 2013-05-12 07:09:26 +00:00
rubysocket.h socket: fix build error and warnings on mingw 2013-05-14 14:24:42 +00:00
socket.c * ext/socket: New method, Socket.getifaddrs, implemented. 2013-05-11 08:32:26 +00:00
sockport.h
sockssocket.c
tcpserver.c * ext/socket/tcpserver.c: Grammar for TCPServer.new from r39554 2013-03-02 22:34:29 +00:00
tcpsocket.c
udpsocket.c * ext/socket: Improve socket exception message to show socket address. 2013-04-06 02:39:44 +00:00
unixserver.c
unixsocket.c * file.c, ext/etc/etc.c, ext/socket/unixsocket.c, 2013-05-09 12:12:17 +00:00