aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildeventstream/transports
Commit message (Expand)AuthorAge
* Make BES tolerant to duplicate artifacts in output groups.Gravatar tomlu2018-08-03
* Ensure BEP file output stream is flushed promptly.Gravatar Googler2018-07-16
* Pass options to BuildEventArtifactUploaderFactory.Gravatar tomlu2018-07-11
* bep: introduce BuildEventArtifactUploaderFactoryGravatar buchgr2018-07-09
* bep: guarantee event ordering in file transports.Gravatar buchgr2018-07-06
* Include more information about build events' referenced local files.Gravatar tomlu2018-07-04
* bep: Make the BuildEventArtifactUploader async.Gravatar buchgr2018-06-29
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Cleanup BuildEventStreamOptionsGravatar ulfjack2018-06-08
* Add BuildEventProtocolOptions; use to enable/disable important_outputsGravatar ulfjack2018-05-18
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Implement a limit for named_set_of_file eventsGravatar ulfjack2018-05-15
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Refactoring FileTransport to use the AsynchronousFileOutputStream.Gravatar olaola2018-03-07
* BEP: Add a --build_event_publish_all_actions flag to allow all actions to be ...Gravatar ruperts2018-03-02
* Replace path implementation.Gravatar tomlu2018-02-08
* 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