summary refs log tree commit
DateCommit message (Expand)
2015-02-19Use default bundle install command.
2015-02-19Fix spec versions in all handler files
2015-02-19Run all the tests on ci, we have the pkgs
2015-02-19Oh look, no one has run fulltest for so long
2015-02-19did you know you could use turtles to shave yaks?
2015-02-19Update travis.yml since we added bundler and stuff
2015-02-19Update to reflect changes in #514
2015-02-19Fix #773: Rack.release must match value in gemspec.
2015-02-19Remove Markdown backticks for inline code in Readme
2015-02-19Remove markdown from RDoc readme
2015-02-19Fix lint header regex
2015-02-19Use a monotonic time for Rack::Runtime, if available
2014-12-23Fix RACK_MULTIPART_LIMIT removal wording
2014-12-23RACK_MULTIPART_LIMIT should've been RACK_MULTIPART_PART_LIMIT
2014-12-18use shasum 1.6.0
2014-12-18bumping version
2014-11-27Merge pull request #763 from byroot/multipart-limit-doc
2014-11-27Document the multipart_part_limit configuration in the README
2014-11-27Header specification change increments SPEC
2014-11-27Rack::Lint and SPEC align with RFC7230 headers
2014-11-27Bump to 1.6.0.beta2 1.6.0.beta2
2014-11-27Merge pull request #399 from EqualMedia/rfc2616-compat
2014-11-27Extract several methods from Rack::File#serving
2014-11-27Fix #639 wrong merge
2014-11-27Merge branch 'codekitchen-streaming-multipart'
2014-11-27add rack.multipart options to lint and SPEC
2014-11-27allow overriding the rack multipart parser tempfile class
2014-11-26MultipartLimitError => MultipartPartLimitError
2014-11-26RACK_MULTIPART_LIMIT is a better name
2014-11-26Explicitly fail when hitting the multipart limit
2014-11-21Merge pull request #760 from igas/remove-require-from-deflater
2014-11-21Remove unused dependency from Deflater
2014-11-15Merge pull request #753 from vais/master
2014-11-15Use to_path API per rack SPEC to serve files
2014-11-07Merge pull request #754 from tonyta/http-status-codes-update
2014-11-06update HTTP status codes to IETF RFC 7231
2014-11-06Ensure body is closed inside the proc. Follow existing monkey patch style.
2014-11-04Revert "Ensure body is closed inside the proc just as it would be outside the...
2014-11-04Ensure body is closed inside the proc just as it would be outside the proc
2014-11-03Avoid WEBrick handler buffering the entire response in RAM
2014-10-10Merge pull request #744 from createdbypete/fix-typo
2014-10-10Fix typo in comment
2014-10-05conditionalget: avoid const lookup in case/when HEAD when-lit master
2014-10-02Merge pull request #739 from schneems/schneems/fix-respond_to
2014-10-02Fix: `respond_to?` takes 2 arguments
2014-10-02Merge pull request #737 from schneems/schneems/less-objects
2014-10-02Less allocated objects on each request
2014-09-06Merge pull request #730 from sodabrew/patch-1
2014-09-03Trivial change to use single quotes for consistency
2014-09-01Merge pull request #729 from jeremy/fixes/default-middleware-override-regression