summaryrefslogtreecommitdiff
path: root/test/net/ftp
AgeCommit message (Expand)Author
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
2015-06-27* lib/net/ftp.rb (makeport): close the TCPServereregon
2015-03-02* test/net/ftp/test_ftp.rb (create_ftp_server): set SO_OOBINLINEngoto
2015-02-10* lib/net/ftp.rb (chdir, delete, gettextfile, mdtm, mkdir, nlst,shugo
2014-11-10* test/net/ftp/test_ftp.rb (create_ftp_server): Don't ignoreakr
2014-06-17* lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo
2014-02-16* test/net/ftp/test_ftp.rb: remove unused variables.hsbt
2012-05-22rescue EPIPE raised from conn.print because of client's timeoutnaruse
2012-05-21* lib/net/ftp.rb (Net::FTP#retrbinary): close only if conn is not nilnaruse
2012-05-21Rescue exception from writing to a socket.naruse
2012-05-21* lib/net/ftp.rb (Net::FTP#transfercmd): rescue shutdown.naruse
2012-05-20Shutdown gracefully.naruse
2012-04-11* lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain
2012-04-04* lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse