summaryrefslogtreecommitdiff
path: root/lib/net/ftp.rb
AgeCommit message (Expand)Author
2021-07-07Ignore IP addresses in PASV responses by default, and add new option use_pasv_ipYusuke Endoh
2021-06-10merge revision(s) 773c690f2553db31a9cc83a037f5449e0c1ea456:nagachika
2021-06-10merge revision(s) 1b2abb6590a653cb7b31d73c42edbaf2d0617b27:nagachika
2021-06-10merge revision(s) 990baec41174a0b4cf7e285cf3185b4ab444437e:nagachika
2021-06-10merge revision(s) a86c6cb34df0c44973efe6578ba1cd9150af22cf:nagachika
2021-04-29merge revision(s) 4ae27d8075b2d138d13cb2b112f0ee50934b3017,2670509ebba5ba31a5...nagachika
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