aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick
Commit message (Expand)AuthorAgeFilesLines
* Make string literal to frozen object on gemspec of defulte gems.hsbt2017-06-191-0/+1
* Merge gemspec from ruby/webrick.hsbt2017-05-012-3/+6
* Import gemspechsbt2017-04-251-1/+3
* Fix a required ruby version on gemspec of gemified libraries.hsbt2017-02-071-1/+1
* Initial commit for gem release of webrick.hsbt2017-01-311-0/+16
* Delay Utils.getservername until needed.shugo2016-12-071-3/+9
* webrick/server: use symbol procnormal2016-11-231-1/+1
* Use `&.` and `||=` instead of if guardsnobu2016-11-221-9/+3
* IOError does not happenkazu2016-11-221-6/+1
* webrick/server: simplify Daemon.startnormal2016-11-221-8/+2
* lib/*: remove closed checksnormal2016-11-213-8/+6
* webrick: use monotonic clock for timeoutsnormal2016-10-141-2/+3
* * lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791]naruse2016-09-271-1/+1
* Use qualified namesnobu2016-08-304-5/+5
* * lib/webrick/config.rb (WEBrick::Config::General):naruse2016-08-121-1/+1
* webrick: filter out HTTP_PROXY for CGIHandlernormal2016-07-221-0/+1
* Multiple values X-Forwarded-Proto in webricknobu2016-06-211-1/+3
* * 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