.. |
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/socket.c (socket_s_list_ip_address): new method.
|
2009-01-20 11:19:09 +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/socket.c (socket_s_ip_address_list): renamed from
|
2009-01-25 07:36:45 +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 |