summary refs log tree commit
path: root/lib/rack/handler/webrick.rb
DateCommit message (Expand)
2014-10-02Less allocated objects on each request
2014-07-05Monkey patch to fix WEBrick chunking semantics.
2013-04-22Merge pull request #514 from postmodern/localhost_development
2013-03-30Don't rely on ENV. Fixes #532
2013-03-28add partial rack hijack support for WEBrick
2013-02-27Determine the default value for Host, based on the environment.
2013-02-09Rack::Handler::WEBrick: default the host to localhost in development mode.
2013-01-05Add default port to webrick
2011-05-23fix whitespace errors
2010-12-11Implemented handler-specific options in a way that allows them to be retrieve...
2010-12-10Fixes REQUEST_PATH for WEBrick
2010-10-04release semantics of Rack::Chunked and Rack::ContentLength from handlers. thi...
2010-09-11Include all values for repeated response headers in WEBrick. Closes #52.
2010-03-23Update all handlers to use Rack::VERSION instead of a hardcoded array for the...
2010-03-23Move trap(:INT) to Rack::Server and support optional Handler protocol where h...
2009-12-26Bump version and release to 1.1
2009-12-10Don't delete PATH_INFO from env in fastcgi, mongrel, and webrick
2009-08-05Revert "Add common HTTP strings to Rack::Const"
2009-08-03Add common HTTP strings to Rack::Const
2009-06-30Set correct external_encoding for handlers that don't use RewindableInput
2009-06-01Make sure WEBrick respects the :Host option
2009-04-30Bump remainder of rack.versions
2009-03-12Handlers use ContentLength and Chunked middleware where needed
2009-03-08WEBrick handler now sets the unescaped PATH_INFO
2009-02-06Handlers split header values on "\n" instead of using #each
2009-01-24Use $stdin and $stderr instead of STDIN and STDERR
2009-01-22Close #16: String#to_a breaks 1.9 compatibility
2009-01-04Fix webrick handler for ruby 1.9.1
2008-10-11Fix header emission for WEBrick and Set-Cookie
2007-05-16Fix trailing whitespace. Sigh.
2007-05-16Yield the servers optionally
2007-05-15Make Rack::Handler::*.run yield the server for further configuration
2007-02-21Ensure the body is closed
2007-02-20Call body#close if possible
2007-02-16Add quick run methods for WEBrick and Mongrel
2007-02-16Add Lint to the tests
2007-02-15Initial import of Rack