aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/ftp
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/net/ftp.rb (mtime): parse decimal fractions of a second asshugo2015-09-281-0/+38
* * lib/net/ftp.rb (parse_mlsx_entry): parse pathnames includingshugo2015-09-141-2/+2
* * lib/net/ftp.rb (file?, directory?, appendable?, creatable?,shugo2015-09-122-1/+97
* * lib/net/ftp.rb (FACT_PARSERS): support system dependent factsshugo2015-09-121-1/+12
* * lib/net/ftp.rb (parse_mlsx_entry, mlst) raise an FTPProtoErrorshugo2015-09-121-0/+25
* * lib/net/ftp.rb (mlst, mlsd): support new commands MLST and MLSDshugo2015-09-121-0/+111
* * lib/net/ftp.rb (size, mdtm, system): parse responses according toshugo2015-09-111-0/+66
* * lib/net/ftp.rb (getmultiline): refactor.shugo2015-09-101-0/+28
* * lib/net/ftp.rb (list): fetch all the lines before yielding a blockshugo2015-09-081-0/+140
* * lib/net/ftp.rb (makeport): close the TCPServereregon2015-06-271-0/+40
* * test/net/ftp/test_ftp.rb (create_ftp_server): set SO_OOBINLINEngoto2015-03-021-4/+5
* * lib/net/ftp.rb (chdir, delete, gettextfile, mdtm, mkdir, nlst,shugo2015-02-101-0/+78
* * test/net/ftp/test_ftp.rb (create_ftp_server): Don't ignoreakr2014-11-101-13/+9
* * lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo2014-06-171-0/+40
* * test/net/ftp/test_ftp.rb: remove unused variables.hsbt2014-02-161-16/+0
* rescue EPIPE raised from conn.print because of client's timeoutnaruse2012-05-221-11/+13
* * lib/net/ftp.rb (Net::FTP#retrbinary): close only if conn is not nilnaruse2012-05-211-0/+189
* Rescue exception from writing to a socket.naruse2012-05-211-1/+1
* * lib/net/ftp.rb (Net::FTP#transfercmd): rescue shutdown.naruse2012-05-211-2/+13
* Shutdown gracefully.naruse2012-05-201-0/+6
* * lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain2012-04-111-3/+3
* * lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse2012-04-041-1/+2