about summary refs log tree commit homepage
path: root/lib/rainbows/rev.rb
DateCommit message (Expand)
2010-07-19rev: split out deferred chunk logic from unchunked
2010-07-19rev: autoload DeferredResponse
2010-07-10doc: avoid documenting internals on RDoc website
2010-02-11use Hash#compare_by_identity for performance
2009-11-24Rev*: safer client accounting
2009-11-18rev: implement keepalive timeout
2009-11-07rev: split out further into separate files for reuse
2009-11-07rev/event_machine: simplify keepalive checking a bit
2009-11-06cleanup worker heartbeat and master deathwatch
2009-11-02Rev model is the only user of deferred_bodies
2009-10-30rev: split out heartbeat class
2009-10-26rev: enforce Rev::VERSION >= 0.3.0
2009-10-26rev: do not File.expand_path on result of body.to_path
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
2009-10-26rev: spell ECONNABORTED correctly
2009-10-19rev: fix static file responses under HTTP/0.9
2009-10-19rev: remove Revactor-specific workaround
2009-10-19rev: update documentation for this model
2009-10-19rev: AsyncResponse => DeferredResponse API cleanup
2009-10-18rev: async response bodies with DevFdResponse middleware
2009-10-18rev: fix heartbeat timeouts
2009-10-17rev: avoid stack overflow through pipelining
2009-10-17rev: handle fully-buffered, pipelined requests
2009-10-17refactor graceful shutdowns again, harder
2009-10-17Rev: simplification to error handling
2009-10-14documentation updates (mostly on network models)
2009-10-14Rev: fix error handling for parser errors
2009-10-14Rev: general module documentation + caveats
2009-10-14preliminary Rev support