about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2010-07-19event_machine: avoid race in unchunked fast pipe responses
2010-07-11bump Unicorn dependency to 1.1.1
2010-07-10test_isolate: document why we test with Rack 1.1.0
2010-07-08restore Rainbows::HttpResponse.write for Cramp
2010-07-08dev: bump isolate dependency to 2.1.0
2010-07-08bump unicorn dependencies
2010-07-06fix string slicing under 1.9 after short writes
2010-07-06cleanup error handling for aborted downloads
2010-07-04refactor response body handling for sendfile(2)
2010-06-28add preliminary sendfile (1.0.0) gem support
2010-06-21tests: enable ActorSpawn test for rbx
2010-06-21test_isolate: bump unicorn dependency
2010-06-21test: no need for IO#sync=true in async-response tests
2010-06-21tests: avoid embedded command-line switches in tests
2010-06-21bump async_sinatra test dependencies
2010-06-16test_isolate: fix ruby engine usage
2010-06-11update test infrastructure to support Rubinius
2010-06-11alt working_directory test from Unicorn
2010-06-11rely on Unicorn 0.991.0 for tests
2010-06-10add Rainbows::ServerToken middleware
2010-06-10my-tap-lib: fix race condition in verbose mode
2010-06-06tests: t9001: avoid needless filesystem activity
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