about summary refs log tree commit homepage
DateCommit message (Expand)
2010-03-01Rainbows! 0.91.0 - Unicorn resync v0.91.0
2010-02-28rainbows: remove redundant check for $DEBUG
2010-02-28let Unicorn.builder parse switches in config.ru
2010-02-27keepalive_timeout defaults to 5 seconds
2010-02-27ev_core: avoid needless String#dup
2010-02-27don't bother supporting platforms without FD_CLOEXEC
2010-02-27revactor: cleanups to avoid instance_eval
2010-02-27revactor: document our EMFILE handling strategy
2010-02-27TCPSocket#peeraddr may raise ENOTCONN
2010-02-26avoid leaks if app uses Rainbows::Fiber::IO
2010-02-26revactor/tee_input: sync w/ Unicorn::TeeInput struct-ification
2010-02-24switch to Unicorn.builder, depend on Unicorn 0.97.0+
2010-02-20test-lib: make FIFO start check an after_fork hook
2010-02-20test-lib: remove needless fd closing
2010-02-13gemspec: bump dependency on Unicorn to avoid leak
2010-02-11use Hash#compare_by_identity for performance
2010-02-08t/bin/*: encoding should be the first line after shebang
2010-02-01Rakefile: autoload Gem
2010-01-08add Cramp integration tests
2010-01-08Merge branch 'rack-1.1'
2010-01-08local.mk.sample: bump Rack dependency
2010-01-07Update docs + tests to reflect Rev 0.3.2 release
2010-01-06Fix "rainbows -h" and "rainbows -v"
2010-01-05http_response: disallow blank, multi-value headers
2009-12-30Rainbows! 0.90.1 v0.90.1
2009-12-30update TODO
2009-12-30EventMachine: support deferrables in responses
2009-12-29gemspec: clamp down unicorn dependency to < 0.97.0
2009-12-29quiet spurious wakeups for accept() in Thread* models
2009-12-24doc: update manpage since Unicorn got new features
2009-12-22gemspec: loosen Unicorn dependency
2009-12-22Rainbows! 0.90.0 v0.90.0
2009-12-22avoid setting "rainbows.autochunk" by default
2009-12-22base: fix constant resolution under 1.8 for 1.8 bugfix
2009-12-22update TODO
2009-12-22common Rainbows.sleep(nr) method
2009-12-22cleanup in Rainbows.accept definition
2009-12-22fix README speling fail
2009-12-22fix Ruby 1.8 detection for (possible) green thread fix
2009-12-22bin/rainbows: avoid confusing people with shebang
2009-12-22README: add RevFiberSpawn
2009-12-22tests: enable RevFiberSpawn for 1.9
2009-12-22doc: update comparison for RevFiberSpawn
2009-12-22new RevFiberSpawn concurrency model
2009-12-21possible MRI 1.8 thread fix to avoid blocking accept()
2009-12-21GNUmakefile: push tgz to Rubyforge
2009-12-19Thread*: avoid double close of client socket
2009-12-19error: (trivial) remove unnecessary whitespace
2009-12-16join_threads method is exclusive to ThreadPool
2009-12-16cleanup: consolidate write_nonblock error handling