summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* random id to correlate requests in one runuser_agent2Andre Arko2013-09-261-1/+3
* set user agent without "Ruby, "Andre Arko2013-09-261-11/+9
* init the connection onceAndre Arko2013-09-261-0/+2
* default requests have "Ruby" in the user-agentAndre Arko2013-09-261-0/+9
* on JRuby, RbConfig::CONFIG["host"] doesn't existAndre Arko2013-09-261-1/+5
* also include host data in the user agentAndre Arko2013-09-261-0/+1
* add user agent to fetcher requestsAndre Arko2013-09-261-0/+17
* include the unknown engine's nameAndre Arko2013-09-261-1/+1
* add Bundler::RubyVersion#hostAndre Arko2013-09-261-0/+4
* extract into Bundler.ruby_versionAndre Arko2013-09-263-4/+7
* 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
* | Merge pull request #2647 from brandonblack/ruby-2.1-supportAndré Arko2013-09-264-4/+35
|\ \
| * | adding platform support for ruby 2.1Brandon Black2013-09-244-4/+35
|/ /
* | Merge pull request #2645 from bundler/fix-worker-cleanup-errorAndré Arko2013-09-241-1/+1
|\ \
| * | Stop threads before killing the workerfix-worker-cleanup-errorHemant Kumar2013-09-241-1/+1
* | | correct comment explanationAndre Arko2013-09-231-1/+1
|/ /
* | use Eric's magic DNS serversAndre Arko2013-09-201-0/+2
* | Merge pull request #2640 from joyicecloud/bundle-outdate-non-zeroXavier Shay2013-09-181-0/+5
|\ \
| * | Add rspec test when run bundle outdated with invalid gem namejoyicecloud2013-09-161-0/+5
|/ /
* | Print a better error when git is not installed.joyicecloud2013-09-113-1/+21
* | Merge pull request #2635 from henrik/patch-1André Arko2013-09-111-2/+2
|\ \
| * | gemspec template: clarify summary vs description.Henrik Nyh2013-09-111-2/+2
|/ /
* | Merge pull request #2631 from SamSaffron/masterAndré Arko2013-09-091-2/+5
|\ \
| * | no need to insert a dep in seen list if its already there, no need to double ...Sam2013-09-091-2/+5
|/ /
* | reword exec docs for clarityAndre Arko2013-09-061-3/+3
* | exec flags must go before the commandAndre Arko2013-09-061-1/+1
* | Merge pull request #2629 from steved555/masterAndre Arko2013-09-063-1/+53
|\ \
| * | add some documentation, warn if passing --keep-file-descriptors on < 2.0Steven Davidovitz2013-09-063-8/+22
| * | Exec: add option for ruby 1.9 FD behavior for 2.0Steven Davidovitz2013-09-052-0/+38
* | | don't require what we don't useAndre Arko2013-09-061-2/+0
* | | Merge pull request #2630 from jendiamond/invalid_gemnameAndré Arko2013-09-062-2/+12
|\ \ \ | |/ / |/| |
| * | only invalid gemnameJen Diamond2013-09-062-2/+12
|/ /
* | require stuff we useAndre Arko2013-09-031-0/+1
* | Merge pull request #2623 from bundler/fix-thread-safety-parallel-installAndre Arko2013-09-032-4/+6
|\ \
| * | 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-023-2/+6
* | extract Bundler.locked_gemsAndre Arko2013-08-312-2/+8
* | Merge pull request #2616 from sanemat/fix/if-capistranoAndré Arko2013-08-311-1/+1
|\ \
| * | 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-292-0/+11
|\ \
| * | Helps if I also document the environment vars...Snack Bandit2013-08-271-2/+2
| * | Fixing the way we load the cert and key.Snack Bandit2013-08-271-4/+5
| * | Last time, getting the wording right.Snack Bandit2013-08-271-2/+4