summary refs log tree commit
DateCommit message (Expand)
2012-01-22Multipart percentage fail, round 3, the final character. Fixes strings termin... 1.4.1
2012-01-22Prep for 1.4.1
2012-01-22Merge remote-tracking branch 'thedarkone/nested_params_key_space2'
2012-01-22Correct multipart parser skips for cases where we have data that looks partia...
2012-01-22Make the multipart filename unescaping just slightly more resilient to potent...
2012-01-22Multipart parsing now accepts filenames with unescaped percentages. This coul...
2012-01-22Rack::Utils#normalize_params should be ignorant of the provided params class.
2012-01-22added Rack::Response::Helpers#method_not_allowed?
2012-01-21Merge pull request #314 from goosmurf/master
2012-01-21Merge pull request #324 from rkyrychuk/patch-1
2012-01-21Merge pull request #325 from qertoip/patch-1
2012-01-21Removed incorrect fragment of comment.
2012-01-21Wrong version
2012-01-20Correctly count the key space size for nested param queries.
2012-01-18Add spec for #300. Appears to pass.
2012-01-18Merge pull request #317 from brainopia/master
2012-01-18Finish that Jose has started in 4defbe5d
2012-01-18Replace inline usage of begin-end with parenthesis
2012-01-18Nitpicking
2012-01-17Merge pull request #315 from gogolok/fix_typo
2012-01-17fix typo
2012-01-16prevent crash when session cookie value does not contain "--" delimiter
2012-01-13Merge pull request #313 from josevalim/ensure_proxy
2012-01-13Rack::BodyProxy should execute block even on failures.
2012-01-12Merge pull request #312 from josevalim/assert_secure
2012-01-12Assert the cookie is secure (there were no tests for this).
2012-01-07Add missing spec coverage for when secrets do not match (ACHTUNG!)
2012-01-07Merge pull request #296 from jm3/patch-2
2012-01-07Merge pull request #298 from hannesg/tests_should_not_depent_on_set_order
2012-01-07Merge pull request #307 from laserlemon/patch-1
2012-01-07Merge pull request #306 from postmodern/master
2012-01-07Merge pull request #302 from lgierth/rack-static-bug
2012-01-07Add build and dependency status images to README
2012-01-04Require 'stringio' to fix a NameError in the BodyProxy tests.
2012-01-04Don't implicitly respond with index file. Fixes #301
2011-12-30Utils tests now accept different query orders.
2011-12-30Test an object which repsonds to each instead of a set.
2011-12-30fix Rack.release
2011-12-28...except after c.
2011-12-28Update travis to only build master for now
2011-12-27Update release notes 1.4.0
2011-12-27Limit the size of parameter keys
2011-12-27Update Changelog in the README
2011-12-27Whoops, that's not what I meant. There is no exclude here.
2011-12-27Move to a CI task, skipping the cgi tests for now, as they're problematic still
2011-12-27Further improvements for CI, no more bundle!
2011-12-27Travis needs sudo for those installs
2011-12-27Improve our travis configuration
2011-12-27Merge pull request #294 from josevalim/empty_session_fix
2011-12-27Use the 1.9 compatible fcgi library. Make fulltest load on jruby + rbx. rbx s...