index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
worker
Commit message (
Expand
)
Author
Age
*
Add the workspace name to the sandbox path for sandboxed workers.
philwo
2017-08-18
*
workers: Don't skip empty lines when expanding flagfiles.
philwo
2017-08-17
*
Refactor persistent workers to use SpawnRunner.
Benjamin Peterson
2017-08-11
*
Make the @Option annotation depend on the java version of the tagging enums.
ccalvarin
2017-07-18
*
Explicitly state the default options categories for options used in blaze tes...
ccalvarin
2017-06-29
*
Add support for logging exception details via ErrorMessage.
philwo
2017-04-28
*
Slight tweaks to text formatting of ErrorMessages.
philwo
2017-04-28
*
Dump the stderr log of a worker when it crashes during a build.
philwo
2017-04-25
*
Add support for --flagfile=flagfile.txt args in addition to the usual @flagfi...
Philipp Wollermann
2017-03-06
*
If a worker returns unparseable output, print it to the terminal.
Philipp Wollermann
2016-12-06
*
Start worker processes with a clean environment, instead of accidentally inhe...
Philipp Wollermann
2016-07-28
*
workers: Improve verbose messages when workers are restarted. Prevent killing...
Philipp Wollermann
2016-05-24
*
workers: Pass a map of input filenames -> digest of file contents to workers ...
Philipp Wollermann
2015-11-05
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
workers: Use the new worker testbed to check that workers get reused correctl...
Philipp Wollermann
2015-09-21
*
workers: Put all tests in bazel_worker_test.sh. Add a testbed that makes it e...
Philipp Wollermann
2015-09-21