summaryrefslogtreecommitdiff
path: root/lib/bundler/compact_index_client
Commit message (Expand)AuthorAgeFilesLines
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
* Cleanup more stuff only needed for old rubiesDavid Rodríguez2019-04-081-5/+1
* [CompactIndexClient::Updater] Use filesystem_access when copying filessegiddins/updater-use-more-filesystem-accessSamuel Giddins2018-03-101-1/+3
* handle gzip corruption errors in the compact index clientcolby/client-index-gzip-errorColby Swandale2018-01-191-0/+2
* Avoid activating stdlib digest under Ruby 2.5seg-ruby-2-5-digest-gemSamuel Giddins2017-10-222-4/+2
* Load digest subclasses in a thread-safe mannerseg-digest-loadingSamuel Giddins2017-10-152-3/+3
* keep block syntax so temp dir gets cleaned upAdam Wanninger2017-09-101-53/+48
* handle Dir.mktmpdir failure outside of filesystem_access blockAdam Wanninger2017-08-271-45/+53
* bundler already does validations on $HOMEAdam Wanninger2017-08-271-12/+0
* ensure $HOME and Dir.tmpdir are writableAdam Wanninger2017-08-271-41/+55
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-162-0/+2
* Auto merge of #5826 - greysteil:handle-invalid-range-errors, r=indirectThe Bundler Bot2017-07-081-3/+21
|\
| * Avoid Range Not Satisfiable errors during normal request flowGrey Baker2017-07-041-3/+21
* | Vendor fileutils since it is now a gemSamuel Giddins2017-06-281-2/+2
|/
* Updater.rb: Avoid using String method on nilOlle Jonsson2017-02-221-1/+1
* unless var.nil? → if varAndre Arko2016-10-071-2/+2
* use /tmp for mktmpdirAndre Arko2016-10-031-1/+1
* Use filesystem_access in the compact indexseg-unvendor-compact-index-clientSamuel Giddins2016-09-232-5/+15
* Un-vendor the compact index clientSamuel Giddins2016-09-212-0/+197