- 5cb3a90 Remove sigslot usage from SctpTransportInternal by Fredrik Solenberg · 2 years, 7 months ago
- 4a3b5cc Reland "dtls: allow dtls role to change during DTLS restart" by Philipp Hancke · 2 years, 7 months ago
- fb5fc43 Revert "dtls: allow dtls role to change during DTLS restart" by Björn Terelius · 2 years, 7 months ago
- 02b5f3c dtls: allow dtls role to change during DTLS restart by Philipp Hancke · 2 years, 7 months ago
- 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 9 months ago
- 69c1df2 stats: add dtlsRole to transport by Philipp Hancke · 2 years, 11 months ago
- afb246b Update pc/ to not use implicit conversion from scoped_refptr<T> to T*. by Niels Möller · 2 years, 11 months ago
- c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years ago
- 9e13860 Make the code conform to the code style. by Yaowen Guo · 3 years, 2 months ago
- d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
- 0d01841 Revert "Remove code supporting the SDES crypto mode in SDP" by Harald Alvestrand · 3 years, 4 months ago
- 97597c0 Remove usage of INFO alias for LS_INFO in log messages by Harald Alvestrand · 3 years, 4 months ago
- ee212a7 Remove code supporting the SDES crypto mode in SDP by Harald Alvestrand · 3 years, 4 months ago
- efece42 Allow remote SDP offers to be "active" or "passive" by Harald Alvestrand · 3 years, 7 months ago
- 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 3 years, 7 months ago
- fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 3 years, 7 months ago
- 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 3 years, 8 months ago
- 96dca92 [sigslot] - Remove sigslot from JsepTransport. by Mirko Bonadei · 3 years, 8 months ago
- 518669d Add more trace events to interesting places. by Markus Handell · 3 years, 9 months ago
- 87f7090 Replace more instances of rtc::RefCountedObject with make_ref_counted. by Tommi · 3 years, 11 months ago
- d4ad2ef Remove accessor_lock_ in jsep_transport by Harald Alvestrand · 4 years, 1 month ago
- 6a48a1d Delete most use of `accessor_lock_` in JsepTransport. by Niels Möller · 4 years, 1 month ago
- ab9d6e1 Delete null JsepTransport constructor argument datagram_rtp_transport. by Niels Möller · 4 years, 1 month ago
- c5d4810 Const-declare some JsepTransport members, and delete always-null members. by Niels Möller · 4 years, 1 month ago
- 20f7456 Fix unsynchronized access to jsep_transports_by_name_. by Tomas Gunnarsson · 4 years, 1 month ago
- 78f87ab Delete use of RecursiveCriticalSection in JsepTransport by Niels Möller · 4 years, 1 month ago
- 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 1 month ago
- c888ffa Delete CompositeDataChannelTransport by Niels Möller · 4 years, 8 months ago
- 21621e9 Delete obsolete method JsepTransport::NegotiateDatagramTransport by Niels Möller · 4 years, 9 months ago
- dc80aaf Delete SDP x-alt-protocol by Niels Möller · 4 years, 9 months ago
- 2a70703 Delete MediaTransportInterface and DatagramTransportInterface by Niels Möller · 4 years, 9 months ago
- c18b7bf JsepTransport: remove lock recursions. by Markus Handell · 4 years, 10 months ago
- 52aea5d Unbreak ICE renomination by Jonas Oreland · 5 years ago
- 0cda7b8 Allow non-identical datagram transport parameters. by Bjorn A Mellem · 5 years ago
- 71ff073 Validate ICE ufrag/pwd according to the spec by Steve Anton · 5 years ago
- 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
- 25ec888 Make ICE transports injectable. by Qingsi Wang · 5 years ago
- 5cb7807 Implement crypto stats on DTLS transport by Harald Alvestrand · 5 years ago
- 8e1343a Add an alt-protocol to SDP to indicate which m= sections use a plugin transport. by Bjorn A Mellem · 5 years ago
- fc604aa Unset sinks when deleting CompositeDataChannelTransport. by Bjorn A Mellem · 5 years ago
- bc3eebc Reland "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Bjorn A Mellem · 5 years ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
- 437077d Revert "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Qingsi Wang · 5 years ago
- 487f9a1 Reland "Refactor SCTP data channels to use DataChannelTransportInterface." by Bjorn A Mellem · 5 years ago
- 20232a9 Use obfuscated IPs in logging in p2p/ and pc/. by Qingsi Wang · 6 years ago
- 8b14b0d Revert "Refactor SCTP data channels to use DataChannelTransportInterface." by Henrik Boström · 6 years ago
- 4c85828 Refactor SCTP data channels to use DataChannelTransportInterface. by Bjorn A Mellem · 6 years ago
- 703ea95 Only create a datagram RTP transport if the datagram transport should be used for RTP. by Bjorn A Mellem · 6 years ago
- 149dc72 Add support for RTCTransportStats.selectedCandidatePairChanges by Jonas Oreland · 6 years ago
- b689af4 Changes to enable use of DatagramTransport as a data channel transport. by Bjorn A Mellem · 6 years ago
- 364b267 Replace DatagramDtlsAdaptor with DatagramRtpTransport. by Bjorn A Mellem · 6 years ago
- a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
- c85ebbe Reland: Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 6 years ago
- 7e8de0b Revert "Implement true negotiation for DatagramTransport with fallback to RTP." by Bjorn Mellem · 6 years ago
- 71c6482 Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 6 years ago
- 292ce4e Move datagram transport to JsepTransport by Anton Sukhanov · 6 years ago
- 0c1c1b4 Move ownership of ICE from DtlsTransport to JsepTransport. by Bjorn A Mellem · 6 years ago
- 316f3ac Datagram Transport Integration by Anton Sukhanov · 6 years ago
- 78a5e96 Reland "Add thread guards to JsepTransport" by Harald Alvestrand · 6 years ago
- caedb5d Revert "Add thread guards to JsepTransport" by Gustaf Ullberg · 6 years ago
- 7e1db52 Add thread guards to JsepTransport by Harald Alvestrand · 6 years ago
- e7a5f7b Modifying MediaChannel to accept CopyOnWriteBuffer by value. by Amit Hilbuch · 6 years ago
- 05cf6be [clang-tidy] Apply performance-move-const-arg fixes. by Mirko Bonadei · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/jseptransport.cc]
- d02541e Add an observer API for DTLSTransport events. by Harald Alvestrand · 6 years ago
- d644feb Make sure media transport is deleted before ICE. by Anton Sukhanov · 6 years ago
- 628f37a Delete a cricket::DtlsTransport when PC is closed by Harald Alvestrand · 6 years ago
- ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 6 years ago
- 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
- 4eb4112 Plug-in media transport state listener by Piotr (Peter) Slatala · 6 years ago
- 4905edb Reland: Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
- 6932fb2 Revert "Reland: Use unique_ptr and ArrayView in SSLFingerprint" by Mirko Bonadei · 6 years ago
- 47f3240 Reland: Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
- 2b156263 Revert "Use unique_ptr and ArrayView in SSLFingerprint" by Henrik Grunell · 6 years ago
- cc21e61 Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
- 7940da0 Integration of media_transport in JSepTransportController by Anton Sukhanov · 6 years ago
- 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
- 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 7 years ago
- b57e169 Add a flag to actively reset the SRTP parameters by Zhi Huang · 7 years ago
- 365381f Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 7 years ago[Renamed (93%) from pc/jseptransport2.cc]
- 5d8f8fa Revert "Adding test for adding ICE candidate before applying answer." by Henrik Boström · 7 years ago
- dd59d70 Adding test for adding ICE candidate before applying answer. by Taylor Brandstetter · 7 years ago
- e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 7 years ago
- e818b6e Create the JsepTransportController and JsepTransport2. by Zhi Huang · 7 years ago