summary refs log tree commit
DateCommit message (Expand)
2019-12-15README.rdoc: remove incorrect URL for unicorn no-unicorn
2019-12-14Merge pull request #1426 from osamtimizer/fix/eliminate-warnings-on-test
2019-12-14in ruby2.4.0, URI doesn't respond to :open
2019-12-14eliminate warning for testing of passing invalid header
2019-12-14calling URI.open via Kernel#open is deprecated
2019-12-04Merge pull request #1421 from fatkodima/memcache-client-to-dalli
2019-11-30Merge pull request #1422 from fatkodima/content-disposition-spaces
2019-11-29Robust separation of Content-Disposition fields
2019-11-29Deprecate Rack::Session::Memcache in favor of Rack::Session::Dalli from dalli...
2019-11-28Add link to Unicorn.
2019-11-28Add links to Roda & Utopia.
2019-11-28Add link to Falcon.
2019-11-28Merge pull request #1419 from VBart/patch-1
2019-11-28Remove mentions of outdated and unmaintained projects
2019-11-27Merge pull request #1418 from VBart/patch-4
2019-11-26Added relevant links to the projects
2019-11-21Do not reference HTTP_VERSION internally
2019-11-21Merge pull request #1414 from rack/remove-lighttp
2019-11-16Update README.
2019-11-16Remove broken lighttpd specs.
2019-11-15Minor documentation fixes (File -> Files).
2019-11-15Fix autoloading File and Files constants.
2019-11-15Merge pull request #1172 from radekosmulski/fix-cgi-spec-bug
2019-11-15Merge pull request #1079 from sophiedeziel/readme
2019-11-15Require 'rack/files' since it is used in Rack::Directory.
2019-11-15Renamed Rack::File to Rack::Files, since it can serve multiple files from a r...
2019-11-14Merge pull request #1411 from rack/no-rg
2019-11-14Remove implicit dependency on RubyGems
2019-11-13 Remove `@has_app` from `Rack::Cascade`.
2019-11-09Merge pull request #1409 from VBart/patch-1
2019-11-08Add NGINX Unit web server to list on README.md
2019-11-05Merge pull request #1408 from Drenmi/maintenance/update-changelog
2019-11-04Backfill CHANGELOG for Rack 2.0.1 - 2.0.7
2019-10-29Merge pull request #1404 from ahorek/base64
2019-10-29use base64
2019-10-28Merge pull request #1384 from shioimm/const_get-without-inject
2019-10-28Merge pull request #1383 from Drenmi/refactor/query-parser-params-to-hash
2019-10-28Merge pull request #1402 from ahorek/freeze
2019-10-28Merge pull request #1403 from ahorek/ruby27
2019-10-28Merge pull request #1405 from styd/simplify-joining-string
2019-10-28Merge pull request #1407 from NikolayRys/revert_simple_proxy
2019-10-28Revert the introduction of SimpleBodyProxy
2019-10-22Simplify joining 2 strings
2019-10-19TypeError Regexp#match?(nil) in Ruby Head
2019-10-18remove redundant freeze
2019-10-17Merge pull request #1401 from styd/stringify-keys-session-hash
2019-10-17Merge pull request #1040 from railsme/optimize-static
2019-10-17Fix stringify_keys error when other is SessionHash
2019-10-16Merge pull request #1369 from krzysiek1507/refactor/extract-server-names
2019-10-16Merge branch 'master' into optimize-static