summary refs log tree commit
DateCommit message (Expand)
2011-04-27deflater flushes each chunk of the response deflate-flush-c0d7bc2d
2011-04-27loosen deflater spec for zlib option changes
2011-04-27Merged pull request #126 from plentz/master.
2011-04-17use a chunked body wrapper rather than duping and returning the chunked encod...
2011-04-15Do not send ETag if no-cache is set.
2011-04-14Revert "Add handlers for Unicorn, Rainbows! and Zbatery"
2011-04-12Remove has_rdoc= method from gemspec
2011-03-31Need to call run app for Builder example to work
2011-03-31Need to require 'rack/lobster' for first Rack::Builder example to work
2011-03-31Rack::Builder example needs a run otherwise it won't run
2011-03-31do and end beginning and end for a multi-lined block is basically the standar...
2011-03-31Add documentation for use, run and map methods in Rack::Builder
2011-03-261.9, lambda argument count has to match
2011-03-26Refactoring Rack::URLMap NEGATIVE_INFINITY constant
2011-03-26Adding a constant in order to avoid to calculate (1.0 / 0.0) each time
2011-03-26Refactoring Rack: URLMap in order to show our intention through the code rath...
2011-03-21Merge branch 'master' of https://github.com/hanklords/rack into hanklords-master
2011-03-21Merge branch 'unicorn' of https://github.com/rkh/rack into rkh-unicorn
2011-03-21Added a note about requiring to Session::Abstract::ID docs
2011-03-21Add tests for Rack::Builder.parse_file
2011-03-18Force content-length to 0 so apache mod_xsendfile does not hang
2011-03-18Add handlers for Unicorn, Rainbows! and Zbatery
2011-03-18Merge branch 'patch' of https://github.com/rkh/rack into rkh-patch
2011-03-18Merge branch 'safe-md5-params' of https://github.com/rkh/rack into rkh-safe-m...
2011-03-18Merge branch 'auth-digest-with-rack-builder' of https://github.com/rkh/rack i...
2011-03-18add Rack::Request#patch?
2011-03-18add support for PATCH verb to Rack::MethodOverride
2011-03-18allow passing opaque or an options hash to Rack::Auth::Digest::MD5.new, that ...
2011-03-18in auth/digest/params, do not accidentially pass block used for construction ...
2011-03-13Update README
2011-03-13MD5 Digest auth: fail if authenticator returns nil
2011-03-09mongrel rack.url_scheme was hardcoded to http
2011-02-09improve gemloader to include runtime deps if any, and not break on complex re...
2011-01-24If there is an X-Forwarded-Host header, we should take the absence of a port ...
2011-01-13refactor Rack::MockResponse to be a subclass of Rack::Response, also make sur...
2011-01-13moving MockResponse underneath Rack::Response
2011-01-14fixing unused variable warnings in 1.9.3
2011-01-03Extract Request#base_url
2010-12-31Make mock response work like response with respect to headers
2010-12-31Correct the regex for finding the part name by Content-Id header. Fixes issue...
2010-12-31Adding SPEC with rake task dependencies
2010-12-27Removed references to SPEC from rack.gemspec
2010-12-19Use gemloader in fulltest
2010-12-19Add gemloader script that will provide the ability to activate development de...
2010-12-19Add stage to gitignore
2010-12-19Delegate lock proxy to_path
2010-12-20Cookies may be configured with an object that will serialize and deserialize ...
2010-12-20read from the input until we find the boundary. fixes #45
2010-12-20parsing cookies with quotes works
2010-12-20Rack::Lock should unlock if the app raises an exception.