about summary refs log tree commit homepage
path: root/test/unit/test_socket_helper.rb
DateCommit message (Expand)
2011-08-11test_socket_helper: Socket#bind may fail with EINVAL if IPv6 is missing
2011-06-07configurator: add :ipv6only directive
2010-10-04avoid unlinking actively listening sockets
2010-07-03socket_helper: tunables for tcp_defer_accept/accept_filter
2010-06-17tests: reenable more tests for rbx
2010-06-08test: mark failing tests for Rubinius
2010-06-08test_socket_helper: additional test for path equality
2009-11-14configurator: listen :umask parameter for UNIX sockets
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-04-23test_socket_helper: disable GC for this test
2009-04-21Stop extending core classes
2009-04-10listen backlog, sndbuf, rcvbuf are always changeable
2009-04-05Enforce umask 0000 with UNIX domain sockets
2009-03-25Socket: add {snd,rcv}buf opts to bind_listen