summary refs log tree commit
path: root/lib/rack/handler/cgi.rb
DateCommit message (Expand)
2014-10-02Less allocated objects on each request
2010-10-04release semantics of Rack::Chunked and Rack::ContentLength from handlers. thi...
2010-06-13Make CGI handler obey rack spec by wrapping stdin in a rewindable
2010-06-12Fix Handler::CGI so it uses $stdin.binmode
2010-03-23Update all handlers to use Rack::VERSION instead of a hardcoded array for the...
2009-12-26Bump version and release to 1.1
2009-04-30Bump remainder of rack.versions
2009-03-12Handlers use ContentLength and Chunked middleware where needed
2009-02-06Handlers split header values on "\n" instead of using #each
2009-01-24Use $stdin and $stderr instead of STDIN and STDERR
2007-05-16Fix trailing whitespace. Sigh.
2007-03-02Handle SCRIPT_NAME better in *CGI environments
2007-02-26Make *CGI#run really like the others
2007-02-26Adapt Rack::Handler::CGI API
2007-02-21Ensure the body is closed
2007-02-20Call body#close if possible
2007-02-16Add Lint to the tests
2007-02-15Initial import of Rack