about summary refs log tree commit homepage
DateCommit message (Expand)
2009-10-15Rainbows! 0.2.0 v0.2.0
2009-10-15README: link to AppPool and extra note about Rev model
2009-10-15local.mk.sample: use rev 0.3.1 instead
2009-10-15t4003: chmod +x
2009-10-15Add Rainbows::AppPool Rack middleware
2009-10-15README: update with Rev model caveats
2009-10-14README: update URLs
2009-10-14tests: enforce rack.multithread and rainbows.model
2009-10-14rack: expose "rainbows.model" in Rack environment
2009-10-14documentation updates (mostly on network models)
2009-10-14t3003: set executable bit
2009-10-14Rev: fix error handling for parser errors
2009-10-14Rev: general module documentation + caveats
2009-10-14rack.multithread is only true for Thread* models
2009-10-14local.mk.sample: use ksh93 as default $(SHELL)
2009-10-14preliminary Rev support
2009-10-12README: alter reply conventions for the mailing list
2009-10-12vs Unicorn: fix copy+paste errors and grammar fail
2009-10-12vs Unicorn: fix wording to be consistent with diagrams
2009-10-12vs Unicorn: use diagrams for concurrency models
2009-10-12tests: add reopen logs test for revactor
2009-10-12DEPLOY: update with notes on DoS potential
2009-10-12tests: check for common exceptions with "Error"
2009-10-11SIGINT/SIGTERM shuts down instantly in workers
2009-10-11Fix graceful shutdowns for threaded models
2009-10-11revactor: fix graceful shutdown timeouts
2009-10-11cleanup thread models, threads no longer time out
2009-10-11revactor: continue fchmod beat in graceful exit
2009-10-11revactor: graceful death of keepalive clients
2009-10-11No need to be halving timeout, already done for us
2009-10-11revactor: cleanups and remove redundancy
2009-10-11revactor: break on EBADF in the accepting actors
2009-10-11expand and share init_worker_process
2009-10-11graceful exit on trap TypeError from IO.select
2009-10-11factor out common listen loop error handling
2009-10-10thread_spawn: clean up nuking of timed-out threads
2009-10-10tests: create a bad exit code by default
2009-10-10tests: update TRACER examples in makefile
2009-10-10tests: TEST_OPTS => SH_TEST_OPTS
2009-10-10README for test suite
2009-10-10tests: enable pipefail shell option if possible
2009-10-10thread_spawn: non-blocking accept() shouldn't EINTR
2009-10-10thread_spawn: more robust loop
2009-10-08thread_spawn: trap EAGAIN on accept_nonblock
2009-10-08tests: add revactor pipelining/keepalive test
2009-10-08fchmod heartbeat flips between 0/1
2009-10-08tests: add dbgcat() utility method
2009-10-08tests: simplify temporary file management
2009-10-07t0000: basic test includes keepalive + pipelining
2009-10-06tests: move trash files to their own trash/ directory