| Commit message (Expand) | Author | Age | Files | Lines |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 19 | -62/+62 |
* | * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line): | matz | 2008-11-18 | 1 | -1/+1 |
* | * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT): | matz | 2008-11-08 | 9 | -26/+26 |
* | * lib/webrick/httpauth/digestauth.rb | mame | 2008-10-31 | 1 | -1/+1 |
* | * lib/webrick/server.rb (WEBrick::GenericServer#shutdown): | kazu | 2008-08-22 | 1 | -2/+10 |
* | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?): added lacked method. | gotoyuzo | 2008-08-17 | 1 | -0/+4 |
* | * lib/webrick/httputils.rb (WEBrick::HTTPUtils#split_header_value): | nobu | 2008-07-25 | 1 | -12/+4 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 2 | -3/+3 |
* | * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_... | knu | 2008-05-28 | 1 | -0/+4 |
* | * lib/webrick/httpservlet/filehandler.rb: should normalize path | gotoyuzo | 2008-05-18 | 3 | -22/+44 |
* | * lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings. | drbrain | 2008-04-04 | 1 | -1/+1 |
* | * lib/webrick/httpservlet/filehandler.rb: should normalize path | gotoyuzo | 2008-03-03 | 1 | -2/+19 |
* | * ext/json/lib/json/pure/generator.rb, | naruse | 2008-02-12 | 2 | -2/+2 |
* | * lib/webrick/httprequest.rb: supprt X-Forwarded-* header fields. | gotoyuzo | 2008-01-09 | 1 | -2/+48 |
* | * lib/webrick/server.rb (WEBrick::HTTPServer#start): | gotoyuzo | 2008-01-09 | 1 | -0/+1 |
* | * lib/webrick/httpservlet/cgihandler.rb: external encoding of | gotoyuzo | 2008-01-07 | 1 | -0/+2 |
* | * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service): | gotoyuzo | 2007-12-31 | 1 | -102/+138 |
* | * lib/webrick/httpservley/cgihandler.rb | gotoyuzo | 2007-12-24 | 1 | -1/+1 |
* | * lib/webrick/server.rb (WEBrick::GenericServer#accept_client): | gotoyuzo | 2007-12-18 | 2 | -4/+7 |
* | * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb, | gotoyuzo | 2007-12-18 | 1 | -4/+2 |
* | * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line or | gotoyuzo | 2007-12-17 | 2 | -7/+10 |
* | * lib/webrick/httpauth/authenticator.rb | nahi | 2007-07-04 | 1 | -1/+1 |
* | * parse.y (assoc_list): remove expanded hash literal (no splat). | matz | 2007-06-29 | 1 | -40/+40 |
* | * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize): | gotoyuzo | 2007-01-04 | 1 | -1/+1 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -1/+1 |
* | * lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<): | gotoyuzo | 2006-12-01 | 1 | -3/+3 |
* | * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol should | matz | 2006-11-02 | 2 | -2/+2 |
* | * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new | gotoyuzo | 2006-09-08 | 1 | -0/+6 |
* | * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improve | gotoyuzo | 2006-07-31 | 1 | -1/+2 |
* | * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove | matz | 2006-07-18 | 1 | -1/+1 |
* | * lib/webrick/httputils.rb (WEBrick::HTTPUtils._escape): should | gotoyuzo | 2006-06-30 | 1 | -1/+1 |
* | * lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters, | gotoyuzo | 2006-05-18 | 5 | -14/+86 |
* | * mkconfig.rb: generate RbConfig instead of Config. | akr | 2006-02-20 | 1 | -3/+3 |
* | * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler): | matz | 2006-02-20 | 1 | -1/+1 |
* | * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag, | ocean | 2006-01-09 | 1 | -1/+1 |
* | * lib/webrick/httpservlet/cgihandler.rb | gotoyuzo | 2005-10-30 | 2 | -0/+30 |
* | * lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil. | gotoyuzo | 2005-10-14 | 1 | -1/+1 |
* | * lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string should | gotoyuzo | 2005-09-28 | 2 | -2/+3 |
* | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should set | gotoyuzo | 2005-09-15 | 1 | -0/+1 |
* | * lib/webrick/httpproxy.rb (HTTPProxyServer#intialize), | gotoyuzo | 2005-08-07 | 6 | -6/+7 |
* | * lib/webrick/server.rb (WEBrick::GenericServer#accept_client): | gotoyuzo | 2005-07-14 | 2 | -0/+9 |
* | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): | gotoyuzo | 2005-07-10 | 1 | -2/+2 |
* | cosmetic. | nahi | 2005-07-03 | 1 | -1/+1 |
* | * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): should | gotoyuzo | 2005-06-25 | 1 | -0/+1 |
* | * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should | gotoyuzo | 2005-05-31 | 1 | -1/+4 |
* | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): | gotoyuzo | 2005-05-27 | 1 | -5/+7 |
* | * lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#logger | gotoyuzo | 2005-04-29 | 2 | -15/+17 |
* | *** empty log message *** | gotoyuzo | 2005-03-23 | 2 | -2/+9 |
* | * lib/webrick/server.rb (WEBrick::GenericServer#start): should | gotoyuzo | 2005-03-07 | 1 | -12/+23 |
* | * lib/webrick/cgi.rb (WEBrick::CGI.start): should set reason-phrase | gotoyuzo | 2005-02-13 | 1 | -1/+4 |