summaryrefslogtreecommitdiff
path: root/lib/webrick
AgeCommit message (Expand)Author
2018-08-14webrick/httpauth/htgroup.rb (flush): avoid unnecessary unlinknormal
2018-08-07Fallback to load version constant for ruby core repository.hsbt
2018-08-07Removed needless date attribute from gemspec of default gems.hsbt
2018-07-26webrick: Support bcrypt password hashingnormal
2018-07-14webrick/httpresponse: set_redirect requires a valid URInormal
2018-04-03repatch r62966 and r62969.ko1
2018-04-03Revert r62966 and r62969naruse
2018-03-28get rid of test error/failure on Windows introduced at r62955usa
2018-03-28webrick: prevent response splitting and header injectionnormal
2018-03-28webrick/httpproxy: stream request and response bodiesnormal
2018-03-28webrick/httpauth/digestauth: stream req.bodynormal
2018-03-28webrick/httprequest: use InputBufferSize for chunked requestsnormal
2018-03-28webrick/httprequest: raise correct exceptionnormal
2018-03-28webrick/httpservlet/cgihandler: reduce memory usenormal
2018-03-28webrick/httprequest: limit request headers sizenormal
2018-03-28webrick: use IO.copy_stream for multipart responsenormal
2018-03-28webrick/httpresponse: make ChunkedWrapper copy_stream-compatiblenormal
2018-03-28webrick: quiet warning for multi-part rangesnormal
2018-03-28webrick: use IO.copy_stream for single range responsenormal
2018-03-28webrick/httpresponse: IO.copy_stream for regular filesnormal
2018-03-28webrick: favor .write over << methodnormal
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