aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/util/io
Commit message (Expand)AuthorAge
* Console output: switch to file line endingGravatar Klaus Aehlig2018-08-06
* Reimplement AsynchronousFileOutputStream to use a writer threadGravatar ulfjack2018-06-15
* Logging the spawn graph on demand. First step on #4891.Gravatar olaola2018-04-19
* tests: add TimestampGranularityUtilsGravatar laszlocsomor2018-03-13
* tests: fix flaky RecursiveFSTraversalFunctionTestGravatar Laszlo Csomor2018-03-09
* tests: fix flaky SkyframeAwareActionTestGravatar Laszlo Csomor2018-03-09
* Adding async proto or text logging utility class.Gravatar olaola2018-03-06
* A couple quality-of-life improvements for Bazel devs, in response to an email...Gravatar nharmata2018-02-23
* Pass ctime to the TimestampGranularityMonitorGravatar ulfjack2018-02-05
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Make the print function output debug messagesGravatar vladmos2017-08-11
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* Extract the ansi color escape sequences to an enumGravatar Ulf Adams2017-06-19
* Also filter stderr when parse_showincludes feature is enabledGravatar Yun Peng2017-06-13
* Internally track changes to stdout / stderr files, so we can avoid filesystem...Gravatar felly2017-06-07
* Parse /showIncludes output for MSVC compilerGravatar Yun Peng2017-04-25
* Add logging to TimestampGranularityMonitor.Gravatar Julio Merino2016-11-02
* Do not write terminal output in the experimental UI character-by-character (w...Gravatar Lukacs Berki2016-09-30
* Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.Gravatar Dmitry Lomov2016-07-07
* Do redirection of stdout / stderr in Java instead of reimplementing it in eve...Gravatar Philipp Wollermann2016-06-30
* Rename FileOutErr.get{Output,Error}File to get{Output,Error}Path, because the...Gravatar Philipp Wollermann2016-06-29
* Move LoggingTerminalWriter out of testGravatar Klaus Aehlig2016-06-27
* Make LineWrappingAnsiTerminalWriter more efficientGravatar Klaus Aehlig2016-04-15
* Add a position-aware wrapper around AnsiTerminalWriterGravatar Klaus Aehlig2016-04-15
* Revamp the client/server communication protocol so that it is portable to Win...Gravatar Lukacs Berki2016-03-22
* Make LineWrappingAnsiTerminalWriter a public classGravatar Klaus Aehlig2016-03-01
* Add wrapper class around AnsiTerminalWriter that breaks linesGravatar Klaus Aehlig2016-02-29
* Add an interface for append-only access to an AnsiTerminalGravatar Klaus Aehlig2016-02-25
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Clean up the TestFileOutErr to be less brittle, avoiding the "brutal overload...Gravatar Eric Fellheimer2015-04-27
* Add a clear() method to FileOutErr.Gravatar Eric Fellheimer2015-04-21
* Add OutErr#close, and call that in test strategies.Gravatar Han-Wen Nienhuys2015-02-18
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25