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
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
shell
Commit message (
Expand
)
Author
Age
*
Fix StackOverflowError on Windows. Fixes #5730
buchgr
2018-08-09
*
Synchronize on process factory to inhibit ETXTBSY
George Gensure
2018-07-10
*
Roll forward of https://github.com/bazelbuild/bazel/commit/656a0bab1e025ff3c2...
philwo
2018-04-16
*
Internal change
dannark
2018-04-04
*
Big round of sandbox fixes / performance improvements.
Philipp Wollermann
2018-03-26
*
Refactor and cleanup the sandboxing code.
Philipp Wollermann
2018-03-23
*
Add a "direct" mode to "blaze run" that makes the process being run a direct
lberki
2018-02-05
*
Provide more execution statistics in the ExecutionStatistics class.
ruperts
2017-12-06
*
Make ProcessWrapperUtil aware of the execution statistics file, and add new E...
ruperts
2017-12-05
*
Add user and system time to CommandResults, and plumb them into SpawnResults.
ruperts
2017-11-29
*
Add optional user execution time and system execution time fields to Terminat...
ruperts
2017-11-06
*
Windows, jni: Don't close stdout/stderr in nativeWaitFor function
Yun Peng
2017-10-24
*
Automatic code cleanup.
cushon
2017-09-15
*
Move Subprocess.Factory to a top-level class
ulfjack
2017-09-08
*
More BUILD file refactorings.
philwo
2017-09-06
*
Fix assorted ErrorProne warnings.
lberki
2017-09-06
*
Rename all logger instances to "logger" (instead "LOG" or "log").
lberki
2017-09-05
*
Extract authandtls, buildeventservice, buildeventstream into package-level BU...
philwo
2017-09-04
*
Split "shell", "graph" into their own packages.
philwo
2017-08-29
*
Implement timeouts on top of Java Process
ulfjack
2017-08-10
*
Rewrite the Command API
ulfjack
2017-08-10
*
Simplify LocalSpawnRunner
ulfjack
2017-04-18
*
Remove an unused throws clause, and make one more specific
Ulf Adams
2017-02-16
*
SubprocessBuilder: document argv contract
Laszlo Csomor
2017-01-16
*
Expose killSubprocessOnInterrupt on Command#executeAsynchronously
Michajlo Matijkiw
2016-08-30
*
Use guava Uninterruptibles#joinUninterruptibly utility method instead of roll...
Janak Ramakrishnan
2016-08-22
*
Implement timeouts on Windows.
Lukacs Berki
2016-08-22
*
Fix capturing stdin/stdout on Windows.
Dmitry Lomov
2016-07-11
*
Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.
Dmitry Lomov
2016-07-07
*
Make Windows process management nicer.
Lukacs Berki
2016-07-06
*
Use the subprocess factory that uses the Win32 API on Windows.
Lukacs Berki
2016-07-04
*
Add an implementation for SubprocessFactory based on the new JNI interface to...
Lukacs Berki
2016-07-04
*
Implement an abstraction layer over java.lang.Process so that the Windows imp...
Lukacs Berki
2016-07-04
*
Do redirection of stdout / stderr in Java instead of reimplementing it in eve...
Philipp Wollermann
2016-06-30
*
Make "bazel info server_pid" work on Windows.
Lukacs Berki
2016-06-29
*
Use Thread#isInterrupted() instead of Thread#interrupted() followed by Thread...
Lukacs Berki
2016-06-27
*
Do not try to read from the stdout/stderr streams of destroyed processes.
Lukacs Berki
2016-06-24
*
Allow async command invocations to set the "closeOutput" bit.
Eric Fellheimer
2016-02-22
*
Use absolute paths in ProcessBuilder invocations.
Dmitry Lomov
2016-02-17
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
workers: Make sure to wait for worker processes to exit so that they don't be...
Philipp Wollermann
2015-09-21
*
Fix some warnings.
Ulf Adams
2015-09-04
*
Get rid of unnecessary synchronization. This is a contention point when we ha...
Nathan Harmata
2015-08-26
*
Some cleanup changes.
Ulf Adams
2015-03-05
*
Remove shell.Shell. The windows support is unused.
Han-Wen Nienhuys
2015-02-16
*
Drop deprecated CommandResult.getExitStatus
Han-Wen Nienhuys
2015-02-09
*
Update from Google.
Han-Wen Nienhuys
2015-02-25