summaryrefslogtreecommitdiff
path: root/test/socket
AgeCommit message (Expand)Author
2008-12-02* test/socket/test_tcp.rb (test_recvfrom): already can run on mswin32.usa
2008-12-02* test/socket/test_tcp.rb (test_recvfrom, test_encoding): shouldn't assumeusa
2008-10-17* ext/socket/socket.c (init_sock): sockets should be binmode.shugo
2008-07-23* test/socket/test_tcp.rb (test_recvfrom): replace an irrelevant testmame
2008-06-30add an assertion.akr
2008-06-30add a test for [ruby-dev:34619].akr
2007-11-18use ML ref. for assertion message.akr
2007-11-14* test/socket/test_socket.rb: update not to use 1.8 assignment tomatz
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-09-28UNIXServer.new("a\0b") test removed becauseakr
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 YARVko1
2006-07-24don't compare struct sockaddr directly.akr
2006-07-23* test/socket/test_unix.rb: disabled on cygwin.akr
2006-07-01add a note for cygwin empty UDP packet problem.akr
2006-07-01* test/socket/test_nonblock.rb: add timeout to send/receiveakr
2006-06-28* test/socket/test_unix.rb: test_seqpacket_pair removed.akr
2006-06-26* ext/socket/socket.c (bsock_recv_nonblock): new methodakr
2006-06-26revert sock_sysaccept addition to [ruby-dev:28861].akr
2006-06-07getsockname returns "" on MacOS Xakr
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): rejectakr
2006-06-04fix 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 UNIXSocketakr
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): typomatz
2005-09-16* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz
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 levelmatz
2005-07-02* ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr
2005-06-04add a test for file descriptor passing.akr
2004-12-09* ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu
2004-12-09* test/socket/test_socket.rb (test_setsockopt): use SO_LINGER insteadnobu
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): writenobu
2004-12-06* test/socket/test_tcp.rb (TestTCPSocket#test_recvfrom): fix localnobu
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-12-06* test/socket/test_socket.rb (TestBasicSocket#test_setsockopt):nobu