summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2017-09-24Removed ubygems.rb. rubygems.rb is always loaded now.hsbt
2017-09-23Integrate LICENSE file of rubygems to LEGAL.hsbt
2017-09-20Prefer adapting specs to complicating library codeeregon
2017-09-20Adapt tools to follow spec/rubyspec => spec/ruby renameeregon
2017-09-20Add MonitorMinx#mon_locked? and #mon_owned? to check states of objectsshugo
2017-09-19Alias Set#=== to #include?knu
2017-09-19webrick: handle EAGAIN/EWOULDBLOCK on proxy connectionsnormal
2017-09-19Define the MIME type for JSON in WEBrick::HTTPUtils::DefaultMimeTypes.hsbt
2017-09-16fileutils.rb: error at rmdirnobu
2017-09-15To use github url for gemspec.hsbt
2017-09-15Find.find -> Use Dir.children instead of Dir.entriesnaruse
2017-09-15include query parameters in Net::HTTP.postnaruse
2017-09-14lib/webrick/log.rb: sanitize any type of logsmame