summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumping to 1.6.11.6.1Aaron Patterson2015-05-062-2/+2
* updating OkJson due to CVE-2014-9490Aaron Patterson2015-05-061-90/+91
* Moved HISTORY into a separate document.dB2015-02-193-353/+357
* Update license with up-to-date yearWillson Mock2015-02-191-1/+1
* Use default bundle install command.Guo Xiang Tan2015-02-191-1/+1
* Fix spec versions in all handler filesJames Tucker2015-02-193-3/+3
* Run all the tests on ci, we have the pkgsJames Tucker2015-02-191-1/+1
* Oh look, no one has run fulltest for so longJames Tucker2015-02-191-1/+1
* did you know you could use turtles to shave yaks?James Tucker2015-02-191-3/+16
* Update travis.yml since we added bundler and stuffJames Tucker2015-02-191-3/+4
* Update to reflect changes in #514Peter Wilmott2015-02-191-1/+1
* Fix #773: Rack.release must match value in gemspec.dB2015-02-192-1/+18
* Remove Markdown backticks for inline code in ReadmeJohn Hope2015-02-191-4/+4
* Remove markdown from RDoc readmeJohn Hope2015-02-191-3/+1
* Fix lint header regexJames Tucker2015-02-191-1/+1
* Use a monotonic time for Rack::Runtime, if availableAndrew Marshall2015-02-191-2/+14
* Fix RACK_MULTIPART_LIMIT removal wordingSantiago Pastorino2014-12-231-1/+1
* RACK_MULTIPART_LIMIT should've been RACK_MULTIPART_PART_LIMITSantiago Pastorino2014-12-231-1/+2
* use shasum1.6.0Aaron Patterson2014-12-181-1/+1
* bumping versionAaron Patterson2014-12-181-1/+1
* Merge pull request #763 from byroot/multipart-limit-docJames Tucker2014-11-272-1/+29
|\
| * Document the multipart_part_limit configuration in the READMEJean Boussier2014-11-272-1/+29
* | Header specification change increments SPECJames Tucker2014-11-271-1/+1
* | Rack::Lint and SPEC align with RFC7230 headersJames Tucker2014-11-273-30/+37
* | Bump to 1.6.0.beta21.6.0.beta2Santiago Pastorino2014-11-271-1/+1
|/
* Merge pull request #399 from EqualMedia/rfc2616-compatSantiago Pastorino2014-11-273-17/+5
|\
| * Validate header names according to RFC 2616Mark Wubben2013-02-083-17/+5
* | Extract several methods from Rack::File#servingGrayson Wright2014-11-271-8/+26
* | Fix #639 wrong mergeSantiago Pastorino2014-11-271-1/+2
* | Merge branch 'codekitchen-streaming-multipart'Santiago Pastorino2014-11-275-8/+58
|\ \
| * | add rack.multipart options to lint and SPECBrian Palmer2014-11-273-0/+37
| * | allow overriding the rack multipart parser tempfile classBrian Palmer2014-11-272-8/+21
|/ /
* | MultipartLimitError => MultipartPartLimitErrorSantiago Pastorino2014-11-262-4/+4
* | RACK_MULTIPART_LIMIT is a better nameSantiago Pastorino2014-11-261-1/+1
* | Explicitly fail when hitting the multipart limitJean Boussier2014-11-264-16/+54
* | Merge pull request #760 from igas/remove-require-from-deflaterSantiago Pastorino2014-11-211-1/+0
|\ \
| * | Remove unused dependency from DeflaterIgor Kapkov2014-11-211-1/+0
|/ /
* | Merge pull request #753 from vais/masterJames Tucker2014-11-151-0/+2
|\ \
| * | Use to_path API per rack SPEC to serve filesVais Salikhov2014-11-151-26/+6
| * | Ensure body is closed inside the proc. Follow existing monkey patch style.Vais Salikhov2014-11-061-13/+20
| * | Revert "Ensure body is closed inside the proc just as it would be outside the...Vais Salikhov2014-11-041-5/+1
| * | Ensure body is closed inside the proc just as it would be outside the procVais Salikhov2014-11-041-1/+5
| * | Avoid WEBrick handler buffering the entire response in RAMVais Salikhov2014-11-031-3/+18
* | | Merge pull request #754 from tonyta/http-status-codes-updateSantiago Pastorino2014-11-071-9/+7
|\ \ \ | |/ / |/| |
| * | update HTTP status codes to IETF RFC 7231Tony Ta2014-11-061-9/+7
|/ /
* | Merge pull request #744 from createdbypete/fix-typoKonstantin Haase2014-10-101-1/+1
|\ \
| * | Fix typo in commentPeter Rhoades2014-10-101-1/+1
|/ /
* | conditionalget: avoid const lookup in case/whenEric Wong2014-10-051-1/+1
* | Merge pull request #739 from schneems/schneems/fix-respond_toKonstantin Haase2014-10-022-8/+19
|\ \
| * | Fix: `respond_to?` takes 2 argumentsschneems2014-10-022-8/+19
|/ /