about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
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
2009-11-09tests: ensure we process "START" from FIFO when starting
2009-11-09tests: heartbeat-timeout: simplify and avoid possible race
2009-11-09tests: ensure proper accounting of worker_connections
2009-11-09rev_thread_spawn: 16K chunked reads work better
2009-11-09tests: extra check to avoid race in reopen logs test
2009-11-09tests: add executable permissions to t0102
2009-11-08rev_thread_spawn/revactor: fix TeeInput for short reads
2009-11-08initial cut of the RevThreadSpawn model
2009-11-07tests: sha1.ru now handles empty bodies
2009-11-07tests: allow use of alternative sha1 implementations
2009-11-06cleanup worker heartbeat and master deathwatch
2009-11-05t0100: more precise `expr` usage
2009-11-05ensure RACK_ENV is inherited from the parent env
2009-11-05tests: staggered trailer upload test
2009-11-05cleanup: remove unused t????.ru test files
2009-11-04t0004: tighten up timeout test
2009-11-01tests: make timeout tests reliable under 1.9
2009-10-31tests: avoid single backquote in echo
2009-10-30rev: split out heartbeat class
2009-10-27revactor: require 0.1.5, remove 0.1.4 workarounds