summary refs log tree commit
DateCommit message (Expand)
2011-10-17Bump to 1.3.5 (aaah, laptop power running out...) 1.3.5
2011-10-17Add release note for 1.3.5
2011-10-17fixes #246. Silence the warning about redefining this constant from the stand...
2011-10-01Gahhh TAAABBZZZ 1.3.4
2011-10-01Bump version number
2011-10-01Correct 1.3.4 release message
2011-10-01Update README for the 1.3.4 release
2011-10-01Use the modern mongrel that should work on jruby and 1.9
2011-10-01Adding travis-ci yaml setup... going to need to fix up the environment
2011-10-01Add a Gemfile, this is purely for travis-ci
2011-10-01Simplify BodyProxy#close to avoid horrible loop conditions in streaming
2011-10-01Add some documentation to cover distribution differences in /etc/mime.types.
2011-10-01Added backport of Ruby URI's 1.9.3 DoS fix
2011-10-01Regression test for DoS attack on form/cookie param decoding
2011-10-01fix issue with Thin and Rack::BodyProxy on Ruby 1.9.2
2011-09-16Bump version! 1.3.3
2011-09-16Update for release date
2011-09-07update changes for 1.3.3
2011-09-07BugFix in ConditionalGet; don't crash when we get a malformed HTTP_IF_MODIFIE...
2011-09-07Fix bugs with MRI 1.8.x regex engine
2011-09-07Ignore tarballs from releases
2011-09-07Make tests easier to run cross-interpreter
2011-09-07Fix for psych
2011-09-07make tests pass on 1.8 again
2011-09-07better error message when unable to parse cookie, see #225
2011-09-07refactor Request#cookies, fixes #225
2011-09-07Fixed an unhandled condition where req.GET or req.POST could be nil if a URI
2011-09-07Fix mod_xsendfile url
2011-07-16Bump version 1.3.2
2011-07-16Update for the 1.3.2 release
2011-07-16Rack::Utils.escape should work with symbols in Ruby 1.8.7
2011-07-13Bump version 1.3.1
2011-07-13Update readme pending patch release
2011-07-13Merge pull request #206 from brendan/19451fc0463ec424fa368cac05be15c75e87e016
2011-07-13Fixed a Regexp bug that can DoS your box.
2011-07-04Edited lib/rack/sendfile.rb via GitHub
2011-06-29update changes
2011-06-29prepare readme for 1.3.1
2011-06-29Have MockRequest call close on the body rather than MockResponse.
2011-06-29test for Rack::Response#close
2011-06-29call #close on body in mock responses
2011-06-29Minor error in documentation regarding the order of parameters in HTTP_X_ACCE...
2011-06-29make sure the Cache-Control header can never be nil
2011-06-29fix typo
2011-06-16simpler, dry implementation for HeaderHash#to_hash, fixes #177
2011-06-16update core team list
2011-06-16block should not be called if IOError raised
2011-06-16more tests for Rack::BodyProxy
2011-06-16let Rack::BodyProxy raise an IOError (like IO and StringIO do) when calling #...
2011-06-16fix BodyProxy#close