summaryrefslogtreecommitdiff
path: root/lib/bundler/vendored_persistent.rb
Commit message (Expand)AuthorAgeFilesLines
* Bump net-http-persistent to 3.0.1David Rodríguez2019-07-241-4/+6
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
* Handle missing socket when warning about OpenSSL versionGrey Baker2017-09-051-0/+1
* Update outdated TLS warning to link to new bundler guideseg-warn-old-tlsSamuel Giddins2017-08-121-4/+7
* Use URI#host instead of #hostname for 1.8.7 compatibilitySamuel Giddins2017-08-121-1/+1
* Warn when making an outdated TLS connection to rubygems.orgSamuel Giddins2017-08-121-0/+30
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Vendor net-http-persistent with automatiekseg-vendor-persistentSamuel Giddins2016-11-281-4/+9
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-3/+3
* Require OpenSSL instead of relying on autoload.Andre Arko2014-07-231-0/+8
* NHP has internal SSL autoload nowAndre Arko2013-09-281-10/+3
* don't actually need USE_PERSISTENTAndre Arko2013-03-071-5/+0
* Be sure that correct version of openssl is usedAndreas Loupasakis2013-02-271-1/+1
* work even without OpenSSL, but only for httpAndre Arko2013-02-171-10/+11
* need a subclass error for status_codeAndre Arko2013-01-291-1/+1
* extract OpenSSL loading into vendored_persistentAndre Arko2013-01-291-0/+11
* add vendored_persistentAndre Arko2012-05-271-0/+3