summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release notes and version bump1.3.6James Tucker2011-12-272-1/+5
* Limit the size of parameter keysEvan Phoenix2011-12-274-0/+77
* Bump to 1.3.5 (aaah, laptop power running out...)1.3.5James Tucker2011-10-171-1/+1
* Add release note for 1.3.5James Tucker2011-10-171-0/+3
* fixes #246. Silence the warning about redefining this constant from the stand...Ben Hamill2011-10-171-0/+1
* Gahhh TAAABBZZZ1.3.4James Tucker2011-10-011-3/+3
* Bump version numberJames Tucker2011-10-011-1/+1
* Correct 1.3.4 release messageJames Tucker2011-10-011-1/+4
* Update README for the 1.3.4 releaseJames Tucker2011-10-011-0/+6
* Use the modern mongrel that should work on jruby and 1.9James Tucker2011-10-011-1/+1
* Adding travis-ci yaml setup... going to need to fix up the environmentJames Tucker2011-10-011-0/+11
* Add a Gemfile, this is purely for travis-ciJames Tucker2011-10-012-1/+4
* Simplify BodyProxy#close to avoid horrible loop conditions in streamingJames Tucker2011-10-012-11/+6
* Add some documentation to cover distribution differences in /etc/mime.types.James Tucker2011-10-011-0/+3
* Added backport of Ruby URI's 1.9.3 DoS fixTim Lucas2011-10-013-3/+58
* Regression test for DoS attack on form/cookie param decodingTim Lucas2011-10-011-0/+10
* fix issue with Thin and Rack::BodyProxy on Ruby 1.9.2Konstantin Haase2011-10-012-1/+8
* Bump version!1.3.3James Tucker2011-09-161-1/+1
* Update for release dateJames Tucker2011-09-161-1/+1
* update changes for 1.3.3Konstantin Haase2011-09-071-0/+6
* BugFix in ConditionalGet; don't crash when we get a malformed HTTP_IF_MODIFIE...Nicholas Mulder2011-09-072-0/+13
* Fix bugs with MRI 1.8.x regex engineJames Tucker2011-09-072-20/+51
* Ignore tarballs from releasesJames Tucker2011-09-071-1/+2
* Make tests easier to run cross-interpreterJames Tucker2011-09-071-3/+3
* Fix for psychJames Tucker2011-09-071-1/+2
* make tests pass on 1.8 againKonstantin Haase2011-09-071-1/+1
* better error message when unable to parse cookie, see #225Konstantin Haase2011-09-071-0/+2
* refactor Request#cookies, fixes #225Konstantin Haase2011-09-072-16/+27
* Fixed an unhandled condition where req.GET or req.POST could be nil if a URILuke Jahnke2011-09-071-2/+2
* Fix mod_xsendfile urlSantiago Pastorino2011-09-071-1/+1
* Bump version1.3.2James Tucker2011-07-161-1/+1
* Update for the 1.3.2 releaseJames Tucker2011-07-161-0/+3
* Rack::Utils.escape should work with symbols in Ruby 1.8.7Santiago Pastorino2011-07-163-4/+12
* Bump version1.3.1James Tucker2011-07-131-1/+1
* Update readme pending patch releaseJames Tucker2011-07-131-1/+2
* Merge pull request #206 from brendan/19451fc0463ec424fa368cac05be15c75e87e016James Tucker2011-07-131-1/+1
|\
| * Fixed a Regexp bug that can DoS your box.Brendan Baldwin2011-07-131-1/+1
|/
* Edited lib/rack/sendfile.rb via GitHubnleguen2011-07-041-1/+1
* update changesKonstantin Haase2011-06-291-2/+2
* prepare readme for 1.3.1Konstantin Haase2011-06-291-0/+10
* Have MockRequest call close on the body rather than MockResponse.Konstantin Haase2011-06-292-8/+20
* test for Rack::Response#closeKonstantin Haase2011-06-291-0/+7
* call #close on body in mock responsesKonstantin Haase2011-06-292-0/+9
* Minor error in documentation regarding the order of parameters in HTTP_X_ACCE...Samuel Williams2011-06-291-5/+4
* make sure the Cache-Control header can never be nilMatthew M. Boedicker2011-06-291-1/+2
* fix typoMatthew M. Boedicker2011-06-291-1/+1
* simpler, dry implementation for HeaderHash#to_hash, fixes #177Konstantin Haase2011-06-161-3/+3
* update core team listKonstantin Haase2011-06-161-0/+2
* block should not be called if IOError raisedJan Xie2011-06-162-5/+8
* more tests for Rack::BodyProxyKonstantin Haase2011-06-161-0/+33