about summary refs log tree commit homepage
path: root/lib/rainbows/epoll/client.rb
DateCommit message (Expand)
2015-11-21Ruby 1.9.3+-only cleanups
2015-11-21bump to unicorn 5.0.1, use monotonic clock
2015-11-18http_parser: workaround hijack changes in unicorn 5
2015-11-18reduce constant lookup dependencies
2013-02-26epoll/*: remove user-space array as active queue
2013-02-11hijacking support for Rack 1.5.x users
2013-01-24epoll: ensure closing of pipelined clients if required
2012-06-18epoll*: favor shutdown(2) for keepalive timeout
2011-06-22epoll/client: properly close on all pipe responses
2011-05-20coolio* + *epoll*: drop keepalive clients on SIGQUIT
2011-05-20epoll/xepoll: more consistent client implementations
2011-05-10configurator: move validation logic over
2011-05-08Revert "epoll: fixes for Ruby 1.9.3dev"
2011-05-03add client_header_buffer_size tuning parameter
2011-04-11epoll: fixes for Ruby 1.9.3dev
2011-03-20fix various warnings with "check-warnings" target
2011-03-10switch from IO#sendfile_nonblock to IO#trysendfile
2011-02-05*epoll: consolidate re-run logic
2011-01-26epoll/client: avoid unnecessary Epoll#set calls
2011-01-24epoll/client: thread-safety for write queuing
2011-01-21epoll/client: minor optimization
2011-01-21ev_core: force input to be given to app_call
2011-01-21epoll/client: factor out on_close method
2011-01-21epoll/client: remove unused client
2011-01-21epoll: reduce expiration calls and Time objects
2011-01-21ev_core: garbage reduction
2011-01-21epoll: use newer sleepy_penguin
2011-01-20epoll: ignore ECONNRESET errors
2011-01-19initial edge-triggered epoll model