aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Avoid use of `self.class.new(self)` in Set#collect!knu2017-10-211-1/+3
* Fix comparison methods of Set to check if `@hash` is actually comparableknu2017-10-211-4/+4
* Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse2017-10-211-0/+10
* less random generations in Random::Formatter#choose.akr2017-10-211-1/+25
* Use a mutex to make SortedSet.setup thread-safeknu2017-10-211-90/+92
* Remove redundant use of module_evalknu2017-10-211-8/+6
* Allow a SortedSet to be frozen and still functional [Bug #12091]knu2017-10-211-0/+5
* SecureRandom.alphanumeric implemented.akr2017-10-211-2/+42
* erb.rb: specify frozen_string_literal: truek0kubun2017-10-211-7/+7
* Use caller with length to reduce unused stringskazu2017-10-215-18/+18
* Removed obsoleted safe level checks on irb.hsbt2017-10-211-3/+0
* Fixed unexpected behavior of `Resolv::MDNS#each_address` when given ".local" ...hsbt2017-10-211-1/+1
* Import ipaddr 1.2.0knu2017-10-212-3/+89
* Fix bug about String#scanf("%a")nobu2017-10-211-3/+3
* Make ACL::ACLEntry not suppress IPAddr::InvalidPrefixErrorknu2017-10-211-0/+7
* lib/open3.rb: accept IO-like object for :stdin_data argument.akr2017-10-211-3/+15
* lib/open-uri.rb: accept :encoding option as well as encoding in mode string.akr2017-10-211-0/+7
* Merge rubygems master(ddbf3203f3857649abe95c73edefc7de7e6ecff4).hsbt2017-10-201-3/+7
* Overwrite destination symlink file if `remove_destination` is set.hsbt2017-10-201-1/+1
* Make Time.parse respect timezone offset secondsnobu2017-10-201-2/+2
* webrick: fix up r60172 and r60210normal2017-10-181-5/+5
* webrick: fix up r60172 and r60208normal2017-10-181-5/+5
* webrick: fix up r60172 and revert r60189normal2017-10-181-9/+6
* tempfile.rb: [DOC] all arguments [ci skip]nobu2017-10-171-1/+2
* Fix warning: assigned but unused variablekazu2017-10-171-2/+2
* Suppress leak of file descriptorsmame2017-10-171-0/+3
* Layout fixes in rdoc of lib/tempfile.rb [ci skip]nobu2017-10-161-2/+2
* webrick: fix up r60172normal2017-10-161-1/+9
* webrick: do not hang acceptor on slow TLS connectionsnormal2017-10-121-10/+24
* Merge rubygems-2.6.14 changes.hsbt2017-10-106-6/+55
* Removed obsoleted test for RubyToken.hsbt2017-10-101-1/+0
* * remove trailing spaces.svn2017-10-101-1/+1
* Merge rdoc-6.0.0.beta3.hsbt2017-10-1015-545/+86
* webrick: avoid needless wakeup from IO.selectnormal2017-10-091-1/+1
* Removed unnecessary json loading.hsbt2017-10-081-10/+0
* Remove unnecessary `require 'thread'`kazu2017-10-0818-24/+0
* * remove trailing spaces, append newline at EOF.svn2017-10-081-2/+2
* Merge rubygems master.hsbt2017-10-0855-583/+1052
* No more ubygems in trunknobu2017-10-061-1/+1
* webrick: avoid unnecessary IO#sync= callnormal2017-10-051-1/+0
* Fixed broken `bundle gem` command.hsbt2017-10-053-2/+2
* Fixed invalid gemspec.hsbt2017-10-051-1/+1
* Followed up [ruby-core:83093]. Update gemspec attributes.hsbt2017-10-051-1/+9
* Use unpack1 instead of unpack and `[0]`kazu2017-09-291-1/+1
* Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse2017-09-281-3/+8
* URI::Generic: Separate no_proxy handlingnaruse2017-09-281-16/+20
* Fix exception class [ci skip]kazu2017-09-271-1/+2
* Make retries for Net::HTTP configurable [Feature #10674]naruse2017-09-261-1/+17
* erb.rb: drop unreachable methodk0kubun2017-09-261-4/+0
* HTTPHeader#add_field should allow binary [Bug #13926]naruse2017-09-251-2/+2