aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick
Commit message (Expand)AuthorAgeFilesLines
* * lib/webrick/server.rb: use IO::NULL instead of '/dev/null'hsbt2015-08-271-3/+3
* webrick/utils.rb: wakeup immediatelynobu2015-07-141-3/+7
* webrick/utils.rb: adaptive sleepnobu2015-07-141-4/+12
* webrick/server.rb: stop immediatelynobu2015-07-141-11/+22
* httpproxy.rb: fix typos [ci skip]nobu2015-07-131-2/+2
* lib/webrick/utils.rb: simplify by avoiding fcntlnormal2015-05-171-9/+3
* lib/webrick/server.rb: avoid redundant fcntl callnormal2015-05-171-1/+0
* stdlib: use IO#wait_*able instead of IO.select when possiblenormal2015-05-061-1/+2
* * lib/webrick/server.rb: Fix regression bug in WEBrick'shsbt2015-03-161-1/+3
* * lib/webrick/server.rb: Invoke setup_shutdown_pipe in start methodakr2015-03-101-1/+3
* * lib/webrick/utils.rb: removed unused argument variable.hsbt2015-01-023-3/+3
* * lib/webrick/server.rb: Setup shutdown pipe in listen method.akr2014-11-102-1/+9
* * lib/webrick/server.rb: Less instance variables.akr2014-11-101-17/+24
* * lib/webrick/server.rb (shutdown): Use close() on @shutdown_pipe_w toakr2014-11-101-4/+6
* * lib/webrick/server.rb (initialize): Initialize shutdown pipe hereakr2014-11-091-40/+39
* * lib/webrick/httpstatus.rb: require webrick/accesslog for AccessLog.akr2014-11-091-0/+2
* * lib/webrick/server.rb: Stop lisntner loop properly.akr2014-11-051-1/+1
* normalize reference to Timeout::Errornormal2014-10-071-1/+1
* * lib/webrick/httpproxy.rb: remove needless conditionhsbt2014-08-081-2/+0
* webrick/utils.rb: mark by class namenobu2014-07-021-3/+2
* * lib/webrick/utils.rb (create_listeners): Close socket objects.akr2014-06-281-1/+3
* * lib/webrick/httpproxy.rb: remvoe useless assigned variables.hsbt2014-06-264-6/+3
* * lib/gserver.rb: remove redundant use of to_s in interpolation.hsbt2014-06-241-1/+1
* * lib/webrick/server.rb: Use a pipe to detect server shutdown.akr2014-05-301-1/+26
* * lib/webrick/utils.rb: Override the inspect method of the threadakr2014-05-251-0/+3
* webrick/httpserver.rb: Stop handling requests on shutdownnobu2014-05-082-3/+3
* * lib/webrick/utils.rb: Don't rescue LoadError for 'etc' extension.akr2014-04-251-6/+2
* * lib/fileutils.rb (fu_get_uid, fu_get_gid): Etc.getpwnam/getgrnam mayusa2014-04-241-2/+1
* httpservlet/filehandler.rb: pass queriesnobu2014-02-121-1/+2
* * lib/webrick/ssl.rb: [DOC] Fix typoa_matsuda2013-12-251-1/+1
* * ext/win32ole/sample/olegen.rb: Fix typoa_matsuda2013-12-111-1/+1
* * lib/webrick/httpstatus.rb: [DOC] Fix typoa_matsuda2013-12-061-1/+1
* * lib/webrick/compat.rb, lib/xmlrpc/datetime.rb: [DOC] fix typo by @vipul...hsbt2013-12-061-1/+1
* * lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification ...hsbt2013-12-061-1/+2
* * lib/webrick/httpresponse.rb: [DOC] Fix typoa_matsuda2013-12-051-1/+1
* * lib/webrick/httpproxy.rb: [DOC] Fix typoa_matsuda2013-12-041-1/+1
* * lib/webrick/httpauth/digestauth.rb: Fix typo in an error message.a_matsuda2013-11-291-1/+1
* * lib/webrick/httpresponse.rb: Allow #body to be an IO-like objectdrbrain2013-08-071-4/+6
* * lib/webrick/httpservlet/filehandler.rb (set_dir_list): add NameWidth option.nobu2013-05-201-8/+26
* * lib/webrick/httpservlet/filehandler.rb (set_dir_list): use TABLE.nobu2013-05-201-10/+19
* * lib/webrick/httpservlet/filehandler.rb (set_dir_list): set charset.nobu2013-05-201-1/+7
* * lib/webrick/httpservlet/filehandler.rb (set_dir_list): share title and h1.nobu2013-05-201-2/+5
* webrick: fix non-ascii escape bugsnobu2013-05-202-4/+15
* filehandler.rb: revert r20152nobu2013-05-201-4/+2
* fix typos inspired by r40825kazu2013-05-191-1/+1
* * lib/webrick/httpauth/htpasswd.rb: Use Tempfile.create to avoidakr2013-04-202-6/+12
* * lib/webrick/httpproxy.rb: Fix typos in HTTPProxyServer [Bug #8013]zzak2013-03-081-4/+4
* * lib/webrick/utils.rb: use Socket.tcp_server_sockets to create serverakr2013-03-021-19/+4
* * remove trailing spaces.nobu2013-01-261-1/+1
* * lib/webrick/accesslog.rb: Improved WEBrick documentation.drbrain2013-01-2622-83/+812