about summary refs log tree commit homepage
path: root/lib/rainbows/event_machine.rb
DateCommit message (Expand)
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