about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
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
2009-10-27test-lib: DWIM handling of temp UNIX sockets
2009-10-26tests: generate all dependencies atomically
2009-10-26tests: error out if socat + curl aren't reachable
2009-10-26tests: gracefully exit if EventMachine is not available
2009-10-26tests: only load Revactor tests under 1.9.1
2009-10-26eventmachine: add async_sinatra support
2009-10-26tests: make large file memory tests more reliable
2009-10-26eventmachine 0.12.8 passes all tests
2009-10-26eventmachine: get basic tests working
2009-10-24tests: allow "make $model" to run tests for that model
2009-10-24t9000: bail if run with an unsupported/pointless model
2009-10-24tests: remove symlinks and small files, use Make
2009-10-24tests: port all existing tests to TAP library