about summary refs log tree commit homepage
path: root/lib/rainbows/coolio
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-11hijacking support for Rack 1.5.x users
2012-07-01coolio+xepoll_thread*: use shutdown() for keepalive timeout
2011-08-16more consistent logging for errors
2011-05-20coolio* + *epoll*: drop keepalive clients on SIGQUIT
2011-05-10configurator: move validation logic over
2011-05-03add client_header_buffer_size tuning parameter
2011-03-10switch from IO#sendfile_nonblock to IO#trysendfile
2011-01-31coolio/client: on_write_complete triggers read
2011-01-21ev_core: force input to be given to app_call
2011-01-21ev_core: garbage reduction
2011-01-20ev_core: simplify setup steps
2011-01-17ev_core: reuse buffer to avoid GC thrashing
2011-01-11event_machine: buffer reads when waiting for async.callback
2011-01-11coolio: enable async.callback for one-shot body responses
2011-01-07rainbows/coolio/client: set LOOP constant in module
2011-01-07coolio/client: small optimizations
2011-01-06eliminate G constant and just use the Rainbows! module
2011-01-06simplify keepalive_timeout accounting
2011-01-04prefer Hash#merge! to Hash#update for consistency
2011-01-04globally refactor Range handling for responses
2011-01-04coolio: rename deferred_response => response_pipe
2011-01-04simplify per-client keepalive state checks
2011-01-04coolio/master: small garbage reduction
2011-01-04coolio_thread_*: fix 416 response handling
2010-12-28complete Rev => Coolio renaming