about summary refs log tree commit homepage
DateCommit message (Expand)
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
2009-10-15Rainbows! 0.2.0 v0.2.0
2009-10-15README: link to AppPool and extra note about Rev model
2009-10-15local.mk.sample: use rev 0.3.1 instead
2009-10-15t4003: chmod +x
2009-10-15Add Rainbows::AppPool Rack middleware
2009-10-15README: update with Rev model caveats
2009-10-14README: update URLs
2009-10-14tests: enforce rack.multithread and rainbows.model
2009-10-14rack: expose "rainbows.model" in Rack environment
2009-10-14documentation updates (mostly on network models)
2009-10-14t3003: set executable bit
2009-10-14Rev: fix error handling for parser errors