aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/ftp
Commit message (Expand)AuthorAgeFilesLines
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-041-15/+15
* Increase read timeout of FTP tests with --jit-waitTakashi Kokubun2020-06-211-1/+13
* Try using longer read_timeout for --jit-waitTakashi Kokubun2020-06-141-7/+4
* Skip test_getbinaryfile_command_injection on --jit-waitTakashi Kokubun2020-06-131-0/+2
* [ruby/net-ftp] Added guard condition for the old ruby versionsHiroshi SHIBATA2020-04-081-2/+2
* [ruby/net-ftp] Guard with under the Ruby 2.6Hiroshi SHIBATA2020-04-081-1/+1
* Ignore test_getbinaryfile for --jit-waitTakashi Kokubun2020-03-251-0/+2
* Skip test_abort_tls with --jit-wait for nowTakashi Kokubun2020-03-121-0/+2
* Add Net::FTP#features and Net::FTP#optionShugo Maeda2019-09-021-0/+96
* Suppress unused variable warningsNobuyoshi Nakada2019-06-301-0/+3
* test_ftp.rb: loosen another timeout requirementk0kubun2018-11-141-2/+2
* test_ftp.rb: loosen timeout for Travis osxk0kubun2018-11-141-4/+4
* test_ftp.rb: extend timeout for --jit-wait testingk0kubun2018-11-081-1/+1
* net/http, net/ftp: skip SSL/TLS session resumption testsrhe2018-08-091-0/+13
* io.c: workaround for EPROTOTYPEnobu2018-04-301-1/+1
* test_ftp.rb: extend read_timeout for --jit-waitk0kubun2018-04-281-1/+1
* net/ftp: fix FrozenError in BufferedSocketnormal2018-01-061-0/+6
* Extend timeout for CI.shugo2017-12-211-2/+2
* Fix a command injection vulnerability in Net::FTP.nagachika2017-12-141-0/+234
* remove unnecessary read_timeout.shugo2017-12-061-7/+0
* Remove unnecessary read_timeout.shugo2017-12-051-5/+1
* skip openssl related tests.ko12017-05-161-0/+4
* Specify the socktype explicitly.shugo2016-12-041-1/+5
* Use 127.0.0.1 if getaddrinfo fails.shugo2016-12-041-1/+2
* Use IPv6 if it's preferred.shugo2016-12-031-106/+85
* Suppress warnings.shugo2016-11-291-8/+8
* Ignore SystemCallError in case it is raised by SSLSocket#accept.shugo2016-11-291-1/+1
* net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo2016-11-291-9/+6
* hide exceptions in server threadusa2016-11-281-5/+8
* Give a chance to complete server.acceptusa2016-11-281-0/+1
* net/ftp: support timeout for TLS handshake.shugo2016-11-261-0/+24
* rescue Errno::EPROTOTYPE in FTPTest#test_list_read_timeout_exceeded.shugo2016-11-231-1/+1
* Add a new optinal argument pathname to FTP#stat.shugo2016-11-231-0/+33
* Add BufferedSSLSocket#send.shugo2016-11-221-0/+53
* Add new options open_timeout and read_timeout to Net::FTP.new.shugo2016-11-211-0/+10
* remote_address should be called on @bare_sock.shugo2016-11-201-1/+1
* Expand abbreviated option names.shugo2016-11-191-4/+4
* Move certificates to test/net/fixtures/.shugo2016-11-191-3/+3
* Support TLS and hash styles options for Net::FTP.new.shugo2016-11-191-0/+456
* ftp.rb: use Addrinfo interfacesshugo2016-11-151-1/+2
* * lib/net/ftp.rb (putline): raise an ArgumentError whenshugo2016-07-051-0/+10
* net/ftp.rb: NullSocket#closed?nobu2016-02-121-0/+8
* * lib/net/ftp.rb (initialize): Connections are in passive mode pershugo2015-11-111-0/+3
* * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr2015-11-102-4/+2
* Add binmode for Tempfile to prevent EOF (0x1A)naruse2015-10-271-0/+1
* * lib/net/ftp.rb (gettextfile, getbinaryfile): use the safeshugo2015-10-231-2/+127
* * test/net/ftp/test_ftp.rb: add tests for getbinaryfile andshugo2015-10-221-0/+159
* * lib/net/ftp.rb (parse257): refactor.shugo2015-10-091-1/+19
* * lib/net/ftp.rb: use frozen_string_literal: true.shugo2015-10-093-3/+12
* * lib/net/ftp.rb (mtime): use usec instead of fractions to parseshugo2015-09-281-0/+11