about summary refs log tree commit homepage
path: root/lib/rainbows/ev_core.rb
DateCommit message (Expand)
2010-07-10doc: avoid documenting internals on RDoc website
2010-06-28base: constant/namespace cleanup
2010-05-03add client_max_body_size config directive
2010-03-28cleanup: avoid redundant REMOTE_ADDR logic
2010-02-27ev_core: avoid needless String#dup
2009-12-30EventMachine: support deferrables in responses
2009-12-16get rid of the magic EvCore.setup
2009-12-05ev_core: no need to explicitly close TmpIOs
2009-12-05move "async.callback" constant to EvCore
2009-11-26cleanup and refactor error handling
2009-11-24rev/event_machine: avoid needless rewinds
2009-11-07ev_core: cleanup handling of APP constant
2009-11-06cleanup worker heartbeat and master deathwatch
2009-11-05ev_core: remove Tempfile usage once again
2009-11-02ev_core: ensure quit is triggered on all errors
2009-11-02ev_core: use Tempfile instead of Unicorn::Util::tmpio
2009-11-02Rev model is the only user of deferred_bodies
2009-10-26ev_core: do not drop deferred bodies on graceful quits
2009-10-26rev/evma: move common code for event models into ev_core