index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
socket
Age
Commit message (
Expand
)
Author
2007-11-18
use ML ref. for assertion message.
akr
2007-11-14
* test/socket/test_socket.rb: update not to use 1.8 assignment to
matz
2007-11-04
* eval.c (rb_f_send): allow send/__send__ to call methods of all
matz
2007-09-28
UNIXServer.new("a\0b") test removed because
akr
2007-09-01
* test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.
usa
2007-08-24
* test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.
matz
2006-12-31
* Merge YARV
ko1
2006-07-24
don't compare struct sockaddr directly.
akr
2006-07-23
* test/socket/test_unix.rb: disabled on cygwin.
akr
2006-07-01
add a note for cygwin empty UDP packet problem.
akr
2006-07-01
* test/socket/test_nonblock.rb: add timeout to send/receive
akr
2006-06-28
* test/socket/test_unix.rb: test_seqpacket_pair removed.
akr
2006-06-26
* ext/socket/socket.c (bsock_recv_nonblock): new method
akr
2006-06-26
revert sock_sysaccept addition to [ruby-dev:28861].
akr
2006-06-07
getsockname returns "" on MacOS X
akr
2006-06-07
* test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.
usa
2006-06-05
* ext/socket/socket.c (sock_s_unpack_sockaddr_in): reject
akr
2006-06-04
fix tests.
akr
2006-06-04
* ext/socket/socket.c: fix sockaddr_un handling.
akr
2006-06-01
* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocket
akr
2005-10-22
* ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,
nobu
2005-09-17
* test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typo
matz
2005-09-16
* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style
matz
2005-09-13
* test/socket/test_socket.rb (test_listen): missed to modify.
nobu
2005-09-12
* test/socket/test_{udp,socket}.rb: revert unintentional commit.
matz
2005-09-12
* eval.c (proc_save_safe_level): no need to restrict safe level
matz
2005-07-02
* ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 and
akr
2005-06-04
add a test for file descriptor passing.
akr
2004-12-09
* ext/socket/socket.c (sock_listen): get OpenFile just before calling
nobu
2004-12-09
* test/socket/test_socket.rb (test_setsockopt): use SO_LINGER instead
nobu
2004-12-07
* test/socket/test_tcp.rb (TestTCPSocket#test_recvfrom): merged worker threads.
nobu
2004-12-07
* test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): write
nobu
2004-12-06
* test/socket/test_tcp.rb (TestTCPSocket#test_recvfrom): fix local
nobu
2004-12-06
* process.c (proc_setgroups): [ruby-dev:25081]
matz
2004-12-06
* test/socket/test_socket.rb (TestBasicSocket#test_setsockopt):
nobu