about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
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
2009-11-26cleanup and refactor error handling
2009-11-26Fiber*: cleanup scheduling, fix keepalive
2009-11-25AppPool middleware now compatible with Fibers
2009-11-25Fiber*: add Rainbows::Fiber.sleep method
2009-11-25add FiberPool concurrency model
2009-11-25add FiberSpawn concurrency model
2009-11-24rework RevThreadSpawn without TeeInput and 1.8 support
2009-11-18make keepalive_timeout configurable
2009-11-11tests: more stringent tests for error handling