about summary refs log tree commit homepage
path: root/lib/rainbows/event_machine.rb
DateCommit message (Expand)
2010-05-03event_machine: update documentation for async frameworks
2009-12-30EventMachine: support deferrables in responses
2009-12-16get rid of the magic EvCore.setup
2009-12-06EventMachine: allow usage as a base class
2009-12-05move "async.callback" constant to EvCore
2009-11-29event_machine: small noise reduction cleanup
2009-11-28common Rainbows.accept method
2009-11-24rev/event_machine: avoid needless rewinds
2009-11-18make keepalive_timeout configurable
2009-11-18EventMachine: implement keepalive timeout
2009-11-07ev_core: cleanup handling of APP constant
2009-11-07rev/event_machine: simplify keepalive checking a bit
2009-11-06cleanup worker heartbeat and master deathwatch
2009-11-01event_machine: avoid slurping when proxying
2009-10-26eventmachine: document our support of "async_synatra"
2009-10-26eventmachine: remove unnecessary ivar assignment
2009-10-26eventmachine: add async_sinatra support
2009-10-26eventmachine: require EM 0.12.10
2009-10-26eventmachine 0.12.8 passes all tests
2009-10-26eventmachine: get basic tests working
2009-10-26rev/evma: move common code for event models into ev_core
2009-10-22initial EventMachine support