summary refs log tree commit
DateCommit message (Expand)
2009-04-30LALEE: Tweak to Rack's Request.rb to allow POST Data from MethodOverride PUT lalee/MethodOverride_PUT.patch
2009-04-16Merge branch 'master' of git://github.com/rack/rack into lalee
2009-04-14Rack::Request#write: count length with bytesize
2009-04-11Merge branch 'master' into lalee
2009-04-11Add #rewind noop for FastCGI
2009-04-11better multipart handling
2009-04-10LaleeTweak01
2009-04-10Simplify Rakefile
2009-04-10Remove deprecated rdoc flag
2009-04-10Fix dist task dependencies
2009-04-10Fix gem task dependencies
2009-04-01Allow arbitrary number of arguments for Request::new
2009-03-31Make sure the correct rack is required in rackup
2009-03-26Added extra nested params error handling and added messages to exceptions to ...
2009-03-26Refactor Handler::get and add Handler::try_require
2009-03-26Simplified options for unregistered handlers
2009-03-26Made it so that the expectation is that Handler.get raises NameError on failu...
2009-03-26Made auto-registration of unknown handlers much smarter. This should make it ...
2009-03-25Document version change
2009-03-25Push version numbers
2009-03-25Ensure to rebuild rdocs
2009-03-25Update copyright years
2009-03-25Add Rack::Response#redirect
2009-03-25Document SPEC changes, officially deprecate String bodies
2009-03-25SPEC: Clarify percent-encoding of PATH_INFO
2009-03-25Revert "Specify PATH_INFO encoding"
2009-03-25Build all files needed
2009-03-25Refactor Rakefile
2009-03-19Added Rack::Request#path
2009-03-19Refactored Rack::Request#media_type
2009-03-19Don't evaluate CGI ISINDEX parameters in rackup
2009-03-14Rack::Deflater streaming
2009-03-13Remove files from params when no file is selected [#37 state:resolved]
2009-03-13Rack::File should use Utils::bytesize
2009-03-13Add URLMap#remap and make the initialize parameter optional
2009-03-12Handlers use ContentLength and Chunked middleware where needed
2009-03-12Rack::Lint no longer requires a Content-Length response header
2009-03-12Add Rack::Chunked (Transfer-Encoding: chunked) middleware
2009-03-11Force Litespeed input to be a proper IO object [#36 state:resolved]
2009-03-11Add Rack::Utils.bytesize function, use everywhere
2009-03-08Specify PATH_INFO encoding
2009-03-08WEBrick handler now sets the unescaped PATH_INFO
2009-03-05Add Rack::ContentType middleware
2009-03-04Quick Rack::Builder code simplification
2009-02-27Allow realm to be passed to auth handler's initialize method
2009-02-25Use / suffix in text and URLs in directory listing
2009-02-25Make MethodOverride + Auth::Digest play well together
2009-02-22Add Response#length and Response#length=
2009-02-14Split parse_query utility into parse_query and parse_nested_query. parse_nest...
2009-02-10Revert "Don't clobber nested parameter values. Fixes checkboxes in nested for...