about summary refs log tree commit homepage
DateCommit message (Expand)
2009-11-27README: switch rubyforge.org git links to repo.or.cz
2009-11-27More documentation tweaks for the release
2009-11-27rev_thread_spawn: more 1.8 notes
2009-11-27local.mk.sample: respecting RUBYLIB breaks "full-test"
2009-11-27tests: fix bugs with dash in GNUmakefile
2009-11-27tests: no need to limit t9000 in multiple places
2009-11-26RevThreadSpawn: hope for 1.8 performance
2009-11-26tests: enable AppPool test for Revactor and Fiber*
2009-11-26Fiber::Queue documentation
2009-11-26split Fiber::Base into its own file
2009-11-26local.mk.sample: allow RUBYLIB + RSYNC vars in CLI
2009-11-26tests: "models" variable may be set in gmake CLI
2009-11-26comparison: more updates notes
2009-11-26README: formatting and updates
2009-11-26README: "an HTTP", not "a HTTP" (I think...)
2009-11-26documentation publishing updates
2009-11-26TODO: add NeverBlock
2009-11-26cleanup and refactor error handling
2009-11-26Fiber*: cleanup scheduling, fix keepalive
2009-11-25Add Summary document
2009-11-25AppPool middleware now compatible with Fibers
2009-11-25Fiber*: add Rainbows::Fiber.sleep method
2009-11-25Documentation updates for new concurrency models
2009-11-25add FiberPool concurrency model
2009-11-25Gemcutter prep, fix RubyGems capitalization
2009-11-25add FiberSpawn concurrency model
2009-11-24Rev*: safer client accounting
2009-11-24fix grammar fail in RDoc
2009-11-24rework RevThreadSpawn without TeeInput and 1.8 support
2009-11-24rev/event_machine: avoid needless rewinds
2009-11-18make keepalive_timeout configurable
2009-11-18EventMachine: implement keepalive timeout
2009-11-18rev: implement keepalive timeout
2009-11-18Thread*: start implementing keepalive timeout
2009-11-18revactor: :timeout for reading headers in TCP sockets
2009-11-15Rainbows! 0.6.0 - bugfixes galore v0.6.0
2009-11-15Rakefile: add raa_update task
2009-11-15Revert "Threaded models have trouble with late loading under 1.9"
2009-11-15RevThreadSpawn is still experimental
2009-11-15revactor/tee_input: share error handling with superclass
2009-11-14FAQ: updates for Rails and SSL-using sites
2009-11-13bump versions since we depend on Unicorn::ClientShutdown
2009-11-13revactor/tee_input: raise ClientDisconnect on EOFError
2009-11-13gracefully exit workers if reopening logs fails
2009-11-11revactor/tee_input: unnecessary error handling
2009-11-11tests: more stringent tests for error handling
2009-11-11cleanup error handling pieces
2009-11-10http_response: don't "rescue nil" for body.close
2009-11-09tests: ensure we process "START" from FIFO when starting
2009-11-09tests: heartbeat-timeout: simplify and avoid possible race