| .. |
|
lib
|
* ext/socket/lib/socket.rb (BasicSocket#connect_address): new method.
|
2009-02-26 14:15:39 +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 (bsock_recvmsg_internal): close FDs passed by
|
2009-02-27 14:23:54 +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
|
* ext/socket/mkconstants.rb: more MSG_* constants.
|
2009-02-25 16:35:05 +00:00 |
|
option.c
|
* ext/socket/option.c (sockopt_level): extracted from sockopt_level_m.
|
2009-02-25 15:26:25 +00:00 |
|
raddrinfo.c
|
rdoc update.
|
2009-02-26 14:18:09 +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 |