summary refs log tree commit
DateCommit message (Expand)
2015-08-28Merge pull request #931 from jackxu/master
2015-08-28Fix comment typing miss
2015-08-27don't set `@content_length` to a magic value
2015-08-27don't store a counter and an array
2015-08-27Close temp files when raising an exception
2015-08-27set ENV[RACK_TEMPFILES] in one place
2015-08-27unmemoize media type.
2015-08-27change the Helpers module to depend on a few methods
2015-08-27extract `delete_cookie_header!` to a non-mutation based implementation
2015-08-27Merge pull request #902 from takiy33/patch-1
2015-08-27Merge pull request #911 from evanphx/patch-1
2015-08-27Merge pull request #908 from fenec/add_421_status_code
2015-08-27Merge pull request #925 from budhrg/master
2015-08-27Merge pull request #926 from deepj/symbol-procs
2015-08-27Merge pull request #928 from deepj/travis-ruby-223-jruby-9k
2015-08-25Merge pull request #927 from deepj/remove-deprecated-part
2015-08-24remove some useless methods
2015-08-24start using a request object inside the File middleware
2015-08-24introducing Util.get_byte_ranges
2015-08-24remove useless to_path implementation
2015-08-24cache path / range calculations on the stack for thread safety
2015-08-22 Change Session internals to use Request objects
2015-08-22save the session object on the stack
2015-08-22Run tests against stable Ruby 2.2.3 and JRuby 9000
2015-08-22Remove RACK_MULTIPART_LIMIT introduced by a mistake
2015-08-22Use a symbol proc instead of a block in some cases
2015-08-21add Request#initialize_copy
2015-08-21Fixed link and rack.session's indentation in SPEC
2015-08-20add methods for accessing request specific data
2015-08-06fix unused variable warning
2015-08-06require file so that the constant is available
2015-08-06Merge pull request #913 from matthewd/filename-parsing
2015-08-06Merge pull request #919 from arronmabrey/fix_rack_static_index_bug
2015-08-06Merge pull request #920 from mcantor/remove-crufty-known-issues-files
2015-08-06Merge pull request #921 from mcantor/updated_logo
2015-08-06Merge pull request #923 from ganmacs/fix-indent-in-document
2015-08-07fix indent in document
2015-08-04Merge remote-tracking branch 'origin/master' into showexceptions-lazy-erb-tem...
2015-08-04Constantize ERB template.
2015-08-04Improve heredoc indenting for fold/readability.
2015-08-04whitespace
2015-08-04Lazily instantiate ERB template object
2015-08-04Reconstitute copyright XML attributes.
2015-08-03Update full logo with symmetrical icon.
2015-08-03Remove unused KNOWN-ISSUES file.
2015-08-01Fixes an issue where `Rack::Static` can raise "TypeError: no implicit convers...
2015-07-19Only handle encodings in extended parameter values
2015-07-18Correct some mismatches with RFC 2231
2015-07-18Omit unnecessary ?s in EXTENDED_INITIAL_VALUE
2015-07-14Make static.rb standalone