aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/shell
Commit message (Expand)AuthorAge
* Fix StackOverflowError on Windows. Fixes #5730Gravatar buchgr2018-08-09
* Synchronize on process factory to inhibit ETXTBSYGravatar George Gensure2018-07-10
* Roll forward of https://github.com/bazelbuild/bazel/commit/656a0bab1e025ff3c2...Gravatar philwo2018-04-16
* Internal changeGravatar dannark2018-04-04
* Big round of sandbox fixes / performance improvements.Gravatar Philipp Wollermann2018-03-26
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Provide more execution statistics in the ExecutionStatistics class.Gravatar ruperts2017-12-06
* Make ProcessWrapperUtil aware of the execution statistics file, and add new E...Gravatar ruperts2017-12-05
* Add user and system time to CommandResults, and plumb them into SpawnResults.Gravatar ruperts2017-11-29
* Add optional user execution time and system execution time fields to Terminat...Gravatar ruperts2017-11-06
* Windows, jni: Don't close stdout/stderr in nativeWaitFor functionGravatar Yun Peng2017-10-24
* Automatic code cleanup.Gravatar cushon2017-09-15
* Move Subprocess.Factory to a top-level classGravatar ulfjack2017-09-08
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* Split "shell", "graph" into their own packages.Gravatar philwo2017-08-29
* Implement timeouts on top of Java ProcessGravatar ulfjack2017-08-10
* Rewrite the Command APIGravatar ulfjack2017-08-10
* Simplify LocalSpawnRunnerGravatar ulfjack2017-04-18
* Remove an unused throws clause, and make one more specificGravatar Ulf Adams2017-02-16
* SubprocessBuilder: document argv contractGravatar Laszlo Csomor2017-01-16
* Expose killSubprocessOnInterrupt on Command#executeAsynchronouslyGravatar Michajlo Matijkiw2016-08-30
* Use guava Uninterruptibles#joinUninterruptibly utility method instead of roll...Gravatar Janak Ramakrishnan2016-08-22
* Implement timeouts on Windows.Gravatar Lukacs Berki2016-08-22
* Fix capturing stdin/stdout on Windows.Gravatar Dmitry Lomov2016-07-11
* Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.Gravatar Dmitry Lomov2016-07-07
* Make Windows process management nicer.Gravatar Lukacs Berki2016-07-06
* Use the subprocess factory that uses the Win32 API on Windows.Gravatar Lukacs Berki2016-07-04
* Add an implementation for SubprocessFactory based on the new JNI interface to...Gravatar Lukacs Berki2016-07-04
* Implement an abstraction layer over java.lang.Process so that the Windows imp...Gravatar Lukacs Berki2016-07-04
* Do redirection of stdout / stderr in Java instead of reimplementing it in eve...Gravatar Philipp Wollermann2016-06-30
* Make "bazel info server_pid" work on Windows.Gravatar Lukacs Berki2016-06-29
* Use Thread#isInterrupted() instead of Thread#interrupted() followed by Thread...Gravatar Lukacs Berki2016-06-27
* Do not try to read from the stdout/stderr streams of destroyed processes.Gravatar Lukacs Berki2016-06-24
* Allow async command invocations to set the "closeOutput" bit.Gravatar Eric Fellheimer2016-02-22
* Use absolute paths in ProcessBuilder invocations.Gravatar Dmitry Lomov2016-02-17
* 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
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Get rid of unnecessary synchronization. This is a contention point when we ha...Gravatar Nathan Harmata2015-08-26
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Remove shell.Shell. The windows support is unused.Gravatar Han-Wen Nienhuys2015-02-16
* Drop deprecated CommandResult.getExitStatusGravatar Han-Wen Nienhuys2015-02-09
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25