about summary refs log tree commit homepage
DateCommit message (Expand)
2009-10-05Rainbows! 0.1.1 v0.1.1
2009-10-05less error-prone timeouts for Thread models
2009-10-05thread_spawn: fix timeout leading to worker death
2009-10-05Thread* models: cleanup timeout management
2009-10-05local.mk.sample: fix revactor dependency
2009-10-05cleanup temporary file usage in tests
2009-10-05tests: allow "make V=2" to set TEST_OPTS += -x
2009-10-05local.mk.sample: sync to my current version
2009-10-05Add top-level "test" target for make
2009-10-05tests: quiet down bin installation
2009-10-05rainbows/base: cleanup constant include
2009-10-05Avoid naming names in LICENSE/README files
2009-10-05summary: s/slow apps/sleepy apps/g
2009-10-05README: add install instructions
2009-10-05README: move RDoc links down to fix gem description
2009-10-05Fix NEWS generation on single-paragraph tag messages
2009-10-05Rakefile: add publish_news target
2009-10-05Rainbows! 0.1.0 v0.1.0
2009-10-05test for Revactor::TeeInput
2009-10-05huge documentation revamp
2009-10-04limit Rainbows! configuration method exposure
2009-10-04vary defaults for worker_connections
2009-10-04Add support for the ThreadSpawn concurrency model
2009-10-04Add new test suite and basic cases
2009-10-04revactor: graceful exit if a listening actor dies
2009-10-04revactor: implement actor limiting
2009-10-04doc updates; use "Rainbows!", not "Rainbows"
2009-10-04manpage: project is "Rainbows!", not "Unicorn Rainbows"
2009-10-04revactor: allow UNIX domain socket listeners
2009-10-04configuration default tweaks
2009-10-04README: add pointers to the git repository
2009-10-03thread_pool: Thread#kill! is gone in 1.9.2
2009-10-03common Base class for all concurrency models
2009-10-03revactor: workaround for Revactor still using Rev::Buffer
2009-10-03remove Configurator and use Rainbows! block
2009-10-03http_server: simplify use=
2009-10-03configurator: rainbows settings must be in a block
2009-10-03configurator: set worker_connections correctly
2009-10-03Add setup.rb
2009-10-02set "encoding: binary" for all files
2009-10-02initial revision