index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
socket
/
test_socket.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
* test_socket.rb (test_udp_server): cannot check the existance of sendmsg by
usa
2009-07-19
1
-6
/
+13
*
fix skip condition.
akr
2009-07-17
1
-1
/
+1
*
* ext/socket/socket.c (socket_s_ip_address_list): drop inactive
usa
2009-07-17
1
-4
/
+8
*
* include/ruby/intern.h (rb_time_num_new): declared.
akr
2009-07-01
1
-0
/
+1
*
don't use /tmp as example socket path.
akr
2009-06-18
1
-1
/
+1
*
assert connects doesn't raise.
akr
2009-03-14
1
-1
/
+6
*
* ext/socket/ancdata.c (rsock_discard_cmsg_resource): defined
akr
2009-03-02
1
-0
/
+1
*
add a test.
akr
2009-02-27
1
-0
/
+33
*
* ext/socket/lib/socket.rb (BasicSocket#connect_address): new method.
akr
2009-02-26
1
-15
/
+2
*
* ext/socket/option.c (sockopt_level): extracted from sockopt_level_m.
akr
2009-02-25
1
-0
/
+17
*
* ext/socket/ancdata.c (ancillary_timestamp): support SCM_BINTIME.
akr
2009-02-24
1
-2
/
+8
*
* ext/socket/ancdata.c (ancillary_timestamp): new method.
akr
2009-02-24
1
-0
/
+4
*
* ext/socket/ancdata.c (inspect_timespec_as_abstime): new function to
akr
2009-02-23
1
-0
/
+23
*
* ext/socket/ancdata.c (inspect_bintime_as_abstime): new function to
akr
2009-02-23
1
-0
/
+18
*
* ext/socket/ancdata.c (inspect_timeval_as_abstime): use time_t
akr
2009-02-23
1
-2
/
+2
*
add a test.
akr
2009-02-22
1
-0
/
+18
*
add timeout.
akr
2009-02-14
1
-1
/
+8
*
* test/socket/test_socket.rb (test_udp_server): filter out unreachable
akr
2009-02-12
1
-0
/
+3
*
test updated.
akr
2009-02-11
1
-23
/
+27
*
* ext/socket/lib/socket.rb (Socket.udp_server_sockets): new method.
akr
2009-02-10
1
-0
/
+34
*
* ext/socket: AddrInfo is renamed to Addrinfo. [ruby-dev:37876]
akr
2009-02-05
1
-4
/
+4
*
relax tests for MacOS X.
akr
2009-02-04
1
-2
/
+9
*
don't connect to unspecified address.
akr
2009-02-03
1
-3
/
+14
*
* ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): new
akr
2009-02-03
1
-1
/
+37
*
add a test.
akr
2009-02-03
1
-0
/
+26
*
add tests.
akr
2009-02-03
1
-0
/
+74
*
* ext/socket/socket.c (sock_initialize): make 3rd argument, protocol,
akr
2009-02-02
1
-0
/
+5
*
* ext/socket/socket.c (socket_s_ip_address_list): renamed from
akr
2009-01-25
1
-2
/
+2
*
* ext/socket/socket.c (socket_s_list_ip_address): new method.
akr
2009-01-20
1
-0
/
+12
*
extract TestBasicSocket from test_socket.rb.
akr
2009-01-17
1
-83
/
+0
*
* ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too short
akr
2009-01-12
1
-0
/
+2
*
* ext/socket/socket.c (rb_cAddrInfo): new class AddrInfo.
akr
2009-01-07
1
-1
/
+1
*
* ext/socket/mkconstants.rb: make common prefix optional.
akr
2009-01-02
1
-0
/
+7
*
* ext/socket/socket.c (optname_arg): defined.
akr
2009-01-01
1
-2
/
+2
*
* ext/socket/socket.c (level_arg): defined.
akr
2009-01-01
1
-0
/
+4
*
* ext/socket/socket.c (family_arg): accept symbols as well.
akr
2009-01-01
1
-0
/
+5
*
* ext/socket/socket.c (sock_s_getnameinfo): use family_to_int.
akr
2009-01-01
1
-0
/
+4
*
* ext/socket/socket.c (sock_s_getaddrinfo): use family_to_int.
akr
2009-01-01
1
-0
/
+5
*
* ext/socket/mkconstants.rb: generate family_to_int().
akr
2009-01-01
1
-0
/
+13
*
use ML ref. for assertion message.
akr
2007-11-18
1
-2
/
+2
*
* test/socket/test_socket.rb: update not to use 1.8 assignment to
matz
2007-11-14
1
-3
/
+6
*
* eval.c (rb_f_send): allow send/__send__ to call methods of all
matz
2007-11-04
1
-4
/
+4
*
* test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.
matz
2007-08-24
1
-4
/
+4
*
revert sock_sysaccept addition to [ruby-dev:28861].
akr
2006-06-26
1
-1
/
+15
*
* test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.
usa
2006-06-07
1
-1
/
+1
*
* ext/socket/socket.c (sock_s_unpack_sockaddr_in): reject
akr
2006-06-05
1
-0
/
+9
*
* ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,
nobu
2005-10-22
1
-4
/
+4
*
* test/socket/test_socket.rb (test_listen): missed to modify.
nobu
2005-09-13
1
-1
/
+1
*
* test/socket/test_{udp,socket}.rb: revert unintentional commit.
matz
2005-09-12
1
-1
/
+1
*
* eval.c (proc_save_safe_level): no need to restrict safe level
matz
2005-09-12
1
-4
/
+4
[next]