aboutsummaryrefslogtreecommitdiff
path: root/cast
AgeCommit message (Expand)Author
2019-11-20Move protos to their own BUILD.gn filesJordan Bayles
2019-11-19Start using ReceiverConfig, ReceiverSessionJordan 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-06[Open Screen] Move mDNS code to discovery/mdns.mark a. foltz
2019-11-05Add virtual connections for cast socketbtolsch
2019-11-05DNS-SD: More ConversionsRyan Keane
2019-10-29MdnsService base interfaceMax Yakimakha
2019-10-23Clean-up/Bug-fix: Move all UdpSocketPosix impl out of public API.Yuri Wiitala
2019-10-15Add cast sender socket factorybtolsch
2019-10-12Add frame agent config filesJordan Bayles
2019-10-10Bring cast/common/mdns up to date with style guidelinesMax Yakimakha
2019-10-08mDNS querier.Max Yakimakha
2019-10-08Fix gcc compilation error.mark a. foltz
2019-10-01Add CastSocket and implementationbtolsch
2019-09-26Add unique pointer that's deleted on the provided task runnerMax Yakimakha
2019-09-24Add notification callbacks to mDNS question tracker.Max Yakimakha
2019-09-19[Open Screen] Some BUILD.gn cleanups.mark a. foltz
2019-09-18Add framing for CastMessagebtolsch
2019-09-16Implement OnRecordUpdated for mDNS question trackerMax Yakimakha
2019-09-16Update and expiration callbacks for MdnsRecordTrackerMax Yakimakha
2019-09-16Refactor TlsCredentials to use util/crypto classesJordan Bayles
2019-09-16Issue 72: Cleanups for ErrorOrJordan Bayles
2019-09-10Rename record_class to dns_class in mDNS codeMax Yakimakha
2019-09-10mDNS record refresh and expiration trackerMax Yakimakha
2019-09-10Add cast channel authentication utilitiesbtolsch
2019-09-04mDNS query tracker with continuous querying supportMax Yakimakha
2019-08-30Add CreateMessageId method to produce unique sequential mDNS message IDs.Max Yakimakha
2019-08-30Rename 'MockUdpSocket' to 'FakeUdpSocket'Ryan Keane
2019-08-29[Open Screen] Random repository housekeeping.mark a. foltz
2019-08-29Fix gcc 8.2 errorsbtolsch
2019-08-29UdpSocket: Update ReadsRyan Keane
2019-08-29Add a class for generating random delays as per mDNS RFCMax Yakimakha
2019-08-27Change mDNS record TTL type from uint32_t to std::chrono::secondsMax Yakimakha
2019-08-23Add revocation list support to cast certificate checkingbtolsch
2019-08-23UdpSocket: Update Mock method namesRyan Keane
2019-08-23UdpSocket: Update Read - Update cast/*Ryan Keane
2019-08-21Udp Socket: Update WritesRyan Keane
2019-08-19Define mDNS RecordType and ResponseType.Max Yakimakha
2019-08-19UdpSocket: Update constructorRyan Keane
2019-08-15Trace Logging: Add To Existing CodeRyan Keane
2019-08-13Fix signed/unsigned compareJordan Bayles
2019-08-09Address remaining RFC 5280 TODOs in certificate chain verificationbtolsch
2019-08-05Add cast device certificate verificationbtolsch
2019-07-31Implement absl::Hash for mDNS data typesMax Yakimakha
2019-07-29Use new Networking ModelRyan Keane
2019-07-26Convert mDNS header flags to MessageTypeMax Yakimakha
2019-07-25mDNS receiverMax Yakimakha
2019-07-17Add protobuf supportbtolsch