summary refs log tree commit
DateCommit message (Collapse)
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`
Conflicts: lib/rack/utils.rb test/spec_request.rb
2011-11-19Merge pull request #270 from mtfuji/rack-1.2
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_ACCEL_MAPPING. Conflicts: lib/rack/sendfile.rb
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 ↵
to Hash#initialize, where it is used for default values at might be triggered again later on
2011-05-23improve gemloader to include runtime deps if any, and not break on complex ↵
requirements
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 ↵
dependencies at the correct version for point releases
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 ↵
on Ruby 1.9.1p378.
2011-05-22The application should be loaded prior to daemonization to prevent issues ↵
with chdir etc.
2011-05-22Debugging should not change semantics of load path or require modification ↵
before loading the application
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
Fixes the authenticator API to deny access if nil is returned from the authenticator block. Without this patch, the nil gets to_s'd to "" and an empty password would be accepted. Signed-off-by: Christian Neukirchen <chneukirchen@gmail.com>
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
stream. Signed-off-by: raggi <jftucker@gmail.com>
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
Fix TestRequest for servers that add unserializables in env.