Sign in
bazel
/
bazel
/
21b759ddf52f6f752637420e710b64eb070c1e1c
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
shell
dac096c
Fix "the the".
by Benjamin Peterson
· 6 years ago
1da4861
subprocesses: customizable SubprocessFactory
by laszlocsomor
· 6 years ago
8ed7196
Windows, subprocesses: correct flag escaping impl.
by Laszlo Csomor
· 6 years ago
68c57f0
Correct misspelled English words in comments and printed messages in Bazel's src/... directory (and run fix)
by jingwen
· 6 years ago
d215b64
Fix StackOverflowError on Windows. Fixes #5730
by buchgr
· 7 years ago
ba76255
Synchronize on process factory to inhibit ETXTBSY
by George Gensure
· 7 years ago
d3de5cc
Roll forward of https://github.com/bazelbuild/bazel/commit/656a0bab1e025ff3c27d595284a4bf1c5a8d8028 with test (unknown commit) and fix.
by philwo
· 7 years ago
2a5512f
Internal change
by dannark
· 7 years ago
656a0ba
Big round of sandbox fixes / performance improvements.
by Philipp Wollermann
· 7 years ago
23e1c5d
Refactor and cleanup the sandboxing code.
by Philipp Wollermann
· 7 years ago
4741aa8
Add a "direct" mode to "blaze run" that makes the process being run a direct
by lberki
· 7 years ago
856eab5
Provide more execution statistics in the ExecutionStatistics class.
by ruperts
· 7 years ago
bec2fe8
Make ProcessWrapperUtil aware of the execution statistics file, and add new ExecutionStatisticsProvider.
by ruperts
· 7 years ago
720d66f
Add user and system time to CommandResults, and plumb them into SpawnResults.
by ruperts
· 7 years ago
0510f4a
Add optional user execution time and system execution time fields to TerminationStatus, and also add a TerminationStatus.Builder and tests.
by ruperts
· 7 years ago
6a4247b
Windows, jni: Don't close stdout/stderr in nativeWaitFor function
by Yun Peng
· 7 years ago
03e7018
Automatic code cleanup.
by cushon
· 8 years ago
27758e4
Move Subprocess.Factory to a top-level class
by ulfjack
· 8 years ago
3bcb9f6
More BUILD file refactorings.
by philwo
· 8 years ago
0d8d4cf
Fix assorted ErrorProne warnings.
by lberki
· 8 years ago
97abb52
Rename all logger instances to "logger" (instead "LOG" or "log").
by lberki
· 8 years ago
a94ef48
Extract authandtls, buildeventservice, buildeventstream into package-level BUILD files.
by philwo
· 8 years ago
a393c428d
Split "shell", "graph" into their own packages.
by philwo
· 8 years ago
0ec7180
Implement timeouts on top of Java Process
by ulfjack
· 8 years ago
f2d4595
Rewrite the Command API
by ulfjack
· 8 years ago
1ade2c47
Simplify LocalSpawnRunner
by ulfjack
· 8 years ago
91deb23
Remove an unused throws clause, and make one more specific
by Ulf Adams
· 8 years ago
ae0ad66
SubprocessBuilder: document argv contract
by Laszlo Csomor
· 8 years ago
c3386bf
Expose killSubprocessOnInterrupt on Command#executeAsynchronously
by Michajlo Matijkiw
· 9 years ago
b084831
Use guava Uninterruptibles#joinUninterruptibly utility method instead of rolling our own in Consumers.
by Janak Ramakrishnan
· 9 years ago
3d97e22
Implement timeouts on Windows.
by Lukacs Berki
· 9 years ago
e2f9ada
Fix capturing stdin/stdout on Windows.
by Dmitry Lomov
· 9 years ago
9bf3f6a
Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.
by Dmitry Lomov
· 9 years ago
5a2655a
Make Windows process management nicer.
by Lukacs Berki
· 9 years ago
74dcfee
Use the subprocess factory that uses the Win32 API on Windows.
by Lukacs Berki
· 9 years ago
0451cf0
Add an implementation for SubprocessFactory based on the new JNI interface to Windows process management.
by Lukacs Berki
· 9 years ago
8b074c0
Implement an abstraction layer over java.lang.Process so that the Windows implementation can eventually be plugged in.
by Lukacs Berki
· 9 years ago
1e37a53
Do redirection of stdout / stderr in Java instead of reimplementing it in every process wrapper again.
by Philipp Wollermann
· 9 years ago
2b4e2e4
Make "bazel info server_pid" work on Windows.
by Lukacs Berki
· 9 years ago
7329725
Use Thread#isInterrupted() instead of Thread#interrupted() followed by Thread#interrupt() .
by Lukacs Berki
· 9 years ago
acd4f07
Do not try to read from the stdout/stderr streams of destroyed processes.
by Lukacs Berki
· 9 years ago
9a6c2eb
Allow async command invocations to set the "closeOutput" bit.
by Eric Fellheimer
· 9 years ago
8efc3ef
Use absolute paths in ProcessBuilder invocations.
by Dmitry Lomov
· 9 years ago
f88f4d8
Rationalize copyright headers
by Damien Martin-Guillerez
· 10 years ago
28f08f1
workers: Make sure to wait for worker processes to exit so that they don't become zombies.
by Philipp Wollermann
· 10 years ago
3ab82f7
Fix some warnings.
by Ulf Adams
· 10 years ago
8e17c85
Get rid of unnecessary synchronization. This is a contention point when we have lots of threads.
by Nathan Harmata
· 10 years ago
07dba94
Some cleanup changes.
by Ulf Adams
· 10 years ago
efe7f66
Remove shell.Shell. The windows support is unused.
by Han-Wen Nienhuys
· 10 years ago
a70f28b
Drop deprecated CommandResult.getExitStatus
by Han-Wen Nienhuys
· 10 years ago
d08b27f
Update from Google.
by Han-Wen Nienhuys
· 10 years ago