summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-12-08ruby-lex.rb: fix for labelnobu
2016-12-07Delay Utils.getservername until needed.shugo
2016-12-06rexml: REXML::Element#[] accepts String or Symbol as attribute namekou
2016-11-29get rid of ambiguous parentheses warningsnobu
2016-11-29get rid of test failures on CI introduced at r56927usa
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-23resolv: use safe navigation operator to avoid extra hash lookupsnormal
2016-11-23webrick/server: use symbol procnormal
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-22Use `&.` instead of `if` and `? :`kazu
2016-11-22Use `&.` and `||=` instead of if guardsnobu
2016-11-22IOError does not happenkazu
2016-11-22Use `&.` instead of modifier ifkazu
2016-11-22Add BufferedSSLSocket#send.shugo
2016-11-22webrick/server: simplify Daemon.startnormal
2016-11-21resolv: use symbol proc when possiblenormal
2016-11-21lib/open3: favor symbol proc when possiblenormal
2016-11-21lib/*: remove closed checksnormal
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-21net/http: avoid writing/reading from unstarted SSL socketrhe
2016-11-20Remove an unused variable to suppress a warning.shugo
2016-11-20forwardable/impl.rbnobu
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
2016-11-16logger.rb: fix next rotate timenobu
2016-11-15ftp.rb: use Addrinfo interfacesshugo
2016-11-15ftp.rb: use Addrinfonobu
2016-11-14net/ftp.rb: kwargsnobu
2016-11-14net/protocol.rb: kwargsnobu
2016-11-11Enable the document for Kernel[#.]pp.akr
2016-11-08Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda
2016-11-08Fix grammar errorsa_matsuda
2016-11-08Update comment about default constanta_matsuda
2016-11-06irb.rb: Binding#irbnobu
2016-11-06irb.rb: IRB::Irb#runnobu