about summary refs log tree commit homepage
path: root/test/unit/test_socket_helper.rb
DateCommit message (Expand)
2015-04-22test_socket_helper: do not depend on SO_REUSEPORT
2015-04-22fix uninstalled testing and reduce require paths
2015-04-22doc: update support status for Ruby versions
2013-11-04tests: fix SO_REUSEPORT tests for old Linux and non-Linux
2013-10-25support SO_REUSEPORT on new listeners (:reuseport)
2012-11-13tests: remove assert_nothing_raised (part 2)
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