aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick
Commit message (Expand)AuthorAgeFilesLines
* * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): supportakr2010-12-091-0/+7
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-085-7/+6
* * lib/webrick/httprequest.rb (read_request_line): extend maxnaruse2010-10-281-2/+4
* * lib/webrick/httpauth/digestauth.rbnaruse2010-10-211-0/+1
* Add documentation for WEBrick's DigestAuthdrbrain2010-09-112-0/+69
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#continue): addnahi2010-09-101-0/+9
* merge revision(s) 28997:shyouhei2010-08-161-1/+1
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest::parse_uri):naruse2010-08-101-0/+1
* * lib/webrick/ssl.rb (WEBrick::Utils.create_self_signed_cert):nahi2010-07-301-2/+2
* * lib/webrick/httpservlet/filehandler.rbmame2010-06-171-2/+6
* * lib/webrick/httpservlet/cgihandler.rbnaruse2010-03-121-2/+2
* * lib/webrick/httpservlet/filehandler.rb (make_partial_content):nobu2010-01-181-2/+2
* * lib/webrick/https.rb (parse_uri, meta_vars): suppress warnings.nobu2010-01-172-2/+3
* * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): fixed typo.nobu2010-01-112-4/+5
* * lib/webrick/accesslog.rb : Escape needed.shyouhei2010-01-104-22/+31
* * tool/mkconfig.rb: generate RbConfig.ruby in rbconfig.rb.akr2009-12-311-3/+1
* * lib/webrick/config.rb (WEBrick::Config): typo fixed. a patchmatz2009-12-191-1/+1
* * lib/webrick/httpservlet/filehandler.rb: escape filename of index.naruse2009-12-061-1/+1
* * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.nahi2009-10-201-1/+1
* * lib/webrick/httpservlet/abstract.rb (do_OPTIONS): method namesnobu2009-09-031-2/+1
* * lib/webrick/httputils.rb (parse_form_data): escape boundary ofnaruse2009-06-161-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-0619-62/+62
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line): matz2008-11-181-1/+1
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):matz2008-11-089-26/+26
* * lib/webrick/httpauth/digestauth.rbmame2008-10-311-1/+1
* * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu2008-08-221-2/+10
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?): added lacked method.gotoyuzo2008-08-171-0/+4
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils#split_header_value):nobu2008-07-251-12/+4
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-042-3/+3
* * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_...knu2008-05-281-0/+4
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-05-183-22/+44
* * lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings.drbrain2008-04-041-1/+1
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-03-031-2/+19
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-122-2/+2
* * lib/webrick/httprequest.rb: supprt X-Forwarded-* header fields.gotoyuzo2008-01-091-2/+48
* * lib/webrick/server.rb (WEBrick::HTTPServer#start):gotoyuzo2008-01-091-0/+1
* * lib/webrick/httpservlet/cgihandler.rb: external encoding ofgotoyuzo2008-01-071-0/+2
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo2007-12-311-102/+138
* * lib/webrick/httpservley/cgihandler.rbgotoyuzo2007-12-241-1/+1
* * lib/webrick/server.rb (WEBrick::GenericServer#accept_client): gotoyuzo2007-12-182-4/+7
* * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,gotoyuzo2007-12-181-4/+2
* * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line orgotoyuzo2007-12-172-7/+10
* * lib/webrick/httpauth/authenticator.rbnahi2007-07-041-1/+1
* * parse.y (assoc_list): remove expanded hash literal (no splat).matz2007-06-291-40/+40
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):gotoyuzo2007-01-041-1/+1
* * Merge YARVko12006-12-311-1/+1
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<):gotoyuzo2006-12-011-3/+3
* * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz2006-11-022-2/+2
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo2006-09-081-0/+6
* * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo2006-07-311-1/+2