about summary refs log tree commit homepage
path: root/lib/yahns/queue_kqueue.rb
DateCommit message (Expand)
2018-12-08remove IO#close_on_exec= calls
2016-11-29queue_*: fix outdated comments
2016-06-07queue_*: check for closed IO objects
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-10-13copyright updates
2015-05-11worker threads log LoadError and SyntaxError, too
2015-05-08proxy: ensure GC sees the client socket upon reactivation
2015-04-03proxy_pass: rewrite to be async, using rack.hijack
2015-03-17avoid EPOLL_CTL_DEL calls on rack.hijack
2014-04-21queue_kqueue: fixup comments from copy+paste
2014-02-08implement kqueue and sendfile compatibility support