summary refs log tree commit
DateCommit message (Expand)
2015-06-18bump version 1.6.4
2015-06-18Merge pull request #899 from matthewd/1-6-semicolon
2015-06-19Fix GET semicolons without breaking API compatibility
2015-06-19Revert "Merge pull request #781 from Nyoho/fix-separator-semicolon-GET"
2015-06-18Give parse_query's second argument a default value
2015-06-18bump to 1.6.3 1.6.3
2015-06-17Merge pull request #781 from Nyoho/fix-separator-semicolon-GET
2015-06-17Merge pull request #814 from johnnaegle/only_increment_open_file_count_for_fi...
2015-06-16Merge branch '1-6-sec' into 1-6-stable
2015-06-13Merge pull request #835 from greysteil/handle-param-parsing-errors-in-method-...
2015-06-12update history 1.6.2
2015-06-12bump to 1.6.2
2015-06-12raise an exception if the parameters are too deep
2015-06-11Don't get ancestors' constant as Handler that name is same
2015-05-27Merge pull request #841 from oskarpearson/use_default_output_buffer
2015-05-12Merge pull request #854 from balexand/backport_791
2015-05-12Add woff2 mime type
2015-05-06bumping to 1.6.1 1.6.1
2015-05-06updating OkJson due to CVE-2014-9490
2015-02-19Moved HISTORY into a separate document.
2015-02-19Update license with up-to-date year
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