aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/worker/WorkerFactory.java
Commit message (Expand)AuthorAge
* Roll forward of https://github.com/bazelbuild/bazel/commit/656a0bab1e025ff3c2...Gravatar philwo2018-04-16
* Internal changeGravatar dannark2018-04-04
* Big round of sandbox fixes / performance improvements.Gravatar Philipp Wollermann2018-03-26
* Add the workspace name to the sandbox path for sandboxed workers.Gravatar philwo2017-08-18
* When a worker can no longer be used, because one or more of its files on disk...Gravatar philwo2017-08-17
* worker: Do not check if the process is still alive prior to using it.Gravatar philwo2017-04-28
* Add support for sandboxing persistent workers.Gravatar Philipp Wollermann2016-09-28
* workers: Improve verbose messages when workers are restarted. Prevent killing...Gravatar Philipp Wollermann2016-05-24
* Fix #837: worker_verbose flag has no effect.Gravatar Philipp Wollermann2016-05-19
* workers: Restart worker processes when their binary has changed since they we...Gravatar Philipp Wollermann2015-11-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* workers: Put all tests in bazel_worker_test.sh. Add a testbed that makes it e...Gravatar Philipp Wollermann2015-09-21
* workers: A multitude of bug fixes and improved logging.Gravatar Philipp Wollermann2015-09-14
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Implement persistent worker processes and a spawn strategy that uses them.Gravatar Philipp Wollermann2015-06-10