about summary refs log tree commit homepage
DateCommit message (Expand)
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
2009-10-06tests: generate random_blob once for all tests
2009-10-05doc: better "Rainbows!" RDoc examples and linkage
2009-10-05SIGNALS: add Rainbows!-specific notes
2009-10-05add SIGNALS doc to RDoc
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