about summary refs log tree commit homepage
path: root/lib/yahns/acceptor.rb
DateCommit message (Expand)
2016-02-12acceptor: all subclasses of TCPServer use TCP_INFO
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-10-13copyright updates
2015-03-09acceptor: close inherited-but-unneeded sockets
2013-11-07fdmap: simplify IO expiry interface
2013-11-01enable client expiry for non-TCP sockets
2013-10-30Rack hijack issues EPOLL_CTL_DEL
2013-10-30acceptor: account for inheriting dead descriptors
2013-10-30allow multiple blocking threads per listen socket
2013-10-26StreamFile and TmpIO attempt expiry on EMFILE/ENFILE
2013-10-22rework acceptor thread shutdown (again)
2013-10-21rework shutdown for systems w/o rb_thread_fd_close
2013-10-20recheck IO#closed? on thread pools after a short delay
2013-10-20ensure we stop all threads at exit
2013-10-18initial commit