summaryrefslogtreecommitdiff
path: root/lib/bundler/fetcher.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | also include host data in the user agentAndre Arko2013-09-281-0/+1
* | add user agent to fetcher requestsAndre Arko2013-09-281-0/+17
|/
* Fixing the way we load the cert and key.Snack Bandit2013-08-271-4/+5
* Initial adding of X.509 client certsSnack Bandit2013-08-271-0/+4
* Allow Basic Auth by a username with no passwordMichael Rykov2013-08-191-1/+1
* Retry requests to dependency API.ascherger2013-08-031-10/+17
* fix basic_auth for net-http-persistentAndre Arko2013-07-311-3/+3
* Move spec cache dir discovery into rubygems_integration.rbMichael Pearson2013-06-111-10/+1
* Prefer file:// gemspecs over cached gemspecsMichael Pearson2013-06-091-6/+5
* Obtain gemspecs from the local system cache if available.Michael Pearson2013-06-091-4/+25
* double-checkAndre Arko2013-03-201-1/+1
* Don't forget basic_auth in non persistent modeJannis Hermanns2013-03-201-0/+1
* simplify NHP checksAndre Arko2013-03-141-2/+2
* Bugfix for https://github.com/carlhuda/bundler/commit/ec49087a5acef97cf4101b8...Daniel Mueller2013-03-141-2/+2
* much more helpful cert explanationAndre Arko2013-03-131-1/+1
* include rubygems.org CA chain, add settingsAndre Arko2013-03-071-1/+19
* extract Fetcher::SSLErrorAndre Arko2013-03-071-6/+10
* don't actually need USE_PERSISTENTAndre Arko2013-03-071-3/+3
* trace fetch errors, don't rescue twice needlesslyAndre Arko2013-03-011-3/+2
* handle more cert validation failuresAndre Arko2013-02-261-2/+6
* Merge v1.2.5Andre Arko2013-02-241-0/+1
|\
| * work even without OpenSSL, but only for httpAndre Arko2013-02-171-7/+27
| * backport CertificateFailureError message fixAndre Arko2013-02-151-5/+27
| * Stop socket from doing a reverse dns lookupJames Tucker2013-02-131-0/+2
| * handle 413 gracefully in verbose modeAndre Arko2013-02-131-4/+9
* | extract ill-formed version handlerAndre Arko2013-02-211-17/+15
* | abstract Marshal.load failuresAndre Arko2013-02-181-5/+8
* | work even without OpenSSL, but only for httpAndre Arko2013-02-171-5/+25
* | wow my idea of exception internals was wrongAndre Arko2013-02-171-15/+19
* | less rescue/try something else crazinessAndre Arko2013-02-131-29/+24
* | handle 413 gracefully in verbose modeAndre Arko2013-02-131-4/+9
* | Stop socket from doing a reverse dns lookupJames Tucker2013-02-131-0/+2
* | Merge branch '1-2-stable'Andre Arko2013-02-121-7/+6
|\ \ | |/
| * Don't carry over the user & pass unless the host is the same.Colin Curtin2013-02-121-2/+4
| * move api error reporting to debugAndre Arko2013-02-121-5/+2
* | parse Rubygems cert failuresAndre Arko2013-02-121-6/+19
* | has_api → use_api, subsume scheme and flag checksAndre Arko2013-02-111-8/+11
* | has_api actually tests for an API nowAndre Arko2013-02-111-3/+11
* | factor out dependency_api_uriAndre Arko2013-02-111-4/+8
* | remove useless beginAndre Arko2013-02-111-6/+3
* | NHP shares connections to a host/port itselfAndre Arko2013-02-111-3/+3
* | inspect should be publicAndre Arko2013-02-111-4/+4
* | improve Fetcher and Index inspectsAndre Arko2013-02-111-0/+4
* | actually apply trust-policy, update specsAndre Arko2013-02-071-1/+1
* | Merge pull request #2293 from CosmicCat/gem-security-policyAndre Arko2013-02-061-1/+1
|\ \
| * | Add gem security policy option to install commandMatthew Phillips2013-01-311-1/+1
* | | @public_uri is much easier to writeAndre Arko2013-02-051-11/+6
* | | rescue Marshal.load ArgumentErrors while fetchingAndre Arko2013-02-051-3/+3
|/ /
* | explain cert validation failure, with adviceAndre Arko2013-01-291-0/+5
* | don't need to require this separatelyAndre Arko2013-01-291-1/+0