summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update readme1.2.4James Tucker2011-09-161-0/+3
* Bump versionJames Tucker2011-09-161-1/+1
* Ensure that the MRI regex engine isn't fooled by bad unicodeJames Tucker2011-09-162-1/+80
* Edited lib/rack/sendfile.rb via GitHubnleguen2011-07-041-1/+1
* Minor error in documentation regarding the order of parameters in HTTP_X_ACCE...Samuel Williams2011-06-291-4/+3
* update core team listKonstantin Haase2011-06-291-0/+2
* Update gemspec for 1.2.3 release1.2.3James Tucker2011-05-231-1/+1
* Update for 1.2.3 releaseJames Tucker2011-05-231-0/+4
* Pull in 1.3.0 release notes to READMEJames Tucker2011-05-231-0/+20
* We don't actually use rdoctaskJames Tucker2011-05-231-1/+0
* Update SPECJames Tucker2011-05-231-2/+2
* Grammatical corrections (thanks digitalally)James Tucker2011-05-231-2/+2
* Update links and correct a spelling errorJames Tucker2011-05-231-4/+4
* 1.9 not having '.' in load pathraggi2011-05-231-1/+1
* Force content-length to 0 so apache mod_xsendfile does not hangMaël Clérambault2011-05-231-0/+1
* in auth/digest/params, do not accidentially pass block used for construction ...Konstantin Haase2011-05-231-1/+1
* improve gemloader to include runtime deps if any, and not break on complex re...raggi2011-05-231-2/+2
* Adding SPEC with rake task dependenciesraggi2011-05-233-4/+175
* Use gemloader in fulltestraggi2011-05-231-1/+1
* Add gemloader script that will provide the ability to activate development de...raggi2011-05-231-0/+6
* Add stage to gitignoreraggi2011-05-231-1/+2
* Resolve absolute path of config so daemonize worksAndrew Bortz2011-05-231-0/+1
* Rack::Logger conforms to Rack::Lint, closes Lighthouse #89raggi2011-05-232-10/+16
* Adding Rakefile to rack.gemspecstahnma2011-05-231-1/+1
* Skip Rack::Lint::InputWrapper serialization in TestRequest. Makes tests pass ...Konstantin Haase2011-05-231-1/+2
* The application should be loaded prior to daemonization to prevent issues wit...raggi2011-05-221-0/+4
* Debugging should not change semantics of load path or require modification be...raggi2011-05-221-8/+8
* Update gitignore to ignore compiled classes and the lighttpd error lograggi2011-05-221-0/+2
* Use ::File.unlink in place of Tempfile#unlink to avoid 1.9.1 bugraggi2011-05-221-1/+2
* Fix ESCAPE_HTML_PATTERN constructionMichael Fellinger2011-05-221-1/+1
* Prepare for 1.2.21.2.2Christian Neukirchen2011-03-132-1/+5
* MD5 Digest auth: fail if authenticator returns nilBrad Ediger2011-03-132-1/+8
* Fix Rakefile1.2.1Christian Neukirchen2010-06-151-2/+1
* Prepare 1.2.1Christian Neukirchen2010-06-152-1/+6
* Rename spec/ back to test/Christian Neukirchen2010-06-1570-5/+5
* Make CGI handler obey rack spec by wrapping stdin in a rewindablevisudo2010-06-131-1/+2
* Merge remote branch 'official/master'Christian Neukirchen2010-06-131-5/+10
|\
| * Improve performance and flexibility of Rack::Utils.escape_htmlMichael Fellinger2010-06-131-5/+10
* | More gemspec fixes1.2Christian Neukirchen2010-06-131-2/+3
* | Hard-core version number in gemspecChristian Neukirchen2010-06-131-3/+1
* | Push Rack.release to 1.2Christian Neukirchen2010-06-131-1/+1
* | Last README updatesChristian Neukirchen2010-06-131-5/+5
* | Merge branch 'bacon'Christian Neukirchen2010-06-1377-1163/+955
|\ \ | |/ |/|
| * Fix gem dependencies to use baconChristian Neukirchen2010-06-131-1/+1
| * Silence test suiteChristian Neukirchen2010-06-133-6/+6
| * Fix thin specs for 1.0 and baconraggi2010-06-132-5/+10
| * require time in response because it's used for cookiesMichael Fellinger2010-06-121-0/+1
| * Fix Handler::CGI so it uses $stdin.binmodeMichael Fellinger2010-06-121-6/+7
| * Fix spec requires and the missing onesMichael Fellinger2010-06-1246-232/+270
| * Ported specs to baconMichael Fellinger2010-06-1274-1010/+757