summary refs log tree commit
DateCommit message (Expand)
2011-09-16Update readme 1.2.4
2011-09-16Bump version
2011-09-16Ensure that the MRI regex engine isn't fooled by bad unicode
2011-07-04Edited lib/rack/sendfile.rb via GitHub
2011-06-29Minor error in documentation regarding the order of parameters in HTTP_X_ACCE...
2011-06-29update core team list
2011-05-23Update gemspec for 1.2.3 release 1.2.3
2011-05-23Update for 1.2.3 release
2011-05-23Pull in 1.3.0 release notes to README
2011-05-23We don't actually use rdoctask
2011-05-23Update SPEC
2011-05-23Grammatical corrections (thanks digitalally)
2011-05-23Update links and correct a spelling error
2011-05-231.9 not having '.' in load path
2011-05-23Force content-length to 0 so apache mod_xsendfile does not hang
2011-05-23in auth/digest/params, do not accidentially pass block used for construction ...
2011-05-23improve gemloader to include runtime deps if any, and not break on complex re...
2011-05-23Adding SPEC with rake task dependencies
2011-05-23Use gemloader in fulltest
2011-05-23Add gemloader script that will provide the ability to activate development de...
2011-05-23Add stage to gitignore
2011-05-23Resolve absolute path of config so daemonize works
2011-05-23Rack::Logger conforms to Rack::Lint, closes Lighthouse #89
2011-05-23Adding Rakefile to rack.gemspec
2011-05-23Skip Rack::Lint::InputWrapper serialization in TestRequest. Makes tests pass ...
2011-05-22The application should be loaded prior to daemonization to prevent issues wit...
2011-05-22Debugging should not change semantics of load path or require modification be...
2011-05-22Update gitignore to ignore compiled classes and the lighttpd error log
2011-05-22Use ::File.unlink in place of Tempfile#unlink to avoid 1.9.1 bug
2011-05-22Fix ESCAPE_HTML_PATTERN construction
2011-03-13Prepare for 1.2.2 1.2.2
2011-03-13MD5 Digest auth: fail if authenticator returns nil
2010-06-15Fix Rakefile 1.2.1
2010-06-15Prepare 1.2.1
2010-06-15Rename spec/ back to test/
2010-06-13Make CGI handler obey rack spec by wrapping stdin in a rewindable
2010-06-13Merge remote branch 'official/master'
2010-06-13More gemspec fixes 1.2
2010-06-13Hard-core version number in gemspec
2010-06-13Push Rack.release to 1.2
2010-06-13Last README updates
2010-06-13Merge branch 'bacon'
2010-06-13Fix gem dependencies to use bacon
2010-06-13Silence test suite
2010-06-13Fix thin specs for 1.0 and bacon
2010-06-13Improve performance and flexibility of Rack::Utils.escape_html
2010-06-12require time in response because it's used for cookies
2010-06-12Fix Handler::CGI so it uses $stdin.binmode
2010-06-12Fix spec requires and the missing ones
2010-06-12Update README and gemspec