aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/worker
Commit message (Expand)AuthorAge
* 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
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Send the output of spawns ran in worker processes to the outErr of the execut...Gravatar Philipp Wollermann2015-08-31
* Rollback of several changes related to the persistent Javac worker.Gravatar Han-Wen Nienhuys2015-07-06
* Print some diagnostics if Precondition check fails.Gravatar Han-Wen Nienhuys2015-07-02
* Split sandbox code from standalone module.Gravatar Philipp Wollermann2015-06-29
* Remove --experimental_persistent_javac. Bazel does not support theGravatar Han-Wen Nienhuys2015-06-29
* 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