aboutsummaryrefslogtreecommitdiff
path: root/cast/common/channel
AgeCommit message (Expand)Author
2021-07-14Define virtual destructors in Client interfaces.Abraham Corea Diaz
2021-07-02Remove DVLOG debug logging throughout LibCastAbraham Corea Diaz
2021-07-01Update message util to use EnumNameTableJordan Bayles
2021-04-21Cleanup TODOs from @miuJordan Bayles
2020-12-09Remote virtual connections [3/3]: Connection messages are special-cased.Yuri Wiitala
2020-12-09Remote virtual connections [2/3]: Add Open/CloseRemoteConnection().Yuri Wiitala
2020-11-30Remote virtual connections [1/3]: Refactor VCRouter to extend VCManager.Yuri Wiitala
2020-11-25Logging cleanupsJordan Bayles
2020-11-20CastSocketMessagePort: Filter broadcast messages.Yuri Wiitala
2020-10-05Cast Receiver Application AgentYuri Wiitala
2020-10-02[Cast Channel] Add broadcast routing in VirtualConnectionRouter.Yuri Wiitala
2020-09-30Properly use message router for cast message portJordan Bayles
2020-09-26Fixup standalone_{receiver, sender}Jordan Bayles
2020-09-21[Cast Streaming] Implement CastAgent for standalone senderJordan Bayles
2020-05-22Added support for libprotobuf-mutator.John Williams
2020-05-07Rename util/logging.h to avoid collisionsJordan Bayles
2020-04-22Move CastSocket components to public/ dirsbtolsch
2020-04-16Read all available CastMessages in CastSocketbtolsch
2020-04-16Rename CastSocket::SendMessage to Sendbtolsch
2020-02-27Add CastPlatformClient for handling sender requestsbtolsch
2020-02-14[Open Screen] Remove use of atomics in module code.mark a. foltz
2020-02-13Fix SenderSocketFactory integration issuesbtolsch
2020-02-13Change CastSocket to use signed IDbtolsch
2020-02-12Add Cast app availability trackerbtolsch
2020-02-06Add fuzzer for Cast message framerbtolsch
2020-01-14TlsConnection::Write() → Send(), and return success boolean.Yuri Wiitala
2020-01-09Move some test-only files to testing/btolsch
2019-12-23Reland "Replace namespace cast::something with openscreen::cast."mark a. foltz
2019-12-23Revert "Replace namespace cast::something with openscreen::cast."mark a. foltz
2019-12-21Replace namespace cast::something with openscreen::cast.Yuri Wiitala
2019-12-19Fix chrome buildJordan Bayles
2019-12-18Add receiver authentication stepsbtolsch
2019-12-06Remove Json(Reader|Writer) in favor of namespaceJordan Bayles
2019-12-05Respond to post-commit virtual connection router commentsbtolsch
2019-12-04Flatten namespace for platform/ code: opescreen::platform → openscreenYuri Wiitala
2019-12-04Remove Abseil use from platfrom/api and platform/base.Yuri Wiitala
2019-12-03Add connection namespace handlingbtolsch
2019-11-26Add virtual connection routingbtolsch
2019-11-20Move platform/api/internal/logging_macros.h → util/logging.hYuri Wiitala
2019-11-20Move protos to their own BUILD.gn filesJordan Bayles
2019-11-14OpenScreen: Add WeakPtr, resolve some dangerous networking code issues.Yuri Wiitala
2019-11-06Fix chrome build, add unit testing in ChromeJordan Bayles
2019-11-06[Open Screen] Consolidate BUILD.gn for cast/mark a. foltz
2019-11-05Add virtual connections for cast socketbtolsch
2019-10-15Add cast sender socket factorybtolsch
2019-10-08Fix gcc compilation error.mark a. foltz
2019-10-01Add CastSocket and implementationbtolsch