about summary refs log tree commit homepage
path: root/t/GNUmakefile
DateCommit message (Expand)
2017-01-09tests: re-enable EventMachine tests, again
2015-09-14build: fix quoting issue with double parens
2014-10-08update dependencies for Ruby 2.2.0dev
2014-01-29update EventMachine tests
2013-02-26tests: update checks for Ruby 2.0.0
2013-01-17t/GNUmakefile: cleanup test dependencies
2011-06-09stream_response_epoll: our most "special" concurrency option yet
2011-05-09add XEpollThreadPool concurrency option
2011-04-29xepoll_thread_spawn: initial implementation
2011-04-11t: only enable Revactor tests under 1.9.2 for now
2011-02-04rename XAcceptEpoll to XEpoll
2011-01-26GNUmakefile: only enable epoll-based models in Linux
2011-01-24initial XAcceptEpoll concurrency model
2011-01-19initial edge-triggered epoll model
2010-12-27coolio*: favor Coolio over Rev
2010-12-27initial cool.io support
2010-12-26rev_thread_spawn: disable under Ruby 1.8
2010-08-01tests: do not clobber existing RUBYLIB
2010-07-27rev_thread_pool: stop supporting this under Ruby 1.8
2010-06-21tests: enable ActorSpawn test for rbx
2010-06-11update test infrastructure to support Rubinius
2010-06-04tests: make -C $MODEL.tNNNN-foo.sh work again out-of-the box
2010-06-04tests: cleanup isolate usage
2010-06-03depend on Isolate ~> 2.0.2 for development
2010-05-26add WriterThreadSpawn concurrency model
2010-05-14add WriterThreadPool concurrency model
2010-01-07Update docs + tests to reflect Rev 0.3.2 release
2009-12-22tests: enable RevFiberSpawn for 1.9
2009-12-02add RevThreadPool concurrency model
2009-11-29preliminary NeverBlock support with EventMachine
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-25add FiberPool concurrency model
2009-11-25add FiberSpawn concurrency model
2009-11-24rework RevThreadSpawn without TeeInput and 1.8 support
2009-11-08initial cut of the RevThreadSpawn model
2009-10-31tests: avoid single backquote in echo
2009-10-27revactor: require 0.1.5, remove 0.1.4 workarounds
2009-10-26tests: generate all dependencies atomically
2009-10-26tests: error out if socat + curl aren't reachable
2009-10-26tests: only load Revactor tests under 1.9.1
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-24tests: remove symlinks and small files, use Make
2009-10-24tests: port all existing tests to TAP library
2009-10-24tests: prefer "RUBY" to lowercased "ruby"