summaryrefslogtreecommitdiff
path: root/test/webrick
AgeCommit message (Expand)Author
2020-09-25Revert "[ruby/webrick] Add test for shutdown_pipe"Hiroshi SHIBATA
2020-09-25Revert "[ruby/webrick] Fix shutdown_pipe test issue"Hiroshi SHIBATA
2020-09-24Revert "[ruby/webrick] Allow empty POST and PUT requests without content length"Hiroshi SHIBATA
2020-09-24[ruby/webrick] Manually pick commit from upstream repoHiroshi SHIBATA
2020-09-24[ruby/webrick] Only run test_big_bodies test on Ruby 2.5+Jeremy Evans
2020-09-24[ruby/webrick] Allow empty POST and PUT requests without content lengthJeremy Evans
2020-09-24[ruby/webrick] Allow EPROTOTYPE error when writing junk to a socketJeremy Evans
2020-09-24[ruby/webrick] Fix shutdown_pipe test issueJohn W Higgins
2020-09-24[ruby/webrick] Ensure server port numbers are numeric and ensure they are sto...John W Higgins
2020-09-24[ruby/webrick] Add test for shutdown_pipeJohn W Higgins
2020-09-24[ruby/webrick] Do not use ensure in a block without beginJeremy Evans
2020-09-24[ruby/webrick] Skip env-locale-sensitive CGI test on the "java" platformCharles Oliver Nutter
2020-06-22Add tests of nested multibyte path and DirectoryIndexKazuhiro NISHIYAMA
2020-06-20Use section sign instead of Hiragana Letter AKazuhiro NISHIYAMA
2020-06-19Use filesystem encoding as FileHandler's encodingKazuhiro NISHIYAMA
2020-06-19Fix failure on mswin CIKazuhiro NISHIYAMA
2020-06-19test/webrick/test_httpresponse.rb: Use a longer indicator for crackYusuke Endoh
2020-06-18lib/webrick/httpservlet/filehandler.rb: always handle a path as UTF-8Yusuke Endoh
2020-06-18Read in ASCII-8BIT to get rid of invalid encoding errorNobuyoshi Nakada
2020-06-18test/webrick/test_filehandler.rb: implicitly fall back to UTF-8Yusuke Endoh
2020-06-18test/webrick/test_filehandler.rb: remove unused variableYusuke Endoh
2020-06-18test/webrick/test_filehandler.rb: no `.encode("filesystem")` if US-ASCIIYusuke Endoh
2020-06-18test/webrick/test_filehandler.rb: Second try to fix the CI errorYusuke Endoh
2020-06-17Show filesystem encoding in failure messageKazuhiro NISHIYAMA
2020-06-11[ruby/webrick] Fix httpd error in CJK directoryKazuhiro NISHIYAMA
2020-02-29restore server[:DocumentRootOptions] setting.Koichi Sasada
2020-02-13support multi-run test for test/webrick/test_filehandler.rbS-H-GAMELINKS
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