aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick/test_filehandler.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/webrick] Manually pick commit from upstream repoHiroshi SHIBATA2020-09-241-0/+12
* [ruby/webrick] Do not use ensure in a block without beginJeremy Evans2020-09-241-69/+71
* 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
* 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] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option ...Jeremy Evans2019-11-301-1/+1
* [ruby/webrick] after ruby-2.6.0, set Net::HTTP#write_timeoutthekuwayama2019-10-241-1/+1
* test/webrick/test_filehandler.rb: extend the timeout for Solaris CIYusuke Endoh2019-06-061-0/+2
* Use binread because webrick also uses binreadnaruse2018-10-051-2/+2
* 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
* webrick: add test for WEBrick::HTTPServlet::ERBHandlernormal2017-12-221-0/+16
* leakchecker.rb: remove temporary measurenobu2016-01-051-0/+5
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_filehandler.rb: fix UNC path failurenobu2015-07-141-3/+6
* * test/webrick/test_filehandler.rb: on vboxsf (on VirtualBoxko12015-03-061-4/+10
* * test/open-uri: Test server log in server thread.akr2014-11-091-4/+23
* * test/webrick: Fix the argument order of assert_equal.akr2014-11-091-6/+6
* Close FDs.akr2014-05-301-3/+8
* * test/socket/test_addrinfo.rb: remove unused variables.hsbt2014-02-181-2/+0
* test_filehandler.rb: fix for non-NTFSnobu2013-06-211-1/+3
* test_filehandler.rb: reap zombienobu2013-06-211-1/+1
* * test/webrick/test_cgi.rb (TestWEBrickCGI#start_cgi_server): there areusa2011-11-161-1/+1
* * test/webrick/test_cgi.rb (class TestWEBrickCGI): respectkosaki2011-11-121-0/+1
* * test/webrick/test_filehandler.rbusa2011-03-291-1/+4
* * test/webrick/test_filehandler.rb (test_short_filename):arton2011-03-281-2/+6
* Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan2011-01-141-0/+7
* Simple fix for emacs parsing. (emacs doesn't like _heredocs_)ryan2011-01-121-2/+2
* use require_relative.akr2010-02-021-1/+1
* * lib/webrick/httpservlet/filehandler.rb (make_partial_content):nobu2010-01-181-0/+66
* * test/ruby/envutil.rb (EnvUtil#rubybin): fake also rbconfig.nobu2010-01-121-1/+1
* * test/webrick/utils.rb (start_server): provide a reference to log ofmame2008-10-291-31/+31
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-05-181-3/+79
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-03-031-0/+59
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-1/+5
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo2005-01-071-0/+65