summaryrefslogtreecommitdiff
path: root/lib/net/ftp.rb
AgeCommit message (Expand)Author
2021-05-12[ruby/net-ftp] Bump version to 0.1.2Shugo Maeda
2021-04-27[ruby/net-ftp] Replace "iff" with "if and only if"Gannon McGibbon
2021-04-27[ruby/net-ftp] Reduce resource cosumption of Net::FTP::TIME_PARSERShugo Maeda
2021-04-27[ruby/net-ftp] Close the passive connection data socket if there is an error ...Jeremy Evans
2021-04-27[ruby/net-ftp] Replace Timeout.timeout with socket timeoutmohamed
2020-12-22Update library versions of the default gems.Hiroshi SHIBATA
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-07-28[ruby/net-ftp] Moved Net::Ftp::Version to Net::FTPNobuyoshi Nakada
2020-07-27Use typewriter notation for var[:sym] correctlyaycabta
2020-05-19Ignore exceptions when closing data connections [Bug #16780]Shugo Maeda
2020-02-21Promote net-ftp to default gemsHiroshi SHIBATA
2020-01-30Unnamed groups are not captured when named groups are usedNobuyoshi Nakada
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-12-17Use while instead of loopKazuhiro NISHIYAMA
2019-12-17ensure to close the data connection [Bug #16413]NARUSE, Yui
2019-10-26Net::FTP: fix formatting problems for #status methodzverok
2019-09-02Add Net::FTP#features and Net::FTP#optionShugo Maeda
2019-08-30Fix keyword argument separation issues in libJeremy Evans
2018-12-31Revert "lib/net/http.rb: use connect_timeout instead of Timeout"glass
2018-12-31lib/net/http.rb: use connect_timeout instead of Timeoutglass
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-08-08net/http, net/ftp: fix session resumption with TLS 1.3rhe
2018-01-06net/ftp: fix FrozenError in BufferedSocketnormal
2017-12-14Fix a command injection vulnerability in Net::FTP.nagachika
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-10-17Fix warning: assigned but unused variablekazu
2017-09-20Prefer adapting specs to complicating library codeeregon
2017-09-20Adapt tools to follow spec/rubyspec => spec/ruby renameeregon
2016-11-29Suppress warnings.shugo
2016-11-29net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo
2016-11-29net/ftp: close the socket directly when an error occurs during TLS handshake.shugo
2016-11-29net/ftp: close the connection if the TLS handshake timeout is exceeded.shugo
2016-11-26net/ftp: support timeout for TLS handshake.shugo
2016-11-23Add CR/LF check to Net::FTP#status.shugo
2016-11-23lib/net/ftp: fix typonormal
2016-11-23Disconnect immediately even if Net::FTP#close is called without quit.shugo
2016-11-23Add a new optinal argument pathname to FTP#stat.shugo
2016-11-22Add BufferedSSLSocket#send.shugo
2016-11-21ftp.rb: fix typo [ci skip]nobu
2016-11-21Add new options open_timeout and read_timeout to Net::FTP.new.shugo
2016-11-21Use dynamic dispatch instead of is_a?.shugo
2016-11-20Remove an unused variable to suppress a warning.shugo
2016-11-20remote_address should be called on @bare_sock.shugo
2016-11-20shutdown(2) should not be called for SSLSocket.shugo
2016-11-19Use Socket instead of TCPSocket/TCPServer.shugo
2016-11-19Expand abbreviated option names.shugo
2016-11-19Shut down TLS connections gracefully.shugo
2016-11-19Remove garbage.shugo
2016-11-19* remove trailing spaces.svn
2016-11-19Support TLS and hash styles options for Net::FTP.new.shugo