summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Version 1.4.0.rc.1 with changelogv1.4.0.rc.1Andre Arko2013-09-291-1/+1
* NHP has internal SSL autoload nowAndre Arko2013-09-281-10/+3
* 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
* on JRuby, RbConfig::CONFIG["host"] doesn't existAndre Arko2013-09-281-1/+5
* also include host data in the user agentAndre Arko2013-09-281-0/+1
* add user agent to fetcher requestsAndre Arko2013-09-281-0/+17
* include the unknown engine's nameAndre Arko2013-09-281-1/+1
* add Bundler::RubyVersion#hostAndre Arko2013-09-281-0/+4
* extract into Bundler.ruby_versionAndre Arko2013-09-283-4/+7
* Retry git commandsschneems2013-09-284-35/+57
* Retry fetch specs with `--retry`schneems2013-09-284-4/+63
* don't use global definition in standalone genCharles Lowell2013-09-271-3/+3
* Merge pull request #2611 from mcfiredrill/jruby18and19André Arko2013-09-262-0/+10
|\
| * add jruby_18 and jruby_19 to platformsTony Miller2013-08-242-0/+10
* | adding platform support for ruby 2.1Brandon Black2013-09-242-2/+25
* | Stop threads before killing the workerfix-worker-cleanup-errorHemant Kumar2013-09-241-1/+1
* | Print a better error when git is not installed.joyicecloud2013-09-112-0/+6
* | gemspec template: clarify summary vs description.Henrik Nyh2013-09-111-2/+2
* | no need to insert a dep in seen list if its already there, no need to double ...Sam2013-09-091-2/+5
* | Merge pull request #2629 from steved555/masterAndre Arko2013-09-061-0/+7
|\ \
| * | add some documentation, warn if passing --keep-file-descriptors on < 2.0Steven Davidovitz2013-09-061-5/+5
| * | Exec: add option for ruby 1.9 FD behavior for 2.0Steven Davidovitz2013-09-051-0/+7
* | | don't require what we don't useAndre Arko2013-09-061-2/+0
* | | only invalid gemnameJen Diamond2013-09-061-2/+5
|/ /
* | require stuff we useAndre Arko2013-09-031-0/+1
* | Bring in fix introduced in PR#2622fix-thread-safety-parallel-installHemant Kumar2013-09-031-1/+1
* | Handle unhandled exceptions for thread workers and enque a wrapped exceptionHemant Kumar2013-09-031-1/+5
* | Errno::EPIPE has to be handled so as Thor::Base.start doesn't issue exit(0)Hemant Kumar2013-09-031-1/+1
* | Remove abort on exceptionHemant Kumar2013-09-032-2/+0
* | make symbol/string consistent for optsAndre Arko2013-09-021-5/+4
* | store parallel install count in settingsAndre Arko2013-09-022-1/+2
* | extract Bundler.locked_gemsAndre Arko2013-08-312-2/+8
* | Simple check const existsanemat2013-08-311-5/+1
* | Guard from load error 'capistrano/version'sanemat2013-08-311-2/+5
* | Require version file for checking capistrano versionsanemat2013-08-301-0/+1
* | Merge pull request #2612 from snackbandit/509André Arko2013-08-291-0/+5
|\ \
| * | 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
* | | Version 1.4.0.pre.2 changelogv1.4.0.pre.2Terence Lee2013-08-271-1/+1
* | | show which worker the install came from in DEBUG modeTerence Lee2013-08-272-7/+7
* | | move ui messaging out of sourcesTerence Lee2013-08-274-13/+15
* | | don't print "Installed" messagingTerence Lee2013-08-271-1/+0