about summary refs log tree commit homepage
path: root/lib/yahns/socket_helper.rb
DateCommit message (Expand)
2018-12-08remove IO#close_on_exec= calls
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-10-13copyright updates
2015-04-07use String#include? for cold, simple substring matches
2014-12-02initial cut at OpenSSL support
2014-02-04socket_helper: remove SO_REUSEPORT define for untested arches
2013-10-30socket_helper: account for undefined options
2013-10-26support SO_REUSEPORT on new listeners (:reuseport)
2013-10-26server: avoid metaclass for acceptors
2013-10-21socket_helper: do not log sizes on rbx for now
2013-10-20set close-on-exec on all long-lived descriptors
2013-10-18initial commit