aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick
Commit message (Expand)AuthorAgeFilesLines
* [ruby/webrick] Check the feature by itself, instead of the version numberNobuyoshi Nakada2019-11-301-1/+1
* [ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header ...Jeremy Evans2019-11-301-0/+7
* [ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option ...Jeremy Evans2019-11-302-1/+9
* [ruby/webrick] Support literal IPv6 addresses in X-Forwarded-HostJeremy Evans2019-10-241-0/+44
* [ruby/webrick] Remove the squishing of whitespace in header valuesJeremy Evans2019-10-241-1/+1
* [ruby/webrick] after ruby-2.6.0, set Net::HTTP#write_timeoutthekuwayama2019-10-241-1/+1
* WEBrick: prevent response splitting and header injectionYusuke Endoh2019-10-011-2/+44
* Loop with String#scan without creating substringsNobuyoshi Nakada2019-10-011-0/+22
* Adjust indent [ci skip]Nobuyoshi Nakada2019-08-111-1/+1
* Aliases capture_output to capture_io for test-unit compatiblity.Hiroshi SHIBATA2019-08-081-1/+1
* remove an unused variable.Tanaka Akira2019-07-111-1/+0
* WEBrick::HTTPResponse create tempfile if required.Tanaka Akira2019-07-111-0/+40
* httpstatus.rb 100% coveragemasakazutakewaka2019-06-241-0/+35
* Remove extraneous spaces at the end of status lineNobuyoshi Nakada2019-06-241-0/+7
* test/webrick/test_ssl_server.rb: Use EnvUtil.timeout for timeout scale factorYusuke Endoh2019-06-131-1/+1
* test/webrick/test_filehandler.rb: extend the timeout for Solaris CIYusuke Endoh2019-06-061-0/+2
* Update String#crypt tests to work on OpenBSDJeremy Evans2019-06-011-0/+3
* Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA2019-06-011-1/+1
* Added to check MJIT constant for the Ruby 2.3-2.5.hsbt2019-03-112-2/+2
* webrick/test_utils.rb: loosen timeout severityk0kubun2018-12-281-3/+3
* webrick: add the ability to override res, req creationnormal2018-12-191-0/+32
* webrick: fix tests on Debian sid/unstable with OpenSSL 1.1.1anormal2018-12-031-1/+1
* Use binread because webrick also uses binreadnaruse2018-10-052-3/+3
* webrick: raise EOFError in parse when read line is nilnormal2018-09-241-0/+7
* Silence Net::HTTP warning in test.hsbt2018-08-071-0/+4
* Add missing test for WEBrick::HTTPAuth::Htgroup.hsbt2018-08-071-0/+19
* Add missing escapekazu2018-07-261-1/+1
* webrick: Support bcrypt password hashingnormal2018-07-261-80/+95
* webrick/httpresponse: set_redirect requires a valid URInormal2018-07-141-0/+21
* io.c: workaround for EPROTOTYPEnobu2018-04-301-1/+1
* rescue Errno::EPROTOTYPEnobu2018-04-231-1/+1
* Use assert_includenobu2018-04-071-3/+3
* Use assert_operator instead of assertkazu2018-04-061-3/+3
* adjust indent [ci skip]nobu2018-04-031-1/+1
* repatch r62966 and r62969.ko12018-04-033-2/+105
* adjust indent [ci skip]nobu2018-04-031-1/+1
* Revert r62966 and r62969naruse2018-04-033-105/+2
* adjust indents [ci skip]nobu2018-03-282-16/+17
* webrick: prevent response splitting and header injectionnormal2018-03-281-0/+22
* webrick/httpproxy: stream request and response bodiesnormal2018-03-282-1/+103
* webrick: add test for Digest auth-intnormal2018-03-281-2/+88
* webrick/httprequest: use InputBufferSize for chunked requestsnormal2018-03-281-0/+33
* webrick/httprequest: raise correct exceptionnormal2018-03-281-0/+17
* webrick/httprequest: limit request headers sizenormal2018-03-281-0/+17
* test/webrick/test_filehandler.rb: stricter multipart range testnormal2018-03-281-0/+17
* webrick: use IO.copy_stream for single range responsenormal2018-03-281-10/+4
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-042-0/+2
* webrick: add test for WEBrick::HTTPServlet::ERBHandlernormal2017-12-222-0/+20
* webrick: compile RE correctly for beginning and end matchnormal2017-12-131-0/+25
* webrick: support Proc objects as body responsesnormal2017-10-301-0/+23