aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/ftp
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse2012-04-031-10/+8
* * test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa2012-04-031-0/+1
* Refix of 35206; 0.3 is too small for Ruby's timeout.naruse2012-04-011-3/+3
* ReRefix the test for r35205.naruse2012-04-011-1/+0
* Refix the test for r35205.naruse2012-04-011-5/+4
* Fix the test for r35205.naruse2012-04-011-4/+4
* Client waits only the first line.naruse2012-04-011-1/+1
* * lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse2012-04-011-0/+68
* * lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo2012-03-311-0/+429
* * lib/net/ftp.rb (parse_pasv_port): refactored.shugo2012-03-261-0/+8
* * test/net/ftp/test_ftp.rb: add the test, which was forgotten in theshugo2012-03-261-0/+102