about summary refs log tree commit homepage
DateCommit message (Expand)
2010-06-27http_response: make this a module, not a class
2010-06-27http_response: (nitpick) simplify conditional logic
2010-06-27http_response: cleanup documentation
2010-06-24sendfile: update docs for Rack::Sendfile
2010-06-21add Rainbows::Configurator module
2010-06-21tests: enable ActorSpawn test for rbx
2010-06-21rev: documentation update for #write method
2010-06-21dev_fd_response: disable under Rubinius for now
2010-06-21dev_fd_response: cleanup and reorganization
2010-06-21test_isolate: bump unicorn dependency
2010-06-21test: no need for IO#sync=true in async-response tests
2010-06-21tests: avoid embedded command-line switches in tests
2010-06-21rev: restore Ruby 1.8.6 compatibility
2010-06-21bump async_sinatra test dependencies
2010-06-18rev: cleanup write method
2010-06-18rev: avoid extraneous data copy for small responses
2010-06-18fiber/{base,io}: use arrays instead of hashes for r/w accounting
2010-06-18fiber/base: more accurate sleep timeout
2010-06-18avoid needless HeaderHash#to_hash calls
2010-06-18prefer Array#[] lookup to Array#first/Array#last
2010-06-16test_isolate: fix ruby engine usage
2010-06-11update test infrastructure to support Rubinius
2010-06-11alt working_directory test from Unicorn
2010-06-11rely on Unicorn 0.991.0 for tests
2010-06-10bin/rainbows: sync up with latest Unicorn
2010-06-10add Rainbows::ServerToken middleware
2010-06-10my-tap-lib: fix race condition in verbose mode
2010-06-09http_server: use super instead of alias_method
2010-06-08gemspec: bump unicorn dependency to 0.990.0
2010-06-07README: update with Zbatery info
2010-06-06tests: t9001: avoid needless filesystem activity
2010-06-06centralize body => IO conversion logic
2010-06-04Rainbows! 0.94.0 - one eight ate my homework! v0.94.0
2010-06-04sendfile: update RDoc for this middleware.
2010-06-04doc: update test suite README and link with RDoc
2010-06-04cleanup makefiles, move publish_doc into main
2010-06-04tests: make -C $MODEL.tNNNN-foo.sh work again out-of-the box
2010-06-04tests: cleanup isolate usage
2010-06-04tests: disable async_sinatra test for Ruby 1.9.2
2010-06-04local.mk.sample: add a hint for TMPDIR
2010-06-04local.mk.sample: update for running 1.9.2 (preview3) tests
2010-06-04Rakefile: explain ourselves when Isolating
2010-06-04test-lib: set NO_PROXY to counter http_proxy
2010-06-03depend on Isolate ~> 2.0.2 for development
2010-06-03add Rainbows::Sendfile middleware
2010-06-03writer_thread_*: fix static file response under 1.8
2010-06-03test-lib: remove ancient wait_for_pid() function
2010-05-29Rainbows! 0.93.0 - MOAR!!!1 v0.93.0
2010-05-29WriterThreadSpawn: fix stupid local variable error
2010-05-28doc: update comparison