summaryrefslogtreecommitdiff
path: root/test/net/ftp
AgeCommit message (Expand)Author
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
2012-04-03* lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse
2012-04-03* test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa
2012-04-01Refix of 35206; 0.3 is too small for Ruby's timeout.naruse
2012-04-01ReRefix the test for r35205.naruse
2012-04-01Refix the test for r35205.naruse
2012-04-01Fix the test for r35205.naruse
2012-04-01Client waits only the first line.naruse
2012-04-01* lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse
2012-03-31* lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo
2012-03-26* lib/net/ftp.rb (parse_pasv_port): refactored.shugo
2012-03-26* test/net/ftp/test_ftp.rb: add the test, which was forgotten in theshugo