about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2009-11-09rev_thread_spawn: make 1.9 TeeInput performance tolerable
2009-11-08rev_thread_spawn/revactor: fix TeeInput for short reads
2009-11-08initial cut of the RevThreadSpawn model
2009-11-07rev: DeferredResponse: always attach to main loop
2009-11-07ev_core: cleanup handling of APP constant
2009-11-07remove unnecessary class variable
2009-11-07rev: DeferredResponse is independent of parser state
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-05Threaded models have trouble with late loading under 1.9
2009-11-05Rainbows! 0.5.0 v0.5.0
2009-11-05ev_core: remove Tempfile usage once again
2009-11-04thread_pool: update fchmod heartbeat every second
2009-11-04http_server: add one second to any requested timeout
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-11-02Allow 'use "model"' as a string as well as symbol
2009-11-01thread_pool: comment for potential SMP issue under 1.9
2009-11-01event_machine: avoid slurping when proxying
2009-10-30rev: split out heartbeat class
2009-10-27Rainbows! 0.4.0 v0.4.0
2009-10-27revactor: require 0.1.5, remove 0.1.4 workarounds
2009-10-27app_pool: update RDoc
2009-10-26eventmachine: document our support of "async_synatra"
2009-10-26eventmachine: remove unnecessary ivar assignment
2009-10-26thread*: fix MRI 1.8.6 compatibility
2009-10-26eventmachine: add async_sinatra support
2009-10-26rev: enforce Rev::VERSION >= 0.3.0
2009-10-26eventmachine: require EM 0.12.10
2009-10-26eventmachine 0.12.8 passes all tests
2009-10-26rev: do not File.expand_path on result of body.to_path
2009-10-26eventmachine: get basic tests working
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-22initial EventMachine support
2009-10-19rev: fix static file responses under HTTP/0.9
2009-10-19rev: remove Revactor-specific workaround
2009-10-19Rainbows! 0.3.0 v0.3.0
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-18revactor: switch to a 1 second heartbeat
2009-10-18rev: fix heartbeat timeouts
2009-10-18http_response: filter out X-Rainbows-* headers
2009-10-17rev: avoid stack overflow through pipelining
2009-10-17rev: handle fully-buffered, pipelined requests
2009-10-17refactor graceful shutdowns again, harder