| Age | Commit message (Expand) | Author |
| 2017-12-14 | * test/net/ftp/test_ftp.rb (process_port_or_eprt): merge a part of | usa |
| 2017-12-14 | merge revision(s) 61242: [Backport #14185] | usa |
| 2016-08-15 | merge revision(s) 55579: [Backport #12556] | nagachika |
| 2016-03-29 | merge revision(s) 53810: [Backport #12044] | naruse |
| 2015-11-11 | * lib/net/ftp.rb (initialize): Connections are in passive mode per | shugo |
| 2015-11-10 | * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true". | akr |
| 2015-10-27 | Add binmode for Tempfile to prevent EOF (0x1A) | naruse |
| 2015-10-23 | * lib/net/ftp.rb (gettextfile, getbinaryfile): use the safe | shugo |
| 2015-10-22 | * test/net/ftp/test_ftp.rb: add tests for getbinaryfile and | shugo |
| 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 parse | shugo |
| 2015-09-28 | * lib/net/ftp.rb (mtime): parse decimal fractions of a second as | shugo |
| 2015-09-14 | * lib/net/ftp.rb (parse_mlsx_entry): parse pathnames including | shugo |
| 2015-09-12 | * lib/net/ftp.rb (file?, directory?, appendable?, creatable?, | shugo |
| 2015-09-12 | * lib/net/ftp.rb (FACT_PARSERS): support system dependent facts | shugo |
| 2015-09-12 | * lib/net/ftp.rb (parse_mlsx_entry, mlst) raise an FTPProtoError | shugo |
| 2015-09-12 | * lib/net/ftp.rb (mlst, mlsd): support new commands MLST and MLSD | shugo |
| 2015-09-11 | * lib/net/ftp.rb (size, mdtm, system): parse responses according to | shugo |
| 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 block | shugo |
| 2015-06-27 | * lib/net/ftp.rb (makeport): close the TCPServer | eregon |
| 2015-03-02 | * test/net/ftp/test_ftp.rb (create_ftp_server): set SO_OOBINLINE | ngoto |
| 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 ignore | akr |
| 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-22 | rescue EPIPE raised from conn.print because of client's timeout | naruse |
| 2012-05-21 | * lib/net/ftp.rb (Net::FTP#retrbinary): close only if conn is not nil | naruse |
| 2012-05-21 | Rescue exception from writing to a socket. | naruse |
| 2012-05-21 | * lib/net/ftp.rb (Net::FTP#transfercmd): rescue shutdown. | naruse |
| 2012-05-20 | Shutdown gracefully. | naruse |
| 2012-04-11 | * lib/net/protocol.rb (module Net): Added ReadTimeout to match | drbrain |
| 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 wait | usa |
| 2012-04-01 | Refix of 35206; 0.3 is too small for Ruby's timeout. | naruse |
| 2012-04-01 | ReRefix the test for r35205. | naruse |
| 2012-04-01 | Refix the test for r35205. | naruse |
| 2012-04-01 | Fix the test for r35205. | naruse |
| 2012-04-01 | Client waits only the first line. | naruse |
| 2012-04-01 | * lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @io | naruse |
| 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 the | shugo |