summary refs log tree commit
DateCommit message (Expand)
2013-02-07Bump version number 1.2.8
2013-02-07Update README for todays releases
2013-02-07Use secure_compare for hmac comparison
2013-02-07Add secure_compare to Rack::Utils
2013-01-13Bump version 1.2.7
2013-01-13Update README for release. Add security section.
2013-01-13Squash warnings in spec_auth
2013-01-13Reimplement auth scheme fix
2013-01-06Revert incorrect change to release number 1.2.6
2013-01-06Bump to 1.2.6
2013-01-06Update README based on master
2013-01-04Fix parsing performance for unquoted filenames
2012-03-18Add warning to strongly recommend to people to have secrets protecting their ...
2011-12-27Add release notes, and bump version 1.2.5
2011-12-27rubygems no longer preloads thread, which means we need it for Mutex
2011-12-27Backport `Limit the size of parameter keys`
2011-11-19Merge pull request #270 from mtfuji/rack-1.2
2011-11-19add .docx and .xlsx mime types.
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