about summary refs log tree commit homepage
DateCommit message (Expand)
2010-05-04Rainbows! 0.92.0 - inching towards the pot of gold v0.92.0
2010-05-04revactor: match IO behavior for readpartial wrapper
2010-05-04TODO: fix rdoc link
2010-05-04tee_input: remember "encoding: binary" comment
2010-05-04gemspec: bump Unicorn dependency
2010-05-04local.mk.sample: isolate needs the correct Rake
2010-05-04doc: DEPLOY - more strongly recommend Rainbows!-only
2010-05-04eventmachine: "rack.multithread" is always true when deferring
2010-05-04drop EventMachineDefer concurrency model
2010-05-04SIGNALS: document app.deferred? caveat for graceful shutdown
2010-05-04TODO: update EventMachine-related bits
2010-05-04eventmachine: add app.deferred?(env) support as middleware
2010-05-03event_machine: update documentation for async frameworks
2010-05-03doc: misc updates
2010-05-03doc: RDoc 2.5.x updates
2010-05-03cleanup request size limiting for TeeInput users
2010-05-03max_body: remove extraneous debug message
2010-05-03t0100: rack-input-hammer tests identity encodings, too
2010-05-03add client_max_body_size config directive
2010-05-03t0401: do not leave lingering tail(1) processes
2010-04-27gemspec: update comments for gem dependencies
2010-04-27dev: isolate: bump Unicorn test dependency
2010-04-27base: status == 100 check needs to_i conversion
2010-04-19Merge branch 'maint'
2010-04-19Rainbows! 0.91.1 - use a less-broken parser from Unicorn v0.91.1
2010-04-19add test for the rack-fiber_pool gem with EventMachine
2010-04-19use the excellent `isolate' gem for dev
2010-04-19rev/deferred_response: cleanup and simplification
2010-04-19use IO.copy_stream for Thread{Spawn,Pool} under 1.9
2010-04-19http_response: split out header stringification code
2010-04-02rainbows/http_*: remove unnecessary circular requires
2010-04-02use duck typing for REMOTE_ADDR detection
2010-03-28cleanup: avoid redundant REMOTE_ADDR logic
2010-03-28fiber/base: do not modify hash during iteration (1.9.2dev)
2010-03-28local.mk.sample: bump neverblock test dep to 0.1.6.2
2010-03-26async_examples/async_app: avoid needless UTF-8
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