summaryrefslogtreecommitdiffstats
path: root/test/webrick
Commit message (Expand)AuthorAgeFilesLines
* * test/webrick/test_server.rb (test_daemon): simply use fork's returnnaruse2009-12-101-8/+2
* * test: use require_relative.naruse2009-09-121-7/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-064-5/+5
* * test/webrick/utils.rb (start_server): provide a reference to log ofmame2008-10-297-140/+147
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-244-30/+30
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?): added lacked method.gotoyuzo2008-08-171-3/+26
* test material for r16453.gotoyuzo2008-05-182-0/+37
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-05-183-11/+92
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-03-031-0/+59
* * lib/webrick/httprequest.rb: supprt X-Forwarded-* header fields.gotoyuzo2008-01-091-0/+67
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo2007-12-312-3/+288
* * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line orgotoyuzo2007-12-171-0/+10
* * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz2006-11-021-1/+1
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo2006-09-081-0/+31
* * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo2006-07-311-0/+58
* * test/webrick/utils.rb: use Proc#yield instead of Proc#call.gotoyuzo2006-07-011-1/+1
* * lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,gotoyuzo2006-05-181-0/+64
* * test/webrick/test_cgi.rb: should support platforms which searchusa2006-02-221-0/+7
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-1/+5
* * lib/webrick/httpservlet/cgihandler.rbgotoyuzo2005-10-303-0/+45
* * test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath onocean2005-09-201-0/+3
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-05-272-0/+11
* * lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#loggergotoyuzo2005-04-292-1/+7
* * test/webrick/utils.rb: resuce LoadError.gotoyuzo2005-01-101-1/+4
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): shouldgotoyuzo2005-01-103-0/+73
* * test/webrick/test_server.rb (test_daemon): delete an assertiongotoyuzo2005-01-081-2/+0
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo2005-01-079-26/+830
* * lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):gotoyuzo2005-01-021-0/+105