aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/worker/WorkerSpawnStrategy.java
Commit message (Expand)AuthorAge
* Initial code for Persistent Java Test Runner.Gravatar Kush Chakraborty2016-12-09
* If a worker returns unparseable output, print it to the terminal.Gravatar Philipp Wollermann2016-12-06
* Add support for sandboxing persistent workers.Gravatar Philipp Wollermann2016-09-28
* Use byte[] rather than ByteString for file digests.Gravatar Googler2016-07-20
* workers: WorkerSpawnStrategy will now only execute SpawnActions if their Exec...Gravatar Philipp Wollermann2016-07-19
* More detailed error message for sandbox failures in test, when --sandbox_debu...Gravatar Yue Gan2016-04-13
* Remove incremental heuristic from workers, as it was not really useful.Gravatar Philipp Wollermann2016-02-29
* Rename SpawnActionContext#isRemotable() to more appropriate willExecuteRemote...Gravatar Philipp Wollermann2016-02-28
* Rename MiddlemanExpander to ArtifactExpander, and refactor it to yield Artifa...Gravatar Michael Thvedt2016-02-09
* Make The Build Faster: More explicit exception handling in the worker strategy.Gravatar Philipp Wollermann2016-02-09
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Create the convenience symlinks only after the build, and only those that poi...Gravatar Lukacs Berki2016-01-21
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* workers: Pass a map of input filenames -> digest of file contents to workers ...Gravatar Philipp Wollermann2015-11-05
* workers: Put command-line arguments into the WorkRequest instead of passing t...Gravatar Philipp Wollermann2015-11-05
* 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: Make sure to wait for worker processes to exit so that they don't be...Gravatar Philipp Wollermann2015-09-21
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* 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
* Print some diagnostics if Precondition check fails.Gravatar Han-Wen Nienhuys2015-07-02
* 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