aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/worker/WorkerModule.java
Commit message (Expand)AuthorAge
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* workers: Some tweaks to the WorkerPool config.Gravatar Philipp Wollermann2015-09-21
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* workers: A multitude of bug fixes and improved logging.Gravatar Philipp Wollermann2015-09-14
* Only run the worker if the build is incremental. Gravatar Han-Wen Nienhuys2015-06-26
* Implement persistent worker processes and a spawn strategy that uses them.Gravatar Philipp Wollermann2015-06-10