summaryrefslogtreecommitdiff
path: root/test/net/ftp
AgeCommit message (Expand)Author
2021-05-27Promote net-ftp to the bundled gemsHiroshi SHIBATA
2021-05-05test/net/ftp/test_ftp.rb - fix intermittent MinGW failureMSP-Greg
2021-04-28test/net/ftp/test_ftp.rb: Use RubyVM::JIT instead of RubyVM::MJITYusuke Endoh
2021-04-28test/net/ftp/test_ftp.rb: reduce the size of a long responseYusuke Endoh
2021-04-28test/net/ftp/test_ftp.rb: remove unused variableYusuke Endoh
2021-04-27[ruby/net-ftp] Add test casesShugo Maeda
2021-04-27[ruby/net-ftp] Reduce resource cosumption of Net::FTP::TIME_PARSERShugo Maeda
2021-04-27[ruby/net-ftp] Close the passive connection data socket if there is an error ...Jeremy Evans
2021-04-27[ruby/net-ftp] Re-apply 827e471d438fdec1ae329afb5912b8e06d534823Hiroshi SHIBATA
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2020-12-04Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze
2020-06-21Increase read timeout of FTP tests with --jit-waitTakashi Kokubun
2020-06-14Try using longer read_timeout for --jit-waitTakashi Kokubun
2020-06-13Skip test_getbinaryfile_command_injection on --jit-waitTakashi Kokubun
2020-04-08[ruby/net-ftp] Added guard condition for the old ruby versionsHiroshi SHIBATA
2020-04-08[ruby/net-ftp] Guard with under the Ruby 2.6Hiroshi SHIBATA
2020-03-25Ignore test_getbinaryfile for --jit-waitTakashi Kokubun
2020-03-12Skip test_abort_tls with --jit-wait for nowTakashi Kokubun
2019-09-02Add Net::FTP#features and Net::FTP#optionShugo Maeda
2019-06-30Suppress unused variable warningsNobuyoshi Nakada
2018-11-14test_ftp.rb: loosen another timeout requirementk0kubun
2018-11-14test_ftp.rb: loosen timeout for Travis osxk0kubun
2018-11-08test_ftp.rb: extend timeout for --jit-wait testingk0kubun
2018-08-09net/http, net/ftp: skip SSL/TLS session resumption testsrhe
2018-04-30io.c: workaround for EPROTOTYPEnobu
2018-04-28test_ftp.rb: extend read_timeout for --jit-waitk0kubun
2018-01-06net/ftp: fix FrozenError in BufferedSocketnormal
2017-12-21Extend timeout for CI.shugo
2017-12-14Fix a command injection vulnerability in Net::FTP.nagachika
2017-12-06remove unnecessary read_timeout.shugo
2017-12-05Remove unnecessary read_timeout.shugo
2017-05-16skip openssl related tests.ko1
2016-12-04Specify the socktype explicitly.shugo
2016-12-04Use 127.0.0.1 if getaddrinfo fails.shugo
2016-12-03Use IPv6 if it's preferred.shugo
2016-11-29Suppress warnings.shugo
2016-11-29Ignore SystemCallError in case it is raised by SSLSocket#accept.shugo
2016-11-29net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo
2016-11-28hide exceptions in server threadusa
2016-11-28Give a chance to complete server.acceptusa
2016-11-26net/ftp: support timeout for TLS handshake.shugo
2016-11-23rescue Errno::EPROTOTYPE in FTPTest#test_list_read_timeout_exceeded.shugo
2016-11-23Add a new optinal argument pathname to FTP#stat.shugo
2016-11-22Add BufferedSSLSocket#send.shugo
2016-11-21Add new options open_timeout and read_timeout to Net::FTP.new.shugo
2016-11-20remote_address should be called on @bare_sock.shugo
2016-11-19Expand abbreviated option names.shugo
2016-11-19Move certificates to test/net/fixtures/.shugo
2016-11-19Support TLS and hash styles options for Net::FTP.new.shugo
2016-11-15ftp.rb: use Addrinfo interfacesshugo