aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* require "irb/output-method" for StdioOutputMethodnobu2016-12-131-0/+1
* Use URI.decode_www_form_component [Bug #10774]naruse2016-12-121-5/+5
* Add missing :nodoc: commentnaruse2016-12-101-2/+2
* ruby-lex.rb: fix for labelnobu2016-12-081-1/+1
* Delay Utils.getservername until needed.shugo2016-12-071-3/+9
* rexml: REXML::Element#[] accepts String or Symbol as attribute namekou2016-12-061-0/+24
* get rid of ambiguous parentheses warningsnobu2016-11-292-6/+6
* get rid of test failures on CI introduced at r56927usa2016-11-291-3/+3
* Suppress warnings.shugo2016-11-291-0/+1
* net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo2016-11-291-2/+14
* net/ftp: close the socket directly when an error occurs during TLS handshake.shugo2016-11-291-1/+1
* net/ftp: close the connection if the TLS handshake timeout is exceeded.shugo2016-11-291-1/+1
* net/ftp: support timeout for TLS handshake.shugo2016-11-261-2/+2
* resolv: use safe navigation operator to avoid extra hash lookupsnormal2016-11-231-3/+1
* webrick/server: use symbol procnormal2016-11-231-1/+1
* Add CR/LF check to Net::FTP#status.shugo2016-11-231-0/+3
* lib/net/ftp: fix typonormal2016-11-231-1/+1
* Disconnect immediately even if Net::FTP#close is called without quit.shugo2016-11-231-0/+16
* Add a new optinal argument pathname to FTP#stat.shugo2016-11-231-4/+6
* Use `&.` instead of `if` and `? :`kazu2016-11-221-2/+2
* Use `&.` and `||=` instead of if guardsnobu2016-11-221-9/+3
* IOError does not happenkazu2016-11-221-6/+1
* Use `&.` instead of modifier ifkazu2016-11-221-1/+1
* Add BufferedSSLSocket#send.shugo2016-11-221-0/+5
* webrick/server: simplify Daemon.startnormal2016-11-221-8/+2
* resolv: use symbol proc when possiblenormal2016-11-211-7/+3
* lib/open3: favor symbol proc when possiblenormal2016-11-211-6/+6
* lib/*: remove closed checksnormal2016-11-2112-27/+23
* ftp.rb: fix typo [ci skip]nobu2016-11-211-1/+1
* Add new options open_timeout and read_timeout to Net::FTP.new.shugo2016-11-211-2/+6
* Use dynamic dispatch instead of is_a?.shugo2016-11-211-14/+16
* net/http: avoid writing/reading from unstarted SSL socketrhe2016-11-211-30/+33
* Remove an unused variable to suppress a warning.shugo2016-11-201-1/+1
* forwardable/impl.rbnobu2016-11-202-15/+30
* remote_address should be called on @bare_sock.shugo2016-11-201-1/+1
* shutdown(2) should not be called for SSLSocket.shugo2016-11-201-4/+6
* Use Socket instead of TCPSocket/TCPServer.shugo2016-11-191-4/+4
* Expand abbreviated option names.shugo2016-11-191-17/+19
* Shut down TLS connections gracefully.shugo2016-11-191-1/+5
* Remove garbage.shugo2016-11-191-2/+1
* * remove trailing spaces.svn2016-11-191-1/+1
* Support TLS and hash styles options for Net::FTP.new.shugo2016-11-191-22/+140
* logger.rb: fix next rotate timenobu2016-11-161-1/+5
* ftp.rb: use Addrinfo interfacesshugo2016-11-151-2/+3
* ftp.rb: use Addrinfonobu2016-11-151-6/+6
* net/ftp.rb: kwargsnobu2016-11-141-3/+1
* net/protocol.rb: kwargsnobu2016-11-145-18/+14
* Enable the document for Kernel[#.]pp.akr2016-11-111-3/+2
* Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda2016-11-081-1/+3
* Fix grammar errorsa_matsuda2016-11-081-12/+12