summaryrefslogtreecommitdiff
path: root/test/webrick
AgeCommit message (Expand)Author
2019-11-30[ruby/webrick] Check the feature by itself, instead of the version numberNobuyoshi Nakada
2019-11-30[ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header ...Jeremy Evans
2019-11-30[ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option ...Jeremy 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] after ruby-2.6.0, set Net::HTTP#write_timeoutthekuwayama
2019-10-01WEBrick: prevent response splitting and header injectionYusuke Endoh
2019-10-01Loop with String#scan without creating substringsNobuyoshi Nakada
2019-08-11Adjust indent [ci skip]Nobuyoshi Nakada
2019-08-08Aliases capture_output to capture_io for test-unit compatiblity.Hiroshi SHIBATA
2019-07-11remove an unused variable.Tanaka Akira
2019-07-11WEBrick::HTTPResponse create tempfile if required.Tanaka Akira
2019-06-24httpstatus.rb 100% coveragemasakazutakewaka
2019-06-24Remove extraneous spaces at the end of status lineNobuyoshi Nakada
2019-06-13test/webrick/test_ssl_server.rb: Use EnvUtil.timeout for timeout scale factorYusuke Endoh
2019-06-06test/webrick/test_filehandler.rb: extend the timeout for Solaris CIYusuke Endoh
2019-06-01Update String#crypt tests to work on OpenBSDJeremy Evans
2019-06-01Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA
2019-03-11Added to check MJIT constant for the Ruby 2.3-2.5.hsbt
2018-12-28webrick/test_utils.rb: loosen timeout severityk0kubun
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-10-05Use binread because webrick also uses binreadnaruse
2018-09-24webrick: raise EOFError in parse when read line is nilnormal
2018-08-07Silence Net::HTTP warning in test.hsbt
2018-08-07Add missing test for WEBrick::HTTPAuth::Htgroup.hsbt
2018-07-26Add missing escapekazu
2018-07-26webrick: Support bcrypt password hashingnormal
2018-07-14webrick/httpresponse: set_redirect requires a valid URInormal
2018-04-30io.c: workaround for EPROTOTYPEnobu
2018-04-23rescue Errno::EPROTOTYPEnobu
2018-04-07Use assert_includenobu
2018-04-06Use assert_operator instead of assertkazu
2018-04-03adjust indent [ci skip]nobu
2018-04-03repatch r62966 and r62969.ko1
2018-04-03adjust indent [ci skip]nobu
2018-04-03Revert r62966 and r62969naruse
2018-03-28adjust indents [ci skip]nobu
2018-03-28webrick: prevent response splitting and header injectionnormal
2018-03-28webrick/httpproxy: stream request and response bodiesnormal
2018-03-28webrick: add test for Digest auth-intnormal
2018-03-28webrick/httprequest: use InputBufferSize for chunked requestsnormal
2018-03-28webrick/httprequest: raise correct exceptionnormal
2018-03-28webrick/httprequest: limit request headers sizenormal
2018-03-28test/webrick/test_filehandler.rb: stricter multipart range testnormal
2018-03-28webrick: use IO.copy_stream for single range responsenormal
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2017-12-22webrick: add test for WEBrick::HTTPServlet::ERBHandlernormal
2017-12-13webrick: compile RE correctly for beginning and end matchnormal
2017-10-30webrick: support Proc objects as body responsesnormal