summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-10-21Avoid use of `self.class.new(self)` in Set#collect!knu
2017-10-21Fix comparison methods of Set to check if `@hash` is actually comparableknu
2017-10-21Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse
2017-10-21less random generations in Random::Formatter#choose.akr
2017-10-21Use a mutex to make SortedSet.setup thread-safeknu
2017-10-21Remove redundant use of module_evalknu
2017-10-21Allow a SortedSet to be frozen and still functional [Bug #12091]knu
2017-10-21SecureRandom.alphanumeric implemented.akr
2017-10-21erb.rb: specify frozen_string_literal: truek0kubun
2017-10-21Use caller with length to reduce unused stringskazu
2017-10-21Removed obsoleted safe level checks on irb.hsbt
2017-10-21Fixed unexpected behavior of `Resolv::MDNS#each_address` when given ".local" ...hsbt
2017-10-21Import ipaddr 1.2.0knu
2017-10-21Fix bug about String#scanf("%a")nobu
2017-10-21Make ACL::ACLEntry not suppress IPAddr::InvalidPrefixErrorknu
2017-10-21lib/open3.rb: accept IO-like object for :stdin_data argument.akr
2017-10-21lib/open-uri.rb: accept :encoding option as well as encoding in mode string.akr
2017-10-20Merge rubygems master(ddbf3203f3857649abe95c73edefc7de7e6ecff4).hsbt
2017-10-20Overwrite destination symlink file if `remove_destination` is set.hsbt
2017-10-20Make Time.parse respect timezone offset secondsnobu
2017-10-18webrick: fix up r60172 and r60210normal
2017-10-18webrick: fix up r60172 and r60208normal
2017-10-18webrick: fix up r60172 and revert r60189normal
2017-10-17tempfile.rb: [DOC] all arguments [ci skip]nobu
2017-10-17Fix warning: assigned but unused variablekazu
2017-10-17Suppress leak of file descriptorsmame
2017-10-16Layout fixes in rdoc of lib/tempfile.rb [ci skip]nobu
2017-10-16webrick: fix up r60172normal
2017-10-12webrick: do not hang acceptor on slow TLS connectionsnormal
2017-10-10Merge rubygems-2.6.14 changes.hsbt
2017-10-10Removed obsoleted test for RubyToken.hsbt
2017-10-10* remove trailing spaces.svn
2017-10-10Merge rdoc-6.0.0.beta3.hsbt
2017-10-09webrick: avoid needless wakeup from IO.selectnormal
2017-10-08Removed unnecessary json loading.hsbt
2017-10-08Remove unnecessary `require 'thread'`kazu
2017-10-08* remove trailing spaces, append newline at EOF.svn
2017-10-08Merge rubygems master.hsbt
2017-10-06No more ubygems in trunknobu
2017-10-05webrick: avoid unnecessary IO#sync= callnormal
2017-10-05Fixed broken `bundle gem` command.hsbt
2017-10-05Fixed invalid gemspec.hsbt
2017-10-05Followed up [ruby-core:83093]. Update gemspec attributes.hsbt
2017-09-29Use unpack1 instead of unpack and `[0]`kazu
2017-09-28Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse
2017-09-28URI::Generic: Separate no_proxy handlingnaruse
2017-09-27Fix exception class [ci skip]kazu
2017-09-26Make retries for Net::HTTP configurable [Feature #10674]naruse
2017-09-26erb.rb: drop unreachable methodk0kubun
2017-09-25HTTPHeader#add_field should allow binary [Bug #13926]naruse