aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildeventstream/transports
Commit message (Expand)AuthorAge
* bep: Properly URI encode file pathsGravatar buchgr2017-09-14
* bes: cancel stream on bazel shutdownGravatar buchgr2017-09-12
* Automated rollback of commit f5a0b380aadf3dd976b45fd19b2dd5150ced8f41.Gravatar Googler2017-09-11
* 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
* bep: encode file paths in URI formatGravatar Jakob Buchgraber2017-09-04
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* BEP JSON file: omit unnecessary white spaceGravatar Klaus Aehlig2017-07-05
* Writing build events to a file is no longer experimentalGravatar aehlig2017-06-28
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Fix typo in JsonFormatFileTransport.javaGravatar Eric Dobson2017-06-28
* Fix typoGravatar kchodorow2017-05-17
* BEP: add a JSON transportGravatar Klaus Aehlig2017-05-11
* Assign otherwise ignored Future return values to local variables.Gravatar Googler2017-04-30
* Automated g4 rollback of commit d9fea57268ff01c001fbcbdc2bd057c86c362e6f.Gravatar buchgr2017-04-25
* Automated g4 rollback of commit 3d596d63f883fff56001ed7b2e5cf51dba45f082.Gravatar ajmichael2017-04-25
* BEP: Show protocol upload in the UIGravatar buchgr2017-04-24
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* BEP: for local transports optionally drop path conversionGravatar Klaus Aehlig2017-04-13
* BEP: Extend infrastructure to allow reporting artifacts only onceGravatar Klaus Aehlig2017-04-07
* BEP: Improve the BuildEventTransport interface.Gravatar buchgr2017-04-07
* BEP: provide events a generic converter classGravatar aehlig2017-04-04
* Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...Gravatar Carmi Grushko2017-02-09
* Support mapping of Paths to URIsGravatar Klaus Aehlig2017-01-18
* Writes a machine readable representation of BuildEvents to a file (varint del...Gravatar Eduardo Colaco2016-11-03
* Add a BuildEventTransport writing text-format protosGravatar Klaus Aehlig2016-09-29