aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) d23d2f3f6fbb5d787b0dd80675c489a692be23e2:nagachika2020-09-291-3/+3
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* [ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header ...Jeremy Evans2019-11-301-0/+1
* [ruby/webrick] Bump version to 1.6.0Hiroshi SHIBATA2019-11-301-1/+1
* [ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option ...Jeremy Evans2019-11-301-1/+7
* [ruby/webrick] Document HTTPResponse#body callable optionzverok2019-11-301-2/+15
* [ruby/webrick] Don't check tainting in access log escapingJeremy Evans2019-10-241-5/+3
* [ruby/webrick] Support literal IPv6 addresses in X-Forwarded-HostJeremy Evans2019-10-241-1/+6
* [ruby/webrick] Remove the squishing of whitespace in header valuesJeremy Evans2019-10-241-4/+1
* [ruby/webrick] bump version to 1.5.0Hiroshi SHIBATA2019-10-241-1/+1
* [ruby/webrick] Remove Webrick::HTTPResponse#to_sJeremy Evans2019-10-241-6/+0
* WEBrick: prevent response splitting and header injectionYusuke Endoh2019-10-011-1/+2
* Loop with String#scan without creating substringsNobuyoshi Nakada2019-10-011-17/+2
* Folded files in gemspecNobuyoshi Nakada2019-09-161-1/+44
* WEBrick::HTTPResponse create tempfile if required.Tanaka Akira2019-07-111-2/+39
* Adds WebAssembly MIME typeRob2019-06-241-0/+1
* Remove extraneous spaces at the end of status lineNobuyoshi Nakada2019-06-241-1/+1
* Use cgit instead of svn.Hiroshi SHIBATA2019-05-071-1/+1
* webrick: add the ability to override res, req creationnormal2018-12-191-2/+16
* webrick: fix tests on Debian sid/unstable with OpenSSL 1.1.1anormal2018-12-031-2/+2
* lib/webrick: explicitly convert header values to a stringmame2018-11-262-4/+4
* lib/*: Prefer require_relative over require, remove explicit extensionmarcandre2018-11-022-2/+2
* lib/*: Prefer require_relative over require.marcandre2018-11-0219-58/+58
* default gems: add missing comment in gemspecstomar2018-10-121-0/+1
* webrick: raise EOFError in parse when read line is nilnormal2018-09-241-1/+3
* webrick/httpauth/htgroup.rb (flush): avoid unnecessary unlinknormal2018-08-141-4/+7
* Fallback to load version constant for ruby core repository.hsbt2018-08-071-1/+5
* Removed needless date attribute from gemspec of default gems.hsbt2018-08-071-1/+0
* webrick: Support bcrypt password hashingnormal2018-07-262-4/+45
* webrick/httpresponse: set_redirect requires a valid URInormal2018-07-141-1/+3
* repatch r62966 and r62969.ko12018-04-032-31/+69
* Revert r62966 and r62969naruse2018-04-032-69/+31
* get rid of test error/failure on Windows introduced at r62955usa2018-03-282-2/+12
* webrick: prevent response splitting and header injectionnormal2018-03-281-2/+17
* webrick/httpproxy: stream request and response bodiesnormal2018-03-282-31/+69
* webrick/httpauth/digestauth: stream req.bodynormal2018-03-281-3/+5
* webrick/httprequest: use InputBufferSize for chunked requestsnormal2018-03-281-5/+9
* webrick/httprequest: raise correct exceptionnormal2018-03-281-1/+1
* webrick/httpservlet/cgihandler: reduce memory usenormal2018-03-281-3/+1
* webrick/httprequest: limit request headers sizenormal2018-03-281-1/+8
* webrick: use IO.copy_stream for multipart responsenormal2018-03-281-15/+31
* webrick/httpresponse: make ChunkedWrapper copy_stream-compatiblenormal2018-03-281-2/+7
* webrick: quiet warning for multi-part rangesnormal2018-03-281-0/+5
* webrick: use IO.copy_stream for single range responsenormal2018-03-282-11/+10
* webrick/httpresponse: IO.copy_stream for regular filesnormal2018-03-281-24/+3
* webrick: favor .write over << methodnormal2018-03-282-10/+15
* webrick 1.4.2normal2017-12-242-2/+2
* webrick/httpservelet/cgi_runner: avoid IO#reopen on pathnamenormal2017-12-221-2/+2
* webrick/httputils: note Kernel#open behaviornormal2017-12-221-0/+2
* webrick/httpservlet/*handler: use File.opennormal2017-12-222-3/+3