aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket/test_udp.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/lib/socket.rb: Specify frozen_string_literal: true.akr2015-11-141-0/+2
* udpsocket.c: memory leaksnobu2015-10-091-0/+27
* use assert_raisenobu2015-06-021-2/+2
* * test/socket/test_udp.rb: Close sockets explicitly.akr2013-06-261-2/+9
* * remove trailing spaces.nobu2013-04-081-1/+1
* * ext/socket: Improve socket exception message to show socket address.akr2013-04-061-0/+26
* rename tests classes.akr2009-02-111-1/+1
* IPv6 test removed.akr2009-01-011-3/+0
* * ext/socket/socket.c (family_arg): accept symbols as well.akr2009-01-011-0/+1
* * ext/socket/socket.c (family_arg): extracted fromakr2009-01-011-0/+9
* use ML ref. for assertion message.akr2007-11-181-4/+4
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-2/+2
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-241-2/+2
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-2/+2
* * test/socket/test_socket.rb (test_listen): missed to modify.nobu2005-09-131-1/+1
* * test/socket/test_{udp,socket}.rb: revert unintentional commit.matz2005-09-121-1/+1
* * eval.c (proc_save_safe_level): no need to restrict safe levelmatz2005-09-121-2/+2
* * test/socket/test_socket.rb (TestBasicSocket#test_setsockopt):nobu2004-12-061-0/+32