aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/worker/WorkerActionContextProvider.java
Commit message (Expand)AuthorAge
* Add support for sandboxing persistent workers.Gravatar Philipp Wollermann2016-09-28
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Remove incremental heuristic from workers, as it was not really useful.Gravatar Philipp Wollermann2016-02-29
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* 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
* Convert ActionContextProvider to an abstract class. This gets rid of a lot of...Gravatar Philipp Wollermann2015-06-18
* Implement persistent worker processes and a spawn strategy that uses them.Gravatar Philipp Wollermann2015-06-10