about summary refs log tree commit homepage
path: root/lib/rainbows/sendfile.rb
DateCommit message (Expand)
2011-02-06kill some unnecessary &block usage
2011-01-07more consistent use/avoidance of HeaderHash
2010-07-19no need to pass 'rb' as File.open flags
2010-07-19sendfile middleware: various style cleanups
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-04refactor response body handling for sendfile(2)
2010-06-24sendfile: update docs for Rack::Sendfile
2010-06-04sendfile: update RDoc for this middleware.
2010-06-03add Rainbows::Sendfile middleware