summaryrefslogtreecommitdiff
path: root/lib/webrick
AgeCommit message (Expand)Author
2017-07-18webrick: fix SNI supportnormal
2017-07-07webrick: add Server Name Indication (SNI)normal
2017-06-19Make string literal to frozen object on gemspec of defulte gems.hsbt
2017-05-01Merge gemspec from ruby/webrick.hsbt
2017-04-25Import gemspechsbt
2017-02-07Fix a required ruby version on gemspec of gemified libraries.hsbt
2017-01-31Initial commit for gem release of webrick.hsbt
2016-12-07Delay Utils.getservername until needed.shugo
2016-11-23webrick/server: use symbol procnormal
2016-11-22Use `&.` and `||=` instead of if guardsnobu
2016-11-22IOError does not happenkazu
2016-11-22webrick/server: simplify Daemon.startnormal
2016-11-21lib/*: remove closed checksnormal
2016-10-14webrick: use monotonic clock for timeoutsnormal
2016-09-27* lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791]naruse
2016-08-30Use qualified namesnobu
2016-08-12* lib/webrick/config.rb (WEBrick::Config::General):naruse
2016-07-22webrick: filter out HTTP_PROXY for CGIHandlernormal
2016-06-21Multiple values X-Forwarded-Proto in webricknobu
2016-05-07* lib/webrick/ssl.rb: Accept string value for SSLCertName. It is usedhsbt
2016-04-22* lib/webrick/ssl.rb: Support to add SSLCiphers option.hsbt
2016-03-29* lib/webrick/httpresponse.rb: Move error_body to method. It allow tohsbt
2016-01-25* lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.hsbt
2016-01-10stdlib: avoid extra calls to eliminate "\n" from Base64normal
2016-01-05leakchecker.rb: remove temporary measurenobu
2015-12-30* lib/webrick/httpstatus.rb: Added HTTP 451 Status Code.hsbt
2015-12-19webrick/utils.rb: get rid of thread leak checkernobu
2015-12-18* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): To preventngoto
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-15* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): Acquirengoto
2015-12-15* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):ngoto
2015-11-16* lib/webrick/httpauth/basicauth.rb: fix a typo.hsbt
2015-08-27* lib/webrick/server.rb: use IO::NULL instead of '/dev/null'hsbt
2015-07-14webrick/utils.rb: wakeup immediatelynobu
2015-07-14webrick/utils.rb: adaptive sleepnobu
2015-07-14webrick/server.rb: stop immediatelynobu
2015-07-13httpproxy.rb: fix typos [ci skip]nobu
2015-05-17lib/webrick/utils.rb: simplify by avoiding fcntlnormal
2015-05-17lib/webrick/server.rb: avoid redundant fcntl callnormal
2015-05-06stdlib: use IO#wait_*able instead of IO.select when possiblenormal
2015-03-16* lib/webrick/server.rb: Fix regression bug in WEBrick'shsbt
2015-03-10* lib/webrick/server.rb: Invoke setup_shutdown_pipe in start methodakr
2015-01-02* lib/webrick/utils.rb: removed unused argument variable.hsbt
2014-11-10* lib/webrick/server.rb: Setup shutdown pipe in listen method.akr
2014-11-10* lib/webrick/server.rb: Less instance variables.akr
2014-11-10* lib/webrick/server.rb (shutdown): Use close() on @shutdown_pipe_w toakr
2014-11-09* lib/webrick/server.rb (initialize): Initialize shutdown pipe hereakr
2014-11-09* lib/webrick/httpstatus.rb: require webrick/accesslog for AccessLog.akr
2014-11-05* lib/webrick/server.rb: Stop lisntner loop properly.akr
2014-10-07normalize reference to Timeout::Errornormal