aboutsummaryrefslogtreecommitdiff
path: root/cast
AgeCommit message (Expand)Author
2020-05-22Added support for libprotobuf-mutator.John Williams
2020-05-21Add basic functional tests for the CastAgentJordan Bayles
2020-05-18Time and clock::duration cleanupsJordan Bayles
2020-05-08Some minor code cleanup, TODO removal.Jordan Bayles
2020-05-08Move SerialDeletePtr to platform/apiRyan Keane
2020-05-07Rename util/logging.h to avoid collisionsJordan Bayles
2020-05-05Make IPv6 E2E test optionalbtolsch
2020-05-01Separate read/write socket handle callbacksbtolsch
2020-04-29Improve executable debugging optionsJordan Bayles
2020-04-22Move CastSocket components to public/ dirsbtolsch
2020-04-16Add windows path for gmtimebtolsch
2020-04-16Read all available CastMessages in CastSocketbtolsch
2020-04-16Rename CastSocket::SendMessage to Sendbtolsch
2020-04-15Discovery: Update contract between discovery layersRyan Keane
2020-04-10Force test logic checks in e2e testsbtolsch
2020-04-09Disable discovery e2e tests on macbtolsch
2020-04-09Add port to discovery e2e test service configsbtolsch
2020-04-08Fix gcc botbtolsch
2020-04-06Discovery: Multi Network Interface E2E Tests CleanupRyan Keane
2020-04-06Discovery: Multiple Network Interfaces Part 1Ryan Keane
2020-04-03Fix tsan race in discovery e2e testsbtolsch
2020-04-03Get test data path by exe pathbtolsch
2020-04-02Add cast socket messages to the standalone receiverJordan Bayles
2020-03-27Discovery: Split ServiceInfo fieldsRyan Keane
2020-03-27Cast Streaming Standalone Sender: Congestion control, and video.Yuri Wiitala
2020-03-27Add discovery to standalone receiverJordan Bayles
2020-03-27Cast Streaming Standalone Sender: Add VP8 encoding.Yuri Wiitala
2020-03-26Remove WriteToHex method in favor of util HexEncodeJordan Bayles
2020-03-25Cast Streaming apps: Limit FFMPEG decode threads to 8.Yuri Wiitala
2020-03-24Add CastAgent classJordan Bayles
2020-03-20Cast Streaming Sender: Add network bandwidth estimationYuri Wiitala
2020-03-19Discovery: More public classesRyan Keane
2020-03-17Add first CastSocket E2E testbtolsch
2020-03-13Cast Streaming Standalone Sender (3 of 3): main.ccYuri Wiitala
2020-03-11Cast Streaming Standalone Sender (2 of 3): StreamingOpusEncoderYuri Wiitala
2020-03-11Cast Streaming Standalone Sender (1 of 3): SimulatedCapturerYuri Wiitala
2020-03-04Discovery: E2E test #4Ryan Keane
2020-02-29Cast Streaming Sender implementation.Yuri Wiitala
2020-02-29Cast Streaming: Add GetRecentReportTime() to SenderReportBuilder.Yuri Wiitala
2020-02-27Discovery: E2E Test #3Ryan Keane
2020-02-27Remove platform/impl from cast/DEPSbtolsch
2020-02-27Add Cast app discovery mechanismbtolsch
2020-02-27Add CastPlatformClient for handling sender requestsbtolsch
2020-02-20Improved FakeClock::Advance() for simulating task execution.Yuri Wiitala
2020-02-20Clarify Alarm::Schedule() API with kImmediately.Yuri Wiitala
2020-02-19Add unsigned long long ByteSwap supportbtolsch
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-12Crash fix: Prevent a unit test from using a real UDP socket.Yuri Wiitala