summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2 hours[ruby/rubygems] Update the versions file before fetching infos in parallelHiroshi SHIBATA
2 hours[ruby/rubygems] Scope the default gem check to RubyGems sourcesHiroshi SHIBATA
2 hours[ruby/rubygems] Synchronize remote_specs memoizationHiroshi SHIBATA
2 hours[ruby/rubygems] Fetch a single name when caching built-in gemsHiroshi SHIBATA
2 hours[ruby/rubygems] Keep resolution memory when installing default gemsHiroshi SHIBATA
2 hours[ruby/rubygems] Drop explicit GC.start when releasing resolution memoryHiroshi SHIBATA
2 hours[ruby/rubygems] Release resolution memory before installing gemsHiroshi SHIBATA
2 hours[ruby/rubygems] Intern link elements in SafeMarshal readerHiroshi SHIBATA
5 hours[ruby/rubygems] Strip comment-only mapping values in Gem::YAMLSerializerHiroshi SHIBATA
5 hours[ruby/rubygems] Escape control characters in Gem::YAMLSerializer quoted stringsHiroshi SHIBATA
5 hours[ruby/rubygems] Fix Gem::YAMLSerializer roundtrip of quoted metadata keys and...Hiroshi SHIBATA
21 hours[ruby/rubygems] Document single-thread assumption of @gemfile_parseHiroshi SHIBATA
21 hours[ruby/rubygems] Validate only explicitly requested gems against the lockfileHiroshi SHIBATA
21 hours[ruby/rubygems] Fix bundle update not updating pluginsHiroshi SHIBATA
21 hours[ruby/rubygems] Don't register plugin dependencies as pluginsHiroshi SHIBATA
21 hours[ruby/rubygems] Rename Plugin::DummySource to UnloadedSourceHiroshi SHIBATA
21 hours[ruby/rubygems] Remove plugins_in_lockfile settingHiroshi SHIBATA
21 hours[ruby/rubygems] Use Index#up_to_date? to skip already-registered pluginsHiroshi SHIBATA
21 hours[ruby/rubygems] remove validate_plugins!Cody Cutrer
21 hours[ruby/rubygems] Change how plugin deps are identifiedCody Cutrer
21 hours[ruby/rubygems] Fix plugin dep handlingCody Cutrer
21 hours[ruby/rubygems] Fix plugin installation from gemfileCody Cutrer
25 hours[ruby/rubygems] Set `Bundler.settings[:ssl_ca_cert]` to download gemsJun Aruga
28 hours[ruby/rubygems] Forward security policy to old-format gemsHiroshi SHIBATA
35 hours[DOC] Reenable docs for `MakeMakefile#have_const` (#17254)Alexander Momchilov
46 hours[ruby/net-http] Limit the total size of response headersHiroshi SHIBATA
46 hours[ruby/net-http] Validate header key and field value length in set_fieldHiroshi SHIBATA
2 days[ruby/net-http] Reject CR/LF in multipart boundaryHiroshi SHIBATA
2 days[ruby/net-http] Coerce multipart content type to a string before validatingHiroshi SHIBATA
2 days[ruby/net-http] Reject CR/LF in multipart field name, filename, and content typeHiroshi SHIBATA
2 days[ruby/net-http] Validate Content-Type value set by set_content_typeHiroshi SHIBATA
2 days[ruby/net-http] Reject control characters and colon in header field namesHiroshi SHIBATA
4 days[ruby/rubygems] Preserve per-source cooldown when converging sources from the...Bryan Woods
7 days[ruby/rubygems] Keep the locked version eligible when it falls inside the coo...Hiroshi SHIBATA
7 days[ruby/rubygems] Reject non-String executables and bindir with a clear errorHiroshi SHIBATA
7 days[ruby/rubygems] Escape executable name when generating the wrapper scriptHiroshi SHIBATA
7 days[ruby/rubygems] Validate spec.bindir in Gem::Installer#verify_specHiroshi SHIBATA
7 days[ruby/rubygems] Validate spec.executables in Gem::Installer#verify_specHiroshi SHIBATA
7 days[ruby/rubygems] Coerce the post-install message to a String before sanitizingHiroshi SHIBATA
7 days[ruby/rubygems] Clarify the C1 comment and strengthen the multibyte testHiroshi SHIBATA
7 days[ruby/rubygems] Clean control characters from the post-install messageHiroshi SHIBATA
7 days[ruby/rubygems] Strip C1 control characters in Gem::Text#clean_textHiroshi SHIBATA
8 days[ruby/rubygems] Remove external tool version checks from `bundle env`Hiroshi SHIBATA
9 days[DOC] Harmonize find methods (#17150)Burdette Lamar
9 days[ruby/rubygems] Keep the parse_dependency override private and testableHiroshi SHIBATA
9 days[ruby/rubygems] Split compact index entries on the first colon on older RubyGemsHiroshi SHIBATA
10 days[ruby/rubygems] Include the missing dependency's version in resolver errors &...Colby Swandale
10 days[ruby/rubygems] Prefer the earlier source for same-version dependency tiesColby Swandale
10 days[ruby/rubygems] Remove dangling resolver stats call from --explain pathColby Swandale
10 days[ruby/rubygems] Fix resolver eliminating all gem versions on a missing depend...Colby Swandale