Age | Commit message (Expand) | Author |
---|
2020-12-22 | Update library versions of the default gems. | Hiroshi SHIBATA |
2020-10-27 | Separate `send` into `public_send` and `__send__` | Nobuyoshi Nakada |
2020-07-28 | [ruby/net-ftp] Moved Net::Ftp::Version to Net::FTP | Nobuyoshi Nakada |
2020-07-27 | Use typewriter notation for var[:sym] correctly | aycabta |
2020-05-19 | Ignore exceptions when closing data connections [Bug #16780] | Shugo Maeda |
2020-02-21 | Promote net-ftp to default gems | Hiroshi SHIBATA |
2020-01-30 | Unnamed groups are not captured when named groups are used | Nobuyoshi Nakada |
2019-12-20 | Fixed misspellings | Nobuyoshi Nakada |
2019-12-17 | Use while instead of loop | Kazuhiro NISHIYAMA |
2019-12-17 | ensure to close the data connection [Bug #16413] | NARUSE, Yui |
2019-10-26 | Net::FTP: fix formatting problems for #status method | zverok |
2019-09-02 | Add Net::FTP#features and Net::FTP#option | Shugo Maeda |
2019-08-30 | Fix keyword argument separation issues in lib | Jeremy Evans |
2018-12-31 | Revert "lib/net/http.rb: use connect_timeout instead of Timeout" | glass |
2018-12-31 | lib/net/http.rb: use connect_timeout instead of Timeout | glass |
2018-11-02 | lib/*: Prefer require_relative over require. | marcandre |
2018-08-08 | net/http, net/ftp: fix session resumption with TLS 1.3 | rhe |
2018-01-06 | net/ftp: fix FrozenError in BufferedSocket | normal |
2017-12-14 | Fix a command injection vulnerability in Net::FTP. | nagachika |
2017-12-12 | Add uplevel keyword to Kernel#warn and use it | shyouhei |
2017-10-17 | Fix warning: assigned but unused variable | kazu |
2017-09-20 | Prefer adapting specs to complicating library code | eregon |
2017-09-20 | Adapt tools to follow spec/rubyspec => spec/ruby rename | eregon |
2016-11-29 | Suppress warnings. | shugo |
2016-11-29 | net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new. | shugo |
2016-11-29 | net/ftp: close the socket directly when an error occurs during TLS handshake. | shugo |
2016-11-29 | net/ftp: close the connection if the TLS handshake timeout is exceeded. | shugo |
2016-11-26 | net/ftp: support timeout for TLS handshake. | shugo |
2016-11-23 | Add CR/LF check to Net::FTP#status. | shugo |
2016-11-23 | lib/net/ftp: fix typo | normal |
2016-11-23 | Disconnect immediately even if Net::FTP#close is called without quit. | shugo |
2016-11-23 | Add a new optinal argument pathname to FTP#stat. | shugo |
2016-11-22 | Add BufferedSSLSocket#send. | shugo |
2016-11-21 | ftp.rb: fix typo [ci skip] | nobu |
2016-11-21 | Add new options open_timeout and read_timeout to Net::FTP.new. | shugo |
2016-11-21 | Use dynamic dis instead of is_a?. | shugo |
2016-11-20 | Remove an unused variable to suppress a warning. | shugo |
2016-11-20 | remote_address should be called on @bare_sock. | shugo |
2016-11-20 | shutdown(2) should not be called for SSLSocket. | shugo |
2016-11-19 | Use Socket instead of TCPSocket/TCPServer. | shugo |
2016-11-19 | Expand abbreviated option names. | shugo |
2016-11-19 | Shut down TLS connections gracefully. | shugo |
2016-11-19 | Remove garbage. | shugo |
2016-11-19 | * remove trailing spaces. | svn |
2016-11-19 | Support TLS and hash styles options for Net::FTP.new. | shugo |
2016-11-15 | ftp.rb: use Addrinfo interfaces | shugo |
2016-11-15 | ftp.rb: use Addrinfo | nobu |
2016-11-14 | net/ftp.rb: kwargs | nobu |
2016-11-14 | net/protocol.rb: kwargs | nobu |
2016-07-05 | * lib/net/ftp.rb (putline): raise an ArgumentError when | shugo |