about summary refs log tree commit homepage
DateCommit message (Expand)
2010-06-04Rainbows! 0.94.0 - one eight ate my homework! v0.94.0
2010-06-04sendfile: update RDoc for this middleware.
2010-06-04doc: update test suite README and link with RDoc
2010-06-04cleanup makefiles, move publish_doc into main
2010-06-04tests: make -C $MODEL.tNNNN-foo.sh work again out-of-the box
2010-06-04tests: cleanup isolate usage
2010-06-04tests: disable async_sinatra test for Ruby 1.9.2
2010-06-04local.mk.sample: add a hint for TMPDIR
2010-06-04local.mk.sample: update for running 1.9.2 (preview3) tests
2010-06-04Rakefile: explain ourselves when Isolating
2010-06-04test-lib: set NO_PROXY to counter http_proxy
2010-06-03depend on Isolate ~> 2.0.2 for development
2010-06-03add Rainbows::Sendfile middleware
2010-06-03writer_thread_*: fix static file response under 1.8
2010-06-03test-lib: remove ancient wait_for_pid() function
2010-05-29Rainbows! 0.93.0 - MOAR!!!1 v0.93.0
2010-05-29WriterThreadSpawn: fix stupid local variable error
2010-05-28doc: update comparison
2010-05-28tests: t0005: fudge the file malloc limit a bit
2010-05-28dev: isolate: bump cramp to 0.11
2010-05-26writer_thread_spawn: worker_connections limits thread spawned
2010-05-26thread_spawn: document why we sleep instead of Thread.pass
2010-05-26writer_thread_pool: update documentation for new defaults
2010-05-26add WriterThreadSpawn concurrency model
2010-05-26gemspec: bump Unicorn dependency
2010-05-26writer_thread_pool: remove single thread optimization
2010-05-22tests: ignore trash/ directory entirely
2010-05-20tests: chunked client_body_max_size fails with old curl
2010-05-20local.mk.sample: fix isolate 2.0.0 path :x
2010-05-20tests: t0004: beef up test for kills
2010-05-20tests: t0004: disable upper limit check
2010-05-20tests: t0005: minimize writes
2010-05-20tests: fix sha1sum usage
2010-05-20tests: t0005 - disable concurrency for this test
2010-05-19tests: t0007: robustness fix
2010-05-18doc: FAQ: clarify Rails support
2010-05-17WriterThreadPool: default concurrency to 20 pools
2010-05-14add WriterThreadPool concurrency model
2010-05-14add Rainbows::QueuePool helper
2010-05-14test: do not let async-response run with Base
2010-05-14update isolate config for Isolate 2.0.0
2010-05-06dev: isolate: bump unicorn dependency
2010-05-04Rainbows! 0.92.0 - inching towards the pot of gold v0.92.0
2010-05-04revactor: match IO behavior for readpartial wrapper
2010-05-04TODO: fix rdoc link
2010-05-04tee_input: remember "encoding: binary" comment
2010-05-04gemspec: bump Unicorn dependency
2010-05-04local.mk.sample: isolate needs the correct Rake
2010-05-04doc: DEPLOY - more strongly recommend Rainbows!-only
2010-05-04eventmachine: "rack.multithread" is always true when deferring