summaryrefslogtreecommitdiff
path: root/lib/bundler/mirror.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix some rescue calls that do not specifiy error type.utilum2018-03-171-2/+2
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* [Mirror] Properly handle casing of file URIsseg-mirror-file-uri-caseSamuel Giddins2017-05-091-2/+3
* [Settings] Allow configuring a mirror fallback timeout without a trailing slashseg-config-mirror-fallback-timeoutSamuel Giddins2017-04-241-4/+5
* Require socket in the file that needs itRafael Mendonça França2017-03-231-0/+2
* doesn't only normalize http URIsMichael Peters2016-08-101-1/+1
* doesn't change the way existing source URLs are validatedMichael Peters2016-08-091-3/+2
* enables BUNDLE_MIRROR__HOSTNAME environment variablesMichael Peters2016-08-041-1/+2
* [RuboCop] Update to 0.38.0seg-rubocop-0.38Samuel Giddins2016-03-091-3/+3
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Fix returning case-sensitive mirror URIs in Ruby 2.3seg-ruby-3-fix-mirror-configSamuel Giddins2016-01-061-1/+1
* Use Errno::EINPROGRESS instead of IO::WaitWritable for ruby 1.8.7 compatibilityPablo Carranza2015-12-271-1/+1
* Turn normalize uri back into a module methodPablo Carranza2015-12-271-3/+3
* Add YARD documentation for new mirror classes.Pablo Carranza2015-12-271-2/+31
* Add support for multiple mirror addressesPablo Carranza2015-12-271-14/+23
* Fix rubocop complainsPablo Carranza2015-12-271-20/+16
* Add TCP Mirror probe object to verify that the mirror is reachablePablo Carranza2015-12-271-6/+58
* Add logic for selecting and validating mirrors if needed.Pablo Carranza2015-12-271-55/+22
* WIP - mirror is picked depending on the probing working or not, all has prece...Pablo Carranza2015-12-271-17/+63
* WIP - Setting up mirror probe with fallbackPablo Carranza2015-12-271-7/+31
* Improved mirror config parsing with support for all and fallback_timeoutPablo Carranza2015-12-271-14/+88
* Add mirrors class to simplify config parsing and collectingPablo Carranza2015-12-271-0/+15
* WIP - it can parse the keys correctlyPablo Carranza2015-12-271-0/+5