about summary refs log tree commit homepage
DateCommit message (Expand)
2015-10-19Rainbows! 4.7.0 - updates for ruby 2.3.0dev v4.7.0
2015-10-19gemspec: use SPDX-compatible license for GPL-2.0+
2015-10-15speed up QUIT for users of the unicorn worker_loop
2015-10-14response: convert source arg to path before IO.copy_stream
2015-09-14t/test_isolate.rb: updates for various gem versions
2015-09-14t/t0044-autopush.sh: remove test
2015-09-14sync_close: This fix breakage from Ruby-trunk r50118
2015-09-14t/close-has-env.ru: ensure close is idempotent
2015-09-14response: avoid unnecessary args to IO.copy_stream
2015-09-14build: fix quoting issue with double parens
2015-02-12README: reference yahns
2015-01-13gemspec: fix bad reference to rdoc_options
2015-01-10switch docs + website to olddoc
2014-10-08update dependencies for Ruby 2.2.0dev
2014-05-12Rainbows! 4.6.2 - see you on the other side v4.6.2
2014-05-12documentation updates for Rubyforge death
2014-05-06add script for redirecting to new site
2014-05-02add slrnpull.conf example for gmane archives
2014-02-02rainbows 4.6.1 - EventMachine fixes v4.6.1
2014-01-29set executable bit rainbows executable
2014-01-29update EventMachine tests
2014-01-29disable cramp tests for now
2014-01-29event_machine: update for unicorn 4.8.x
2014-01-17Rainbows! 4.6.0 - fix unicorn 4.8.0 compatibility v4.6.0
2014-01-17switch homepage to http://rainbows.bogomips.org/
2014-01-17unicorn 4.8 compatibility + test version bumps
2014-01-17error: silence ETIMEDOUT and EHOSTUNREACH errors
2013-10-26license: allow all future versions of the GNU GPL
2013-09-30Rakefile: kill raa_update task
2013-09-13Match against newer curl.
2013-09-04SIGNALS: document SIGHUP/preload_app incompatibility
2013-04-24test_isolate: update raindrops to 0.11.0
2013-03-01epoll+xepoll: clarify intent of these concurrency options
2013-02-27Rainbows! 4.5.0 - hijacking support v4.5.0
2013-02-26manpage: update middleware-related documentation
2013-02-26epoll/*: remove user-space array as active queue
2013-02-26xepoll_thread_*/client: EPOLLONESHOT implies EPOLLET
2013-02-26doc: add HACKING document
2013-02-26tests: update checks for Ruby 2.0.0
2013-02-26bump unicorn dependency to 4.6.2+ for Ruby 2.0.0
2013-02-26gemspec: set licenses= attribute
2013-02-16GIT-VERSION-GEN: rewrite to manage RAINBOWS_VERSION const
2013-02-11hijacking support for Rack 1.5.x users
2013-02-04tests: "wc -l" portability for *BSDs
2013-02-01tests: bump version dependencies for Isolate
2013-02-01tests: "wc -c" portability for *BSDs
2013-02-01tests: replace non-portable "date +%s" with ruby equivalent
2013-02-01tests: remove utee and use tee(1) instead
2013-01-29Add -N or --no-default-middleware option.
2013-01-24epoll: ensure closing of pipelined clients if required