aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/fileutils.rb: Specify frozen_string_literal: true.kazu2017-01-071-5/+5
* prelude.rb: Binding#irb [ci skip]nobu2017-01-061-0/+1
* lib/delegate.rb: Specify frozen_string_literal: true.kazu2017-01-061-1/+1
* lib/debug.rb: Specify frozen_string_literal: true.kazu2017-01-051-1/+1
* lib/cmath.rb: Specify frozen_string_literal: true.kazu2017-01-041-1/+1
* forwardable.rb: fix branchesnobu2017-01-031-2/+2
* forwardable.rb: use defined?nobu2017-01-031-12/+14
* forwardable.rb: use defined?nobu2017-01-031-3/+3
* lib/benchmark.rb: Specify frozen_string_literal: true.kazu2017-01-031-1/+1
* lib/English.rb: Specify frozen_string_literal: true.kazu2017-01-021-1/+1
* 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