summary refs log tree commit
path: root/lib/rack/directory.rb
DateCommit message (Expand)
2014-10-02Less allocated objects on each request
2013-04-21Sure up HTML escaping in Rack::Directory
2012-08-26Fix script name escaping in Rack::Directory
2011-12-06Fix syntax error on Ruby 1.9
2011-12-04Correct Rack::Directory to escape file names and directories that contain RFC...
2009-12-26Tag not found responses from file servers with X-Cascade header
2009-03-11Add Rack::Utils.bytesize function, use everywhere
2009-02-25Use / suffix in text and URLs in directory listing
2009-01-14Explicitly require request, response, and utils
2009-01-09Fix directory traversal exploits in Rack::File and Rack::Directory
2008-09-07New version of Rack::Directory
2008-07-24Updated Rake::Lint to ensure Content-Length header is present for non-chunked...
2008-06-03Removal of lingering debug output in directory.rb
2008-06-01Tests for Rack::Directory, as well as removal of Rack::File dependency
2008-04-25directory.rb - serves html index for nonfile paths