about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2009-10-19Rainbows! 0.3.0 v0.3.0
2009-10-19rev: update documentation for this model
2009-10-19rev: AsyncResponse => DeferredResponse API cleanup
2009-10-18rev: async response bodies with DevFdResponse middleware
2009-10-18revactor: switch to a 1 second heartbeat
2009-10-18rev: fix heartbeat timeouts
2009-10-18http_response: filter out X-Rainbows-* headers
2009-10-17rev: avoid stack overflow through pipelining
2009-10-17rev: handle fully-buffered, pipelined requests
2009-10-17refactor graceful shutdowns again, harder
2009-10-17Rev: simplification to error handling
2009-10-17use timeout correctly to join threads on SIGQUIT
2009-10-17DRY setting of rack.multithread
2009-10-17Fix graceful shutdown handling of Thread* models harder
2009-10-15app_pool: note it being currently broken with Revactor
2009-10-15Rainbows! 0.2.0 v0.2.0
2009-10-15Add Rainbows::AppPool Rack middleware
2009-10-14rack: expose "rainbows.model" in Rack environment
2009-10-14documentation updates (mostly on network models)
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-14preliminary Rev support
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-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-08fchmod heartbeat flips between 0/1
2009-10-05doc: better "Rainbows!" RDoc examples and linkage
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-05rainbows/base: cleanup constant include
2009-10-05Rainbows! 0.1.0 v0.1.0
2009-10-05huge documentation revamp
2009-10-04limit Rainbows! configuration method exposure
2009-10-04vary defaults for worker_connections