summaryrefslogtreecommitdiff
path: root/lib/bundler/compact_index_client/parser.rb
AgeCommit message (Collapse)Author
2025-04-01Remove compact index response parser from BundlerDavid Rodríguez
It's available in RubyGems since 3.2.3 and we no longer support that old version.
2024-06-20[rubygems/rubygems] Revert to splitting parser due to performance regressionMartin Emde
* The string search parser was more memory efficient but in some cases, much slower. Reverting until a better solution is found. * Handle the situation where the line might be blank (Artifactory bug) https://github.com/rubygems/rubygems/commit/222d38737d
2024-05-31[rubygems/rubygems] String search based parsing of compact index versionsMartin Emde
This significantly reduces memory usage. https://github.com/rubygems/rubygems/commit/8a76506c90
2024-05-25[rubygems/rubygems] Reorganize and refactor CompactIndexClientMartin Emde
https://github.com/rubygems/rubygems/commit/71bcf354f5