summaryrefslogtreecommitdiff
path: root/test/net/ftp
AgeCommit message (Expand)Author
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
2016-07-05* lib/net/ftp.rb (putline): raise an ArgumentError whenshugo
2016-02-12net/ftp.rb: NullSocket#closed?nobu
2015-11-11* lib/net/ftp.rb (initialize): Connections are in passive mode pershugo
2015-11-10* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr
2015-10-27Add binmode for Tempfile to prevent EOF (0x1A)naruse
2015-10-23* lib/net/ftp.rb (gettextfile, getbinaryfile): use the safeshugo
2015-10-22* test/net/ftp/test_ftp.rb: add tests for getbinaryfile andshugo
2015-10-09* lib/net/ftp.rb (parse257): refactor.shugo
2015-10-09* lib/net/ftp.rb: use frozen_string_literal: true.shugo
2015-09-28* lib/net/ftp.rb (mtime): use usec instead of fractions to parseshugo
2015-09-28* lib/net/ftp.rb (mtime): parse decimal fractions of a second asshugo
2015-09-14* lib/net/ftp.rb (parse_mlsx_entry): parse pathnames includingshugo
2015-09-12* lib/net/ftp.rb (file?, directory?, appendable?, creatable?,shugo
2015-09-12* lib/net/ftp.rb (FACT_PARSERS): support system dependent factsshugo
2015-09-12* lib/net/ftp.rb (parse_mlsx_entry, mlst) raise an FTPProtoErrorshugo
2015-09-12* lib/net/ftp.rb (mlst, mlsd): support new commands MLST and MLSDshugo
2015-09-11* lib/net/ftp.rb (size, mdtm, system): parse responses according toshugo
2015-09-10* lib/net/ftp.rb (getmultiline): refactor.shugo
2015-09-08* lib/net/ftp.rb (list): fetch all the lines before yielding a blockshugo