summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* webrick handler with working chunked streamswebrick-chunkyJames Tucker2017-05-231-3/+37
* Merge pull request #1163 from janko-m/rely-on-size-in-mock-requestAaron Patterson2017-05-153-7/+11
|\
| * Don't require input to respond to #size in MockRequest.env_forJanko Marohnić2017-05-013-7/+5
| * Rely on input #size instead of #length in MockRequest.env_forJanko Marohnić2017-05-013-4/+10
* | Merge pull request #1166 from jnraine/masterAaron Patterson2017-05-151-1/+1
|\ \
| * | Safely handle modules in hierarchyJordan Raine2017-05-121-1/+1
* | | Ensure env values are ASCII 8BIT encodedeileencodes2017-05-122-7/+24
|/ /
* | Stop splatting clean arrayeileencodes2017-05-081-1/+1
* | Revert "updating author / email"eileencodes2017-05-081-2/+2
* | Merge pull request #1161 from junaruga/feature/update-travisRafael França2017-04-261-2/+3
|\ \
| * | Update .travis.ymlJun Aruga2017-04-221-2/+3
|/ /
* | Merge pull request #1154 from tricknotes/remove-mongrelRafael França2017-04-191-1/+1
|\ \ | |/ |/|
| * Remove "mongrel" from server option's descriptionRyunosuke Sato2017-04-171-1/+1
|/
* Merge pull request #1150 from wikimatze/masterRafael França2017-03-271-0/+1
|\
| * Add Padrino to the supported web frameworksMatthias Günther2017-03-251-0/+1
* | Merge pull request #1151 from cremno/simplify-some-string-creationsRafael França2017-03-273-4/+4
|\ \ | |/ |/|
| * call String#b to create a binary copycremno2017-03-251-1/+1
| * remove superflous String#force_encoding callscremno2017-03-252-3/+3
|/
* Merge pull request #1149 from jeremyevans/freeze-appAaron Patterson2017-03-212-2/+30
|\
| * Add Builder#freeze_app to freeze application and all middleware instancesJeremy Evans2017-03-142-2/+30
|/
* Merge pull request #1144 from nanaya/httpdate-for-expiresRafael França2017-02-232-30/+6
|\
| * Use .httpdate for expires date formattingnanaya2017-02-192-30/+6
* | Merge pull request #1117 from ioquatix/patch-3Rafael França2017-02-231-2/+2
|\ \ | |/ |/|
| * Fix warnings and usage of $VERBOSESamuel Williams2016-10-081-2/+2
* | Merge branch 'rfc7231-sec6.3.6-205'Aaron Patterson2017-02-158-12/+12
|\ \
| * | Revert "Add 205 Reset Content to the list of statuses without a message body"Eric Wong2016-12-148-12/+12
* | | Merge branch 'no-deflate'Aaron Patterson2017-02-152-50/+25
|\ \ \
| * | | deflater: remove "deflate" encoding supportEric Wong2016-07-262-50/+25
* | | | Merge pull request #1141 from brauliomartinezlm/bytesize_usageSantiago Pastorino2017-01-252-1/+14
|\ \ \ \
| * | | | Update bytesize usage after its removal from rack utilsBraulio Martinez2017-01-242-1/+14
|/ / / /
* | | | Merge pull request #1137 from unabridged/fix-eof-failureRafael França2016-12-293-4/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Write MethodOverride errors to RACK_ERRORSCarl Zulauf2016-12-292-1/+20
| * | | Resolve undefined constant test failure by loading constantCarl Zulauf2016-12-291-0/+1
| * | | Minimal resolution of EOFError in MethodOverride middlewareCarl Zulauf2016-12-292-5/+2
|/ / /
* | | Merge pull request #1135 from tonytonyjan/patch-rdocRafael França2016-12-081-0/+4
|\ \ \
| * | | add rdoc dependencyJian Weihang2016-12-081-0/+4
|/ / /
* | | Merge pull request #1133 from tonytonyjan/patch-typoRafael França2016-12-071-2/+2
|\ \ \
| * | | fix typoJian Weihang2016-12-071-2/+2
* | | | Merge pull request #1132 from tonytonyjan/patchRafael França2016-12-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | typo fixJian Weihang2016-12-061-1/+1
|/ / /
* | | Merge pull request #1130 from tonytonyjan/patchRafael França2016-12-0516-53/+53
|\ \ \
| * | | To support minitest 6 and prevent error ouput in minitest 5, use `must_be_nil...Jian Weihang2016-12-0516-53/+53
|/ / /
* | | Merge pull request #1128 from dijonkitchen/patch-1Rafael França2016-11-281-0/+0
|\ \ \
| * | | Change NEWS file into Markdown file extensionJonathan Chen2016-11-271-0/+0
|/ / /
* | | Merge pull request #973 from mwpastore/masterRafael Mendonça França2016-11-251-1/+1
|\ \ \
| * | | Update example use of Rack::DeflaterMike Pastore2015-11-101-1/+1
* | | | Merge pull request #1080 from sophiedeziel/masterRafael França2016-11-101-1/+2
|\ \ \ \
| * | | | require fileutilsSophie Deziel2016-06-141-0/+1
| * | | | use FileUtils.rm_f instead of File.delete to prevent exceptionsSophie Deziel2016-06-141-1/+1
| * | | | prevent exception caused by a race condition on multi-threaded server like PumaSophie Deziel2016-06-091-1/+1