about summary refs log tree commit homepage
path: root/lib/rainbows/dev_fd_response.rb
DateCommit message (Expand)
2011-02-06minimize &block usage for yield
2011-01-20dev_fd_response: garbage reduction
2011-01-19dev_fd_response: do not send chunks to 1.0 clients
2011-01-19remove support for X-Rainbows-* headers
2011-01-07more consistent use/avoidance of HeaderHash
2011-01-07favor Hash#include? for some existence checks
2010-12-28dev_fd_response: pass files straight through
2010-12-27initial cool.io support
2010-11-19upgrade to Kgio 2.x and Unicorn 3.x
2010-10-22dev_fd_response: do not wrap for Fiber-aware IOs
2010-08-17avoid EBADF with certain middlewares when proxying
2010-08-13dev_fd_response: weaken /dev/fd check for compatibility
2010-07-29revactor: Actor-aware dev_fd_response proxying
2010-07-19ensure stream response bodies get closed
2010-07-19rev + em: more easily allow Content-Length in pipe responses
2010-07-19dev_fd_response: remove needless begin block
2010-07-19no need to pass 'rb' as File.open flags
2010-06-30dev_fd_response: avoid redeclaring Rainbows module
2010-06-21dev_fd_response: disable under Rubinius for now
2010-06-21dev_fd_response: cleanup and reorganization
2010-06-18avoid needless HeaderHash#to_hash calls
2009-12-22new RevFiberSpawn concurrency model
2009-11-25add FiberPool concurrency model
2009-11-25add FiberSpawn concurrency model
2009-10-18rev: async response bodies with DevFdResponse middleware