about summary refs log tree commit homepage
path: root/lib/rainbows/fiber/body.rb
DateCommit message (Expand)
2019-01-02quiet mismatched indentation warnings
2011-03-10switch from IO#sendfile_nonblock to IO#trysendfile
2011-01-04globally refactor Range handling for responses
2011-01-04refactor response sendfile body handling for easier debugging
2010-12-28several response body#close fixes
2010-12-26remove unnecessary "::" constant prefixing
2010-11-19upgrade to Kgio 2.x and Unicorn 3.x
2010-07-22enable Range: responses for static files for most models
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-08restore Rainbows::HttpResponse.write for Cramp
2010-07-06cleanup error handling for aborted downloads
2010-07-04refactor response body handling for sendfile(2)