summaryrefslogtreecommitdiff
path: root/lib/webrick
AgeCommit message (Expand)Author
2017-12-24webrick 1.4.2normal
2017-12-22webrick/httpservelet/cgi_runner: avoid IO#reopen on pathnamenormal
2017-12-22webrick/httputils: note Kernel#open behaviornormal
2017-12-22webrick/httpservlet/*handler: use File.opennormal
2017-12-22webrick: WEBrick::Log requires path arg when given stringnormal
2017-12-22webrick/httpservlet/cgi_runner.rb: remove unnecessary opennormal
2017-12-22webrick: httpauth requires regular filesnormal
2017-12-18webrick 1.4.1 releasenormal
2017-12-14webrick 1.4.0 releasenormal
2017-12-13webrick: compile RE correctly for beginning and end matchnormal
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-12-12Ignore gemspec under the lib directory for documentation.hsbt
2017-12-08webrick: allow shutdown after StartCallbacknormal
2017-10-31webrick/httpresponse: minor cleanups to reduce memory usenormal
2017-10-30webrick: support Proc objects as body responsesnormal
2017-10-18webrick: fix up r60172 and r60210normal
2017-10-18webrick: fix up r60172 and r60208normal
2017-10-18webrick: fix up r60172 and revert r60189normal
2017-10-16webrick: fix up r60172normal
2017-10-12webrick: do not hang acceptor on slow TLS connectionsnormal
2017-10-09webrick: avoid needless wakeup from IO.selectnormal
2017-10-08Remove unnecessary `require 'thread'`kazu
2017-10-05webrick: avoid unnecessary IO#sync= callnormal
2017-10-05Fixed invalid gemspec.hsbt
2017-10-05Followed up [ruby-core:83093]. Update gemspec attributes.hsbt
2017-09-19webrick: handle EAGAIN/EWOULDBLOCK on proxy connectionsnormal
2017-09-19Define the MIME type for JSON in WEBrick::HTTPUtils::DefaultMimeTypes.hsbt
2017-09-15To use github url for gemspec.hsbt
2017-09-14lib/webrick/log.rb: sanitize any type of logsmame
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