aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick
Commit message (Expand)AuthorAgeFilesLines
* Move webrick library into internal test toolchainHiroshi SHIBATA2020-12-1024-3804/+0
* [ruby/webrick] Allow empty POST and PUT requests without content lengthJeremy Evans2020-11-131-0/+12
* Revert "[ruby/webrick] Add test for shutdown_pipe"Hiroshi SHIBATA2020-09-251-12/+0
* Revert "[ruby/webrick] Fix shutdown_pipe test issue"Hiroshi SHIBATA2020-09-251-20/+9
* Revert "[ruby/webrick] Allow empty POST and PUT requests without content length"Hiroshi SHIBATA2020-09-241-12/+0
* [ruby/webrick] Manually pick commit from upstream repoHiroshi SHIBATA2020-09-241-0/+12
* [ruby/webrick] Only run test_big_bodies test on Ruby 2.5+Jeremy Evans2020-09-241-1/+1
* [ruby/webrick] Allow empty POST and PUT requests without content lengthJeremy Evans2020-09-241-0/+12
* [ruby/webrick] Allow EPROTOTYPE error when writing junk to a socketJeremy Evans2020-09-241-1/+1
* [ruby/webrick] Fix shutdown_pipe test issueJohn W Higgins2020-09-241-9/+20
* [ruby/webrick] Ensure server port numbers are numeric and ensure they are sto...John W Higgins2020-09-241-0/+28
* [ruby/webrick] Add test for shutdown_pipeJohn W Higgins2020-09-241-0/+12
* [ruby/webrick] Do not use ensure in a block without beginJeremy Evans2020-09-241-69/+71
* [ruby/webrick] Skip env-locale-sensitive CGI test on the "java" platformCharles Oliver Nutter2020-09-241-1/+1
* Add tests of nested multibyte path and DirectoryIndexKazuhiro NISHIYAMA2020-06-221-13/+23
* Use section sign instead of Hiragana Letter AKazuhiro NISHIYAMA2020-06-201-5/+5
* Use filesystem encoding as FileHandler's encodingKazuhiro NISHIYAMA2020-06-191-0/+5
* Fix failure on mswin CIKazuhiro NISHIYAMA2020-06-191-1/+6
* test/webrick/test_httpresponse.rb: Use a longer indicator for crackYusuke Endoh2020-06-191-13/+13
* lib/webrick/httpservlet/filehandler.rb: always handle a path as UTF-8Yusuke Endoh2020-06-181-10/+1
* Read in ASCII-8BIT to get rid of invalid encoding errorNobuyoshi Nakada2020-06-181-1/+1
* test/webrick/test_filehandler.rb: implicitly fall back to UTF-8Yusuke Endoh2020-06-181-2/+5
* test/webrick/test_filehandler.rb: remove unused variableYusuke Endoh2020-06-181-1/+1
* test/webrick/test_filehandler.rb: no `.encode("filesystem")` if US-ASCIIYusuke Endoh2020-06-181-2/+7
* test/webrick/test_filehandler.rb: Second try to fix the CI errorYusuke Endoh2020-06-181-1/+2
* Show filesystem encoding in failure messageKazuhiro NISHIYAMA2020-06-171-1/+1
* [ruby/webrick] Fix httpd error in CJK directoryKazuhiro NISHIYAMA2020-06-111-0/+13
* restore server[:DocumentRootOptions] setting.Koichi Sasada2020-02-291-1/+2
* support multi-run test for test/webrick/test_filehandler.rbS-H-GAMELINKS2020-02-131-0/+1
* [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