summary refs log tree commit
DateCommit message (Expand)
2009-01-06Last minute README fixes 0.9
2009-01-06Fix last glitches
2009-01-06Set release date
2009-01-06Store original HTTP method in MethodOverride middleware
2009-01-06Fix typos in auth/openid
2009-01-06Rack::File::MIME_TYPES is now Rack::Mime::MIME_TYPES
2009-01-06Update gemspec
2009-01-05Revert "Added Rack::Request initialization memoization to reduce repetitive i...
2009-01-05Branch 0.9
2009-01-05Update thanks
2009-01-05Update copyright
2009-01-05Update README
2009-01-05In URLMap, entries without host name should come first
2009-01-05Marshall of String changed in 1.9
2009-01-05Rewrite Response test to use a well-defined #each
2009-01-05Array#to_a changed in 1.9
2009-01-05Constants are symbols in 1.9
2009-01-05Shuffle scopes for 1.9
2009-01-05Fix spec_rack_response for 1.9
2009-01-04Fix webrick handler for ruby 1.9.1
2008-12-30Merge commit 'official/master'
2008-12-30Add trailing slash to the alternative gem server
2008-12-30Support X-Http-Method-Override header in MethodOverride middleware
2008-12-30Don't leak absolute paths in error messages
2008-12-29Implement HeaderHash#merge! and HeaderHash#merge
2008-12-29Use HeaderHash where header case should be insensitive
2008-12-29Non-normalizing HeaderHash with case-insensitive lookups
2008-12-29Don't try to rewind CGI input
2008-12-28Reformat Rack::Deflater code
2008-12-28Rack::Deflator respects the no-transform cache control directive
2008-12-25Update README
2008-12-25Idiomize code
2008-12-24Added specification for Rack::Request memoization.
2008-12-24Updated spec with the new size of the content length based on the new environ...
2008-12-24Added Rack::Request initialization memoization to reduce repetitive instantia...
2008-12-23Rewind input after parsing request form vars
2008-12-23Delegate Lint::InputWrapper#rewind to underlying IO object
2008-12-23use Set instead of Array for STATUS_WITH_NO_ENTITY_BODY
2008-12-23Rack::ContentLength tweaks ...
2008-12-20Fixed Rack::Deflater to handle responses with Last-Modified header
2008-12-20Do not add Content-Encoding for a response without and entity body
2008-12-20Updated Rack::Deflater spec helper to allow setting the default status
2008-12-20Moved STATUS_WITH_NO_ENTITY_BODY into Rack::Utils
2008-12-20Added Accept-Encoding to HTTP Vary header
2008-12-19Merge commit 'rtomayko/methodoverride'
2008-12-18Fix MethodOverride error when POST has no _method param
2008-12-17Add autoload for Thin handler
2008-12-16Add Thin handler
2008-12-09Add ContentLength middleware
2008-12-05fixing camping bug. see gist:26011