summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | Renamed Rack::File to Rack::Files, since it can serve multiple files from a r...Postmodern2019-11-152-32/+32
* | | Fix stringify_keys error when other is SessionHashAdrian Setyadi2019-10-171-0/+6
* | | Allow global expectation explicitly for minitest.Nikolay Rys2019-10-0649-49/+49
* | | Remove Anything from testAdrian Setyadi2019-10-012-14/+0
* | | Add failing test for empty parts in Rack::DeflaterFelix Bünemann2019-09-101-0/+13
* | | Skip server spec that can't work in DockerFelix Bünemann2019-09-091-0/+2
* | | remove unnecessary freeze methodSho Ito2019-08-201-1/+1
| |/ |/|
* | return boolean in trusted_proxy?pavel2019-07-231-20/+20
* | Set X-Accel-Redirect to percent-encoded pathDaisuke Koide2019-06-061-3/+16
* | Added support for SameSite=None cookie value, added in revision 3 of rfc6265bisHenning Kulander2019-05-091-0/+18
* | Merge pull request #1325 from jodosha/performance/remove-useless-header-mergeAaron Patterson2019-04-022-2/+12
|\ \
| * | Ensure initialization of Utils::HeaderHash will dup given headersLuca Guidi2019-01-231-2/+2
| * | Don't mutate given headersLuca Guidi2019-01-041-0/+10
* | | Merge pull request #1271 from eileencodes/add-trailer-headersAaron Patterson2019-02-191-0/+20
|\ \ \
| * | | Add trailer headers to Rackeileencodes2018-04-261-0/+20
* | | | Merge pull request #1318 from rosenfeld/expand_root_pathAaron Patterson2019-01-151-0/+10
|\ \ \ \
| * | | | Expands the root path in Rack::Static upon initializationRodrigo Rosenfeld Rosas2018-11-191-0/+10
* | | | | Merge pull request #1323 from axyjo/fix-binary-rack-env-show-exceptionsAaron Patterson2019-01-151-0/+18
|\ \ \ \ \
| * | | | | ShowExceptions: fix issue when Rack env has binary dataAkshay Joshi2018-12-181-0/+18
| | |_|/ / | |/| | |
* | | | | Introduce Rack::SimpleBodyProxyLuca Guidi2018-12-191-2/+2
|/ / / /
* | | | Support multipart filename with + in the nameLucas Kanashiro2018-11-292-0/+19
|/ / /
* | | Whitelist http/https schemesPatrick Tulskie2018-11-051-0/+5
* | | Add CHANGELOG entry for #1034Rafael Mendonça França2018-09-271-1/+1
* | | Merge pull request #1034 from adambutler/bugfix/response-status-default=to-ra...Rafael Mendonça França2018-09-271-0/+6
|\ \ \
| * | | When a symbol is passed as a status code it must match a valid http status code.Adam Butler2016-03-161-0/+6
* | | | Merge pull request #855 from Comcast/masterRafael Mendonça França2018-09-121-12/+54
|\ \ \ \
| * | | | API to extract cookies from mock responsePeter Cline2015-06-151-2/+42
* | | | | Call the correct accepts_html? method for prefer_plaintextTomer Elmalem2018-09-051-0/+13
* | | | | Merge pull request #1290 from svcastaneda/custom-ip-filterAaron Patterson2018-08-211-0/+8
|\ \ \ \ \
| * | | | | Add method for custom ip_filter and test to go with itSaundra Castaneda2018-08-211-0/+8
* | | | | | Removed commented out codeNick Adams2018-08-201-24/+0
* | | | | | Waits for server to start in webrick .run testNick Adams2018-08-171-2/+37
* | | | | | Added 5s timeout to Thread#join call after each WEBrick .run testNick Adams2018-08-161-3/+3
* | | | | | Added 5s timeout to Thread#join in WEBrick .run test (correctly)Nick Adams2018-08-161-2/+2
* | | | | | Added 5s timeout to Thread#join in WEBrick .run testNick Adams2018-08-161-1/+1
|/ / / / /
* | | | | RuboCop: special needs for #1252 config.ru with BOMJeremy Daer2018-06-031-1/+1
* | | | | Merge pull request #1252 from mikegee/fix-1021-unicode-bom-in-configruJeremy Daer2018-06-032-0/+6
|\ \ \ \ \
| * | | | | Strip unicode byte order mark from UTF8 config.ruMichael Gee2018-04-292-1/+7
* | | | | | fix String status check failed at STATUS_WITH_NO_ENTITY_BODYp.hoai.le2018-05-071-4/+14
* | | | | | Fix Rack::Static behavior with non-empty :urls and :indexd-theus2018-05-011-0/+12
| |_|_|/ / |/| | | |
* | | | | Merge pull request #1249 from mclark/handle-invalid-method-parametersEileen M. Uchitelle2018-04-231-0/+14
* | | | | RuboCop: enable Layout/Space* cops (#1259)yhirano552018-04-1749-313/+313
* | | | | Remove magic comments for emacsYoshiyuki Hirano2018-04-177-13/+3
* | | | | RuboCop: frozen string literals, comment whitespace (#1256)yhirano552018-04-1612-6/+24
* | | | | Remove needless encoding magic commentsYoshiyuki Hirano2018-04-163-4/+0
* | | | | Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b } (#1253)yhirano552018-04-1617-205/+205
|/ / / /
* | | | Handles X-Forwarded-For with optional portDaniel J. Pritchett2018-04-141-0/+14
* | | | Merge pull request #1224 from SamSaffron/masterAaron Patterson2018-04-141-1/+10
|\ \ \ \
| * | | | Preserve forwarded IP address for trusted proxy chainsSam2018-01-051-1/+10
* | | | | Merge branch 'patch-1' of https://github.com/jkowens/rack into jkowens-patch-1Aaron Patterson2018-04-141-0/+22
|\ \ \ \ \