summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prefer `**options`.fix-server-optionsSamuel Williams2020-01-237-8/+8
* Set Content-Length response header even for bodies not responding to to_aryJeremy Evans2020-01-222-4/+3
* Fix multipart parser for special files #1308Christoph Wagner2020-01-222-3/+29
* Fix `use` with kwargsRyuta Kamizono2020-01-222-2/+3
* Enable `Layout/TrailingWhitespace` cop to prevent extra trailing space in futureRyuta Kamizono2020-01-227-6/+9
* Fix typosRyuta Kamizono2020-01-227-8/+8
* Make body not respond to to_path to Rack::Files range requestsJeremy Evans2020-01-212-11/+22
* Merge pull request #1502 from mkasztelnik/fix-typo-in-padrino-changelog-entryRafael França2020-01-201-1/+1
|\
| * Fix typo in Padrino changelog entryMarek Kasztelnik2020-01-201-1/+1
|/
* Update Thin handler to better handle more optionsJeremy Evans2020-01-171-8/+14
* Support providing IO-like object to Rack::Multipart::UploadedFileJeremy Evans2020-01-183-13/+40
* Do not clobber :BindAddress in Webrick handlerJeremy Evans2020-01-171-1/+3
* Make Rack::Request#ssl? be true for wss schemeJeremy Evans2020-01-182-1/+5
* Support a :cascade option for Rack::StaticJeremy Evans2020-01-172-0/+24
* Add test for multipart parsing without Content-DispositionJeremy Evans2020-01-172-0/+11
* Make Rack::ShowExceptions handle invalid POST dataJeremy Evans2020-01-162-2/+23
* Add a test for space between cookies (Fixes #1039)Jeremy Evans2020-01-161-0/+3
* Add more documentation to Rack::MockRequest (Fixes #1098)Jeremy Evans2020-01-161-0/+17
* Implement SessionHash#digJeremy Evans2020-01-162-4/+20
* Fix possible timing issue in deflater testsJeremy Evans2020-01-161-1/+1
* Require password for basic authenticationJeremy Evans2020-01-162-1/+10
* Skip deflating in Rack::Deflater if Content-Length is 0Jeremy Evans2020-01-162-0/+13
* Merge pull request #1489 from kamipo/patch-1Rafael França2020-01-161-1/+1
|\
| * Update TargetRubyVersion to 2.3 in .rubocop.ymlRyuta Kamizono2020-01-161-1/+1
|/
* Merge pull request #1487 from jeremyevans/limit-doc-specJeremy Evans2020-01-152-3/+44
|\
| * Document param_depth_limit in README and add specs for itJeremy Evans2020-01-152-3/+44
|/
* Merge pull request #1483 from jeremyevans/lint-response-arrayAaron Patterson2020-01-142-1/+25
|\
| * Make Rack::Lint check response is array with 3 elementsJeremy Evans2020-01-142-1/+25
|/
* Update lib/rack/response.rbSamuel Williams2020-01-141-1/+1
* Add new `Response.[]` and `MockResponse.[]` which are very similar. Fixes #1094.Samuel Williams2020-01-144-0/+30
* Update the core team listRafael Mendonça França2020-01-131-7/+10
* Update core team in READMEJeremy Evans2020-01-111-1/+3
* #transform_keys no longer necessary, reverts #1401pavel2020-01-121-8/+0
* fix changelogpavel2020-01-121-1/+1
* Document Rack::Utils#best_q_match (Fixes #1367)Jeremy Evans2020-01-111-0/+4
* Update changelog for 2.1.1 stable.Samuel Williams2020-01-121-0/+4
* Fix: Add to_hash to wrap Hash and Session classesOleh Demianiuk2020-01-121-1/+1
* Remove chunked middleware from default server stack.Samuel Williams2020-01-121-2/+0
* Improve install process.Samuel Williams2020-01-124-16/+35
* Added CONTRIBUTING.md.dblock2020-01-124-27/+142
* Changelog for 2.1.0Pete Nicholls2020-01-111-2/+26
* Handle case where session id key is requested but it is missingJeremy Evans2020-01-112-1/+74
* Drop support for Ruby 2.2 as it is well past EOL.Samuel Williams2020-01-112-12/+1
* Older Rubyies + WEBRick SSL are broken.Samuel Williams2020-01-111-2/+2
* Fix RuboCop violations.Samuel Williams2020-01-111-14/+13
* do not specify SSL version to support jrubyGregor Melhorn2020-01-111-2/+1
* fix SSLEnable for Webrick, see https://github.com/rack/rack/issues/1013Gregor Melhorn2020-01-112-0/+43
* Ensure body is closed after buffering it. Fixes #877.Samuel Williams2020-01-111-0/+2
* Add badge for documentation coverage.Samuel Williams2020-01-111-0/+1
* Update cookie parser to only accept `;` as delimiter.mrageh2020-01-111-6/+5