aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/parallel_workers
Commit message (Expand)AuthorAgeFilesLines
* Avoid threequals operator where possibleAntonio Scandurra2014-03-211-1/+1
* Fix some typos in lib/Jake Worth2014-01-251-1/+1
* Improved resolver significantly by trimming the search spaceSmit Shah2014-01-101-1/+1
* Gracefully shutdown workers/threads in case of SIGINTSmit Shah2013-12-292-4/+13
* close persistent connections before forkingAndre Arko2013-11-091-0/+6
* Stop threads before killing the workerHemant Kumar2013-09-241-1/+1
* Bring in fix introduced in PR#2622Hemant 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
* show which worker the install came from in DEBUG modeTerence Lee2013-08-271-2/+2
* Add parallel worker documentationHemant Kumar2013-07-293-0/+35
* Refactor parallel worker code and make it work on jrubyHemant Kumar2013-07-293-0/+148