aboutsummaryrefslogtreecommitdiff
path: root/pc/jsep_transport_controller.cc
AgeCommit message (Expand)Author
2021-06-17Refactoring: Move groups-by-mid into Bundle managerHarald Alvestrand
2021-06-17Apply IWYU to jsep_transport_controller/collectionHarald Alvestrand
2021-06-15Modify Bundle logic to not add & destroy extra transport at add-trackHarald Alvestrand
2021-06-11Make JsepTransportCollection self-managing for transportsHarald Alvestrand
2021-06-10Move MID/JsepTransport mappings into a new manager object.Harald Alvestrand
2021-06-08Move group-modifying functions into BundleManagerHarald Alvestrand
2021-06-08Start refactoring bundle behavior into BundleManagerHarald Alvestrand
2021-06-07Add more trace events to interesting places.Markus Handell
2021-05-26Fix RTP header extension encryptionLennart Grahl
2021-05-21Remove cricket::DtlsTransportState.Mirko Bonadei
2021-04-27[Unified Plan] Support multiple BUNDLE groups.Henrik Boström
2021-04-14Revert "Fix RTP header extension encryption"Björn Terelius
2021-04-14Fix RTP header extension encryptionLennart Grahl
2021-04-08Reduce thread hops in StatsCollector and fix incorrect variable access.Tomas Gunnarsson
2021-04-08Reland "Use the new DNS resolver API in PeerConnection"Harald Alvestrand
2021-04-03Simplify DtlsTransport state.Tommi
2021-03-30Revert "Use the new DNS resolver API in PeerConnection"Mirko Bonadei
2021-03-25Use the new DNS resolver API in PeerConnectionHarald Alvestrand
2021-02-24Remove usage of sigslot and replace with a function pointer.Lahiru Ginnaliya Gamathige
2021-02-11AddRemoteCandidate on the network threadTomas Gunnarsson
2021-02-11Reland "Remove thread hops from events provided by JsepTransportController."Tommi
2021-02-10Use SequenceChecker from public APIArtem Titov
2021-02-10Reland "Fix unsynchronized access to mid_to_transport_ in JsepTransportContro...Tomas Gunnarsson
2021-02-09Revert "Fix unsynchronized access to mid_to_transport_ in JsepTransportContro...Guido Urdaneta
2021-02-09Revert "Remove thread hops from events provided by JsepTransportController."Guido Urdaneta
2021-02-08Remove thread hops from events provided by JsepTransportController.Tomas Gunnarsson
2021-02-08Fix unsynchronized access to mid_to_transport_ in JsepTransportControllerTomas Gunnarsson
2021-02-05Delete null JsepTransport constructor argument datagram_rtp_transport.Niels Möller
2021-02-04Fix unsynchronized access to jsep_transports_by_name_.Tomas Gunnarsson
2021-02-02Use CallbackList in DtlsHandshakeError in dtls_transport.Lahiru Ginnaliya Gamathige
2021-01-29Running apply-iwyu on ~all files in pc/Harald Alvestrand
2021-01-29Make the config_ member of JsepTransportController constHarald Alvestrand
2021-01-28Remove DtlsHandShakeError and replace it with a Function Pointer.Lahiru Ginnaliya Gamathige
2021-01-19Replace sigslot usages with callback list library.Lahiru Ginnaliya Gamathige
2021-01-18Stricter compile-time thread annotations in JsepTransportControllerNiels Möller
2021-01-18Update pc/ to use C++ lambdas instead of rtc::BindNiels Möller
2020-10-09Revert "Reland "Replace sigslot usages with robocaller library.""Guido Urdaneta
2020-10-09Reland "Replace sigslot usages with robocaller library."Lahiru Ginnaliya Gamathige
2020-10-06Revert "Replace sigslot usages with robocaller library."Sam Zackrisson
2020-10-05Replace sigslot usages with robocaller library.Lahiru Ginnaliya Gamathige
2020-09-30Replace one use of sigslot with RoboCallerLahiru Ginnaliya Gamathige
2020-08-20Transition ICE gathering state to "new" once all transports go awayHarald Alvestrand
2020-07-17Delete SignalDataChannelTransportNegotiatedNiels Möller
2020-06-22Delete SDP x-alt-protocolNiels Möller
2020-06-18Delete OpaqueTransportParameters and SDP attribute x-otpNiels Möller
2020-06-17Delete MediaTransportInterface and DatagramTransportInterfaceNiels Möller
2020-06-04Reland "Added mid to error messages reported during SDP apply."Yura Yaroshevich
2020-06-03Revert "Added mid to error messages reported during SDP apply."Olga Sharonova
2020-06-03Added mid to error messages reported during SDP apply.Yura Yaroshevich
2020-05-05Revert "disallow pairing ICE-TCP with a local ip address"Philipp Hancke