about summary refs log tree commit homepage
DateCommit message (Expand)
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
2009-10-19README: change ordering of concurrency model listing
2009-10-19rev: remove Revactor-specific workaround
2009-10-19Rainbows! 0.3.0 v0.3.0
2009-10-19local.mk.sample: sync with BDFL's version
2009-10-19TODO: update with new items
2009-10-19TUNING: update documentation notes
2009-10-19rev: update documentation for this model
2009-10-19rev: AsyncResponse => DeferredResponse API cleanup
2009-10-18tests: predictable and simpler tempfile management
2009-10-18tests: DWIM FIFO creation
2009-10-18tests: more reliable error checking
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-17tests: for log reopening for all concurrency models
2009-10-17tests: rack.input hammer concurrency testing
2009-10-17tests: common basic HTTP tests for all models
2009-10-17rev: avoid stack overflow through pipelining
2009-10-17rev: handle fully-buffered, pipelined requests
2009-10-17tests: DRY require tests for Rev/Revactor
2009-10-17test-lib: quiet down pipefail error message
2009-10-17tests: DRY Ruby requires based on model
2009-10-17tests: DRY setting of the "model" environment var
2009-10-17tests: factor out a common parser error "library"
2009-10-17tests: fix random_blob dependency
2009-10-17tests: fix issues with non-portable shell constructs
2009-10-17tests: rack.input trailer tests for all models
2009-10-17tests: add unbuffered tee(1)-like helper
2009-10-17tests: introduce require_for_model function
2009-10-17refactor graceful shutdowns again, harder
2009-10-17tests: sleep.ru slurps rack.input stream
2009-10-17Rev: simplification to error handling
2009-10-17use timeout correctly to join threads on SIGQUIT
2009-10-17test-lib: dbgcat adds headers with key name
2009-10-17DRY setting of rack.multithread
2009-10-17Fix graceful shutdown handling of Thread* models harder
2009-10-17tests: sleep.ru handles "Expect: 100-continue"
2009-10-17Revactor tests can sleep more easily
2009-10-15app_pool: note it being currently broken with Revactor