summaryrefslogtreecommitdiff
path: root/lib/bundler/fetcher.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "use gemfile over settings (not tested yet)"v1.7.12Andre Arko2015-01-121-3/+1
* use gemfile over settings (not tested yet)Andre Arko2015-01-091-1/+3
* Always use configured source credentials.Tim Moore2015-01-081-41/+38
* Revert "Merge pull request #3262 from arronmabrey/use_api_auth-1-7-stable"Tim Moore2015-01-081-1/+1
* Strip credentials from ambiguous source warnings.Tim Moore2014-12-021-4/+4
* raise AuthenticationRequiredError on Net::HTTPForbiddenArron Mabrey2014-11-191-1/+1
* Use HTTP auth when checking for presence of APIFredrik Valeur2014-09-261-2/+11
* Where did that space come fromAndre Arko2014-08-161-1/+1
* move all Rubygems source ensures into fetcherAndre Arko2014-08-161-0/+3
* refactor fetcher URI to reduce parsingAndre Arko2014-08-161-14/+14
* Restore original Rubygems sources after fetching.Andre Arko2014-07-301-1/+4
* Create persistent connection on Fetcher init.Andre Arko2014-07-231-0/+1
* mild Fetcher#initialize cleanupAndre Arko2014-07-231-7/+3
* Trace HTTP errors in verbose modeAndre Arko2014-07-231-1/+2
* Print all HTTP responses to verbose outputAndre Arko2014-07-231-2/+2
* make verbose GET requests easier to readAndre Arko2014-07-231-1/+1
* Update OpenSSL check for new Net::HTTP::PersistentAndre Arko2014-07-231-1/+1
* fix ivar warningAndre Arko2014-07-221-22/+21
* per-gem tmp, copy EVERYTHING rubygems installedAndre Arko2014-03-311-2/+2
* Redirect to bundler.rubygems.org if the host is rubygems.orgSmit Shah2014-03-041-1/+15
* remove unused variablesSHIBATA Hiroshi2014-02-091-4/+3
* Merge pull request #2826 from punkle/escapecharsAndré Arko2014-01-261-1/+6
|\
| * use CGI. rather than CGI:: in fetcherBrian Fletcher2014-01-251-2/+2
| * support escaped characters in user and pass in urlBrian Fletcher2014-01-171-1/+6
* | Oops, left a debugging statement in.Ash Wilson2014-01-171-1/+0
* | Intercept 401s or 403s for other requests.Ash Wilson2014-01-171-1/+3
* | Refactor auth retry into its own method.Ash Wilson2014-01-171-12/+18
* | Extract a variable for "exceptions to not retry."Ash Wilson2014-01-171-1/+5
* | Raise better exceptions if authentication fails.Ash Wilson2014-01-171-3/+23
* | Initial implementation.Ash Wilson2014-01-171-1/+11
|/
* Merge tag 'v1.5.2' into 'master'Andre Arko2014-01-101-12/+13
* inline the one use of Fetcher.fetchAndre Arko2013-10-191-8/+0
* move RubygemsMirror.to_uri to Source.mirror_forAndre Arko2013-10-171-2/+1
* Merge pull request #2650 from joyicecloud/gem-mirrorAndre Arko2013-10-171-2/+4
|\
| * Change code to print the mirror sourcejoyicecloud2013-09-261-2/+1
| * add mirror support. each uri to a repository can be replaced by anKristian Meier2013-09-261-0/+3
* | move messaging into fetcher orchestration codeAndre Arko2013-10-031-4/+0
* | replace @public_uri with uriAndre Arko2013-10-031-6/+10
* | remove @@spec_fetch_mapAndre Arko2013-10-031-6/+3
* | retry without exposing the URL passwordAndre Arko2013-10-031-4/+4
* | retry only network requestsAndre Arko2013-10-031-19/+10
* | thank god for specsAndre Arko2013-09-281-1/+1
* | :frowning: actually working connectionsAndre Arko2013-09-281-29/+29
* | NHP handles no SSL nowAndre Arko2013-09-281-7/+3
* | just send the command name in the user agentAndre Arko2013-09-281-1/+1
* | Add command to user agent for fetcher requestsjoyicecloud2013-09-281-0/+2
* | random id to correlate requests in one runAndre Arko2013-09-281-1/+3
* | set user agent without "Ruby, "Andre Arko2013-09-281-18/+28
* | init the connection onceAndre Arko2013-09-281-0/+2
* | default requests have "Ruby" in the user-agentAndre Arko2013-09-281-0/+1