about summary refs log tree commit homepage
DateCommit message (Expand)
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-01tests: make timeout tests reliable under 1.9
2009-11-01event_machine: avoid slurping when proxying
2009-10-31tests: avoid single backquote in echo
2009-10-30bump Unicorn dependency to (consistently) pass tests
2009-10-30rev: split out heartbeat class
2009-10-27Rainbows! 0.4.0 v0.4.0
2009-10-27gemspec: bump up Unicorn dep version to 0.93.4
2009-10-27revactor: require 0.1.5, remove 0.1.4 workarounds
2009-10-27test-lib: DWIM handling of temp UNIX sockets
2009-10-27app_pool: update RDoc
2009-10-26tests: generate all dependencies atomically
2009-10-26doc: Update TODO and README
2009-10-26eventmachine: document our support of "async_synatra"
2009-10-26eventmachine: remove unnecessary ivar assignment
2009-10-26local.mk.sample: cleanups and minor reorg
2009-10-26thread*: fix MRI 1.8.6 compatibility
2009-10-26tests: error out if socat + curl aren't reachable
2009-10-26tests: gracefully exit if EventMachine is not available
2009-10-26tests: only load Revactor tests under 1.9.1
2009-10-26eventmachine: add async_sinatra support
2009-10-26rev: enforce Rev::VERSION >= 0.3.0
2009-10-26update gem dependencies in comments/local.mk.sample
2009-10-26eventmachine: require EM 0.12.10
2009-10-26tests: make large file memory tests more reliable
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-24tests: allow "make $model" to run tests for that model
2009-10-24t9000: bail if run with an unsupported/pointless model
2009-10-24tests: remove symlinks and small files, use Make
2009-10-24tests: port all existing tests to TAP library
2009-10-24tests: add a TAP producer shell library
2009-10-24tests: common setup and wait_start functions
2009-10-24tests: prefer "RUBY" to lowercased "ruby"
2009-10-24tests: avoid race condition in reopen logs test
2009-10-22tests: hopefully fix stalls in input trailer tests
2009-10-22initial EventMachine support
2009-10-20tests: avoid needlessly remaking "rainbows"
2009-10-20add news bodies to site NEWS.atom.xml
2009-10-19rev: fix static file responses under HTTP/0.9
2009-10-19test-lib: avoid stalling due to bad FIFO handling
2009-10-19tests: more correct HTTP/0.9 test