about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2010-06-04doc: update test suite README and link with RDoc
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-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-28tests: t0005: fudge the file malloc limit a bit
2010-05-26add WriterThreadSpawn concurrency model
2010-05-22tests: ignore trash/ directory entirely
2010-05-20tests: chunked client_body_max_size fails with old curl
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-14add WriterThreadPool concurrency model
2010-05-14test: do not let async-response run with Base
2010-05-04eventmachine: "rack.multithread" is always true when deferring
2010-05-04drop EventMachineDefer concurrency model
2010-05-04eventmachine: add app.deferred?(env) support as middleware
2010-05-03t0100: rack-input-hammer tests identity encodings, too
2010-05-03add client_max_body_size config directive
2010-05-03t0401: do not leave lingering tail(1) processes
2010-04-19add test for the rack-fiber_pool gem with EventMachine
2010-03-26async_examples/async_app: avoid needless UTF-8
2010-02-24switch to Unicorn.builder, depend on Unicorn 0.97.0+
2010-02-20test-lib: make FIFO start check an after_fork hook
2010-02-20test-lib: remove needless fd closing
2010-02-08t/bin/*: encoding should be the first line after shebang
2010-01-08add Cramp integration tests
2010-01-07Update docs + tests to reflect Rev 0.3.2 release
2009-12-30EventMachine: support deferrables in responses
2009-12-29quiet spurious wakeups for accept() in Thread* models
2009-12-22common Rainbows.sleep(nr) method
2009-12-22tests: enable RevFiberSpawn for 1.9
2009-12-22new RevFiberSpawn concurrency model
2009-12-08EventMachineDefer: preliminary (and) broken version
2009-12-02add RevThreadPool concurrency model
2009-11-29preliminary NeverBlock support with EventMachine
2009-11-28tests: more stringent error checking in logs
2009-11-28tests: +x broken app test, fix config file setup
2009-11-28always set FD_CLOEXEC if available
2009-11-27tests: fix bugs with dash in GNUmakefile
2009-11-27tests: no need to limit t9000 in multiple places
2009-11-26tests: enable AppPool test for Revactor and Fiber*
2009-11-26tests: "models" variable may be set in gmake CLI