aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick/server.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/webrick/server.rb: Stop lisntner loop properly.akr2014-11-051-1/+1
* * lib/webrick/httpproxy.rb: remvoe useless assigned variables.hsbt2014-06-261-1/+1
* * lib/webrick/server.rb: Use a pipe to detect server shutdown.akr2014-05-301-1/+26
* webrick/httpserver.rb: Stop handling requests on shutdownnobu2014-05-081-1/+1
* * lib/webrick/accesslog.rb: Improved WEBrick documentation.drbrain2013-01-261-1/+73
* * lib/webrick/server.rb (WEBrick::GenericServer#start):naruse2012-04-141-4/+4
* * lib/webrick/server.rb (WEBrick::GenericServer#stop): fix r35303;naruse2012-04-131-5/+6
* * lib/webrick/server.rb (module WEBrick::GenericServer): A serverdrbrain2012-04-111-28/+62
* * lib/webrick/server.rb (WEBrick::GenericServer): close socket only ifnaruse2012-04-011-1/+1
* * lib/webrick: Add Documentationdrbrain2011-05-101-0/+8
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu2008-08-221-2/+10
* * lib/webrick/server.rb (WEBrick::HTTPServer#start):gotoyuzo2008-01-091-0/+1
* * lib/webrick/server.rb (WEBrick::GenericServer#accept_client): gotoyuzo2007-12-181-4/+6
* * lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,gotoyuzo2006-05-181-1/+0
* * lib/webrick/server.rb (WEBrick::GenericServer#accept_client):gotoyuzo2005-07-141-0/+1
* *** empty log message ***gotoyuzo2005-03-231-0/+3
* * lib/webrick/server.rb (WEBrick::GenericServer#start): shouldgotoyuzo2005-03-071-12/+23
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo2005-01-071-3/+3
* * lib/webrick/server.rb (WEBrick::GenericServer#start_thread):gotoyuzo2004-12-151-2/+7
* * lib/webrick/config.rb (WEBrick::Config::General): addgotoyuzo2004-03-111-0/+3
* * lib/webrick/server.rb (GenericServer#start): should rescuegotoyuzo2003-12-041-3/+9
* * lib/webrick/server.rb (GenericServer#start): should rescuegotoyuzo2003-10-231-1/+1
* * lib/webrick/accesslog.rb (AccessLog::setup_params): use req.portgotoyuzo2003-09-081-4/+4
* * lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.gotoyuzo2003-08-191-28/+10
* * lib/webrick: imported.gotoyuzo2003-07-231-0/+189