aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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