aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick
Commit message (Expand)AuthorAgeFilesLines
* * lib/webrick/ssl.rb: Accept string value for SSLCertName. It is usedhsbt2016-05-071-1/+2
* * lib/webrick/ssl.rb: Support to add SSLCiphers option.hsbt2016-04-221-0/+4
* * lib/webrick/httpresponse.rb: Move error_body to method. It allow tohsbt2016-03-291-4/+8
* * lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.hsbt2016-01-251-1/+2
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-102-3/+3
* leakchecker.rb: remove temporary measurenobu2016-01-051-7/+31
* * lib/webrick/httpstatus.rb: Added HTTP 451 Status Code.hsbt2015-12-301-0/+1
* webrick/utils.rb: get rid of thread leak checkernobu2015-12-191-2/+3
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): To preventngoto2015-12-181-6/+8
* Add frozen_string_literal: false for all filesnaruse2015-12-1634-0/+34
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): Acquirengoto2015-12-151-21/+22
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):ngoto2015-12-151-9/+14
* * lib/webrick/httpauth/basicauth.rb: fix a typo.hsbt2015-11-162-4/+2
* * 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