summaryrefslogtreecommitdiff
path: root/lib/webrick
AgeCommit message (Expand)Author
2020-10-11Bump up webrick version to 1.6.1. [Bug #17201]nagachika
2020-09-29merge revision(s) d23d2f3f6fbb5d787b0dd80675c489a692be23e2:nagachika
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-11-30[ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header ...Jeremy Evans
2019-11-30[ruby/webrick] Bump version to 1.6.0Hiroshi SHIBATA
2019-11-30[ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option ...Jeremy Evans
2019-11-30[ruby/webrick] Document HTTPResponse#body callable optionzverok
2019-10-24[ruby/webrick] Don't check tainting in access log escapingJeremy Evans
2019-10-24[ruby/webrick] Support literal IPv6 addresses in X-Forwarded-HostJeremy Evans
2019-10-24[ruby/webrick] Remove the squishing of whitespace in header valuesJeremy Evans
2019-10-24[ruby/webrick] bump version to 1.5.0Hiroshi SHIBATA
2019-10-24[ruby/webrick] Remove Webrick::HTTPResponse#to_sJeremy Evans
2019-10-01WEBrick: prevent response splitting and header injectionYusuke Endoh
2019-10-01Loop with String#scan without creating substringsNobuyoshi Nakada
2019-09-16Folded files in gemspecNobuyoshi Nakada
2019-07-11WEBrick::HTTPResponse create tempfile if required.Tanaka Akira
2019-06-24Adds WebAssembly MIME typeRob
2019-06-24Remove extraneous spaces at the end of status lineNobuyoshi Nakada
2019-05-07Use cgit instead of svn.Hiroshi SHIBATA
2018-12-19webrick: add the ability to override res, req creationnormal
2018-12-03webrick: fix tests on Debian sid/unstable with OpenSSL 1.1.1anormal
2018-11-26lib/webrick: explicitly convert header values to a stringmame
2018-11-02lib/*: Prefer require_relative over require, remove explicit extensionmarcandre
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-10-12default gems: add missing comment in gemspecstomar
2018-09-24webrick: raise EOFError in parse when read line is nilnormal
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