summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Try same version as localfix-travisRafael Mendonça França2018-02-231-1/+1
* Try with the same jrubyRafael Mendonça França2018-02-231-2/+2
* Try to sticky with just one versionRafael Mendonça França2018-02-231-1/+1
* Use newest bundler and rubygemsRafael Mendonça França2018-02-221-2/+2
* Use newest jrubyRafael Mendonça França2018-02-221-1/+1
* Merge remote-tracking branch 'eric-wong/webrick-devdep'Rafael Mendonça França2018-01-012-7/+5
|\
| * webrick: remove concurrent-ruby dev dependencyEric Wong2017-12-292-7/+5
|/
* Add test to make sure `Rack::Builder#call` always create a new appRafael Mendonça França2017-11-061-0/+13
* Revert "Merge pull request #953 from jackxxu/cache-to-app-in-rack-builder"Rafael Mendonça França2017-11-062-14/+1
* Merge pull request #953 from jackxxu/cache-to-app-in-rack-builderRafael França2017-11-062-1/+14
|\
| * caches the #to_app value in call methodJack Xu2015-09-252-1/+14
* | Merge pull request #1203 from schneems/schneems/frozen_string_literal_utilsRafael França2017-10-261-0/+1
|\ \
| * | Add frozen_string_literal to utilsschneems2017-08-241-0/+1
* | | Merge pull request #1211 from AlessandroMinali/patch-1Rafael França2017-10-201-1/+1
|\ \ \ | |/ / |/| |
| * | Valid Rack::Deflater :if config exampleAlessandro Minali2017-10-181-1/+1
|/ /
* | Merge pull request #1198 from matthewd/concurrent-eventMatthew Draper2017-08-141-6/+3
|\ \
| * | Prefer Event over CountDownLatchMatthew Draper2017-08-141-6/+3
|/ /
* | Merge pull request #1196 from AlexKVal/patch-1Matthew Draper2017-08-141-4/+4
|\ \
| * | Fix typosAlexander Shemetovsky2017-08-101-2/+2
| * | Fix typosAlexander Shemetovsky2017-08-101-4/+4
|/ /
* | Merge pull request #1187 from yoshuki/multiple-accel-mappingAaron Patterson2017-08-102-2/+41
|\ \
| * | Add multi mapping support via headerMIKAMI Yoshiyuki2017-07-032-2/+41
* | | Merge pull request #1191 from esparta/fix_code_block_http_status_codeAaron Patterson2017-08-101-3/+3
|\ \ \
| * | | Fix the code block used to generate the HTTP_STATUS_CODES hash [skip ci]Espartaco Palma2017-07-111-3/+3
* | | | Merge branch 'fix-jruby'Rafael Mendonça França2017-07-241-1/+1
|\ \ \ \
| * | | | Fix test of JRubyRafael Mendonça França2017-07-241-1/+1
* | | | | Merge pull request #1193 from tompng/multipart_less_memoryRafael França2017-07-241-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | reduce memory in multipar parsertompng2017-07-211-6/+6
* | | | | Improve documentation about the sync option on deflaterRafael Mendonça França2017-07-241-2/+3
* | | | | Merge remote-tracking branch 'eric-wong/deflater'Rafael Mendonça França2017-07-242-14/+61
|\ \ \ \ \
| * | | | | deflater: reduce live Time objectsEric Wong2017-06-291-3/+3
| * | | | | deflater: additional mtime testsEric Wong2017-06-291-1/+10
| * | | | | deflater: support "sync: false" optionEric Wong2017-06-292-3/+42
| * | | | | deflater: avoid wasting an ivar slot on @closedEric Wong2017-06-291-3/+1
| * | | | | deflater: rely on frozen_string_literalEric Wong2017-06-291-4/+5
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'eric-wong/logger-time'Rafael Mendonça França2017-07-241-4/+3
|\ \ \ \ \
| * | | | | common_logger: rely on monotonic clockEric Wong2017-06-291-4/+3
| |/ / / /
* | | | | Merge pull request #1194 from oana-sipos/masterRafael França2017-07-211-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add Hanami on the list of frameworks that use Rack.Oana Sipos2017-07-211-0/+1
|/ / / /
* | | | Merge pull request #1192 from jkowens/masterJeremy Daer2017-07-191-1/+1
|\ \ \ \
| * | | | Increase the parser buffer sizeJordan Owens2017-07-191-1/+1
|/ / / /
* | | | Merge pull request #1179 from tompng/masterJeremy Daer2017-07-191-5/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | large file upload performance++tompng2017-06-141-5/+7
* | | | Merge pull request #1190 from hugoabonizio/masterRafael França2017-07-112-3/+3
|\ \ \ \
| * | | | Update homepage links to be HTTPSHugo Abonizio2017-07-112-3/+3
| | |/ / | |/| |
* | | | Merge pull request #1189 from lugray/fix_rack_lockMatthew Draper2017-07-122-4/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Stop replacing the environment in Rack::LockLisa Ugray2017-07-102-4/+23
|/ / /
* | | Partially reverting 8a7a142dAaron Patterson2017-06-281-1/+2
|/ /
* | Require the right file for the digest we're usingMatthew Draper2017-05-301-1/+1
* | Merge pull request #1163 from janko-m/rely-on-size-in-mock-requestAaron Patterson2017-05-153-7/+11
|\ \