summaryrefslogtreecommitdiff
path: root/lib/rubygems/remote_fetcher.rb
AgeCommit message (Expand)Author
2024-02-26[rubygems/rubygems] Rename wrapper files for vendored libraries with 'vendore...Hiroshi SHIBATA
2024-01-29Vendor uri gem in RubyGemsDavid Rodríguez
2023-12-13[rubygems/rubygems] Vendor timeout in RubyGems tooDavid Rodríguez
2023-12-13[rubygems/rubygems] Vendor net-http and net-protocol in RubyGemsDavid Rodríguez
2023-12-08[rubygems/rubygems] Revert "Merge pull request #7148 from Paul-Bob/improvemen...David Rodríguez
2023-11-14[rubygems/rubygems] improvement: include response body on fetch_http errorPaul Bob
2023-04-04[rubygems/rubygems] util/rubocop -A --only Performance/RegexpMatchHiroshi SHIBATA
2023-03-23util/rubocop -A --only Layout/EmptyLineAfterMagicCommentHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/RedundantSelfHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/SymbolProcHiroshi SHIBATA
2023-03-17util/rubocop -A --only Performance/CasecmpHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/RescueStandardErrorHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/RescueModifierHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/RedundantParenthesesHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/CommentAnnotationHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/AliasHiroshi SHIBATA
2022-08-09Merge rubygems/bundler HEAD.Hiroshi SHIBATA
2022-07-22RubyGems: Enable Style/StringLiterals copTakuya Noguchi
2022-01-19[rubygems/rubygems] Normalize end alignment style with BundlerDavid Rodríguez
2021-10-11[ruby/rubygems] Prefer `require_relative` for internal requiresDavid Rodriguez
2021-08-31[rubygems/rubygems] Merge `Gem::UriParser` and `Gem::PrintableUri` into a `Ge...David Rodríguez
2021-08-31[rubygems/rubygems] Bring back the empty line that was removed previously by ...Daniel Niknam
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError.build` back to i...Daniel Niknam
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError` initializer to ...Daniel Niknam
2021-08-31[rubygems/rubygems] Prefer `require_relative` to `require` for internal requiresDavid Rodríguez
2021-07-27[rubygems/rubygems] Rubygems doesn't need to load the `resolv` libraryDavid Rodríguez
2021-07-07Sync RubyGems and Bundler with upstreamHiroshi SHIBATA
2021-04-15Merge the master branch of RubyGemsHiroshi SHIBATA
2021-03-08Sync latest development version of bundler & rubygemsDavid Rodríguez
2021-01-04Track RubyGems master(3.3.0.dev) branch at 55634a8af18a52df86c4275d70fa117911...Hiroshi SHIBATA
2020-12-23Merge RubyGems 3.2.3 and Bundler 2.2.3Hiroshi SHIBATA
2020-12-08Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA
2020-09-28[rubygems/rubygems] Add writable check for cache dirxndcn
2020-09-23Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA
2020-09-23Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA
2020-07-31[rubygems/rubygems] Remove fileutils autoloadDavid Rodríguez
2020-07-31Enforce no empty lines around class body in rubygemsDavid Rodríguez
2020-06-15Use space inside block braces everywhereDavid Rodríguez
2020-06-05[rubygems/rubygems] Prefer start_with? and end_with? over regex.Olle Jonsson
2020-03-30[rubygems/rubygems] Enable `Style/ExtraSpacing` and auto-correctDavid Rodríguez
2020-02-01Merge the current master branch of rubygems/rubygems.Hiroshi SHIBATA
2019-12-13Prepare to release RubyGems 3.1.0 final version.Hiroshi SHIBATA
2019-07-31[rubygems/rubygems] Enable `Layout/AlignArray` copDavid Rodríguez
2019-07-31[rubygems/rubygems] Deprecate Gem::RemoteFetcher#fetch_sizebronzdoc
2019-07-31[rubygems/rubygems] Extracting sign_s3_url & s3_source_auth into a separate S...Alexander Pakulov
2019-07-31[rubygems/rubygems] Addressing PR commentsAlexander Pakulov
2019-07-31[rubygems/rubygems] Upgrading S3 source signature to AWS SigV4Alexander Pakulov
2019-06-01Merge rubygems master from upstream.Hiroshi SHIBATA
2019-02-14Merge RubyGems master@9be7858f7f17eae3058204f3c03e4b798ba18b9chsbt
2018-12-14fix r66163naruse