summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version2.1.3Aaron Patterson2020-05-121-1/+1
* adding a test for directory traversalAaron Patterson2020-05-121-0/+12
* Use Dir.entries instead of Dir[glob] to prevent user-specified glob metachara...Jack McCracken2020-05-121-2/+1
* Bump for 2.1.2 release2.1.2Aaron Patterson2020-01-272-2/+2
* Update changelog in preparation for 2.1.2Jeremy Evans2020-01-221-0/+9
* Fix multipart parser for special files #1308Christoph Wagner2020-01-222-3/+29
* Fix `use` with kwargsRyuta Kamizono2020-01-222-2/+3
* Skip deflating in Rack::Deflater if Content-Length is 0Jeremy Evans2020-01-162-0/+13
* #transform_keys no longer necessary, reverts #1401pavel2020-01-161-8/+0
* Fix: Add to_hash to wrap Hash and Session classesOleh Demianiuk2020-01-161-1/+1
* Handle case where session id key is requested but it is missingJeremy Evans2020-01-132-1/+74
* Updating changelog for 2-1-stable2.1.1Aaron Patterson2020-01-111-519/+9
* Bump version.Samuel Williams2020-01-121-1/+1
* Remove chunked middleware from default server stack.Samuel Williams2020-01-121-2/+0
* Fix ActiveStorage use-case and add test case. Fixes #1464.Samuel Williams2020-01-112-1/+15
* Do not deprecate Rack::FileRafael Mendonça França2020-01-101-1/+0
* Merge pull request #1462 from jeremyevans/sessionid-to_sAaron Patterson2020-01-101-1/+1
* Merge pull request #1461 from p8/cleanup-changelog2.1.0Samuel Williams2020-01-091-3/+1
|\
| * Remove changes from CHANGELOG already present in older versions [ci skip]Petrik2020-01-091-3/+1
|/
* Merge pull request #1162 from snood1205/masterSamuel Williams2020-01-091-0/+1
|\
| * Added (Unused) 306Eli Sadoff2017-04-241-0/+1
* | Merge pull request #1459 from jimeh/add-breaking-change-warning-to-changelogAaron Patterson2020-01-081-2/+2
|\ \
| * | Add breaking change warning to changelog for 2.0.8 and 1.6.12Jim Myhrberg2020-01-081-2/+2
* | | Merge pull request #1460 from rack/base64-strictSamuel Williams2020-01-092-12/+52
|\ \ \
| * | | Use "strict encoding" for Base64 encoded cookiesbase64-strictSamuel Williams2020-01-092-12/+52
* | | | Merge pull request #1458 from p8/update-2-0-stable-changelogSamuel Williams2020-01-091-2/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | Add changes to Changelog [ci skip]Petrik2020-01-081-2/+31
|/ / /
* | | Merge pull request #1456 from rack/response-body-compactSamuel Williams2020-01-081-4/+4
|\ \ \ | |/ /
| * | Don't propagate nil values.response-body-compactSamuel Williams2020-01-081-1/+1
| * | Prefer parentheses.Samuel Williams2020-01-081-1/+1
| * | Remove trailing whitespace.Samuel Williams2020-01-081-2/+2
|/ /
* | Merge pull request #1434 from rack/rack-response-bufferedAaron Patterson2020-01-073-39/+107
|\ \
| * | Restore part of status=205 spec.rack-response-bufferedSamuel Williams2020-01-071-0/+9
| * | Prefer `Hash#[]` which is about 20% faster and more logical.Samuel Williams2020-01-071-1/+1
| * | Reuse `Rack::Utils::STATUS_WITH_NO_ENTITY_BODY`.Samuel Williams2020-01-071-5/+1
| * | Lazily initialize the response body and only buffer it if required.Samuel Williams2020-01-073-36/+99
|/ /
* | Merge pull request #1454 from rack/to_ary-flattenSamuel Williams2020-01-071-2/+2
|\ \
| * | Improve spec compatibility with current master.to_ary-flattenSamuel Williams2020-01-071-2/+2
|/ /
* | Improve spec name and be explicit about result.Samuel Williams2020-01-071-3/+4
* | Merge pull request #1453 from rack/rm_to_ary_from_responseSamuel Williams2020-01-074-11/+5
|\ \
| * | Remove `to_ary` from Responserm_to_ary_from_responseAaron Patterson2020-01-064-11/+5
* | | Merge pull request #1450 from ohbarye/fix-typosSamuel Williams2020-01-022-2/+2
|\ \ \
| * | | Fix typosohbarye2020-01-022-2/+2
|/ / /
* | | Merge pull request #1436 from prathamesh-sonpatki/patch-1Samuel Williams2019-12-311-0/+11
|\ \ \
| * | | Run tests on Ruby 2.7प्रथमेश Sonpatki2019-12-301-0/+11
|/ / /
* | | Merge pull request #1430 from Drenmi/maintenance/update-changelogRafael França2019-12-191-0/+8
|\ \ \ | |/ / |/| |
| * | Add 2.0.8 and 1.6.12 to CHANGELOGTed Johansson2019-12-191-0/+8
|/ /
* | Merge branch 'advisory-fix-1'Aaron Patterson2019-12-184-12/+130
|\ \
| * | Introduce a new base class to avoid breaking when upgradingRafael Mendonça França2019-10-215-22/+54
| * | Add a version prefix to the private id to make easier to migrate old valuesRafael Mendonça França2019-10-162-3/+3