- 58cc468 Move rate_tracker out of rtc_base_approved by Florent Castelli · 3 years ago
- 6b1d626 Remove deprecated ProxyConnection ctor and make NewWeakPtr protected. by Tommi · 3 years ago
- aa6d05d Move location out of rtc_base_approved by Florent Castelli · 3 years ago
- d959f3a Use std:unique_ptr for Network objects owned by the NetworkManager. by Niels Möller · 3 years ago
- 10b3485 Remove public_deps from //p2p by Florent Castelli · 3 years ago
- d229326 [Connection] Replace `pending_delete_` with `!port_`. by Tommi · 3 years ago
- 8f9b44b Remove unused SignalConnectionCreated by Tommi · 3 years ago
- f22dfdd Use std::function instead of sigslot for sending packets by Tomas Gunnarsson · 3 years ago
- f15189d [CallbackList] Use CallbackList in AsyncPacketSocket for close events. by Tomas Gunnarsson · 3 years ago
- 278b19d Rename variables of type StunMessage* from `request` to `message`. by Tommi · 3 years ago
- 2545257 [StunRequestManager] Use unique_ptr in RequestMap by Tommi · 3 years ago
- 86aa03e Refactor StunRequest and StunRequestManager classes. by Tommi · 3 years ago
- 2221144 Delete old versions of GetNetworks and GetAnyAddressNetworks by Niels Möller · 3 years, 1 month ago
- dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 3 years, 1 month ago
- 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 3 years, 1 month ago
- f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 3 years, 1 month ago
- 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 3 years, 1 month ago
- 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 3 years, 1 month ago
- fd6a4d6 Adopt absl::string_view in rtc_base/string_encode.* by Ali Tofigh · 3 years, 1 month ago
- faf376c Implement IsAdapterAvailable in AndroidNetworkMonitor by Jonas Oreland · 3 years, 1 month ago
- d7e5cfb Use WeakPtr<Port> in Connection classes. by Tommi · 3 years, 1 month ago
- 1e39da3 Refactor StunProber to use const rtc::Network* by Niels Möller · 3 years, 1 month ago
- e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 3 years, 1 month ago
- c06fe8b WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 11/inf by Jonas Oreland · 3 years, 1 month ago
- e0c6bdf Use const rtc::Network* in ports and port allocator by Niels Möller · 3 years, 1 month ago
- a8bc137 Avoid touching port_ in Connection::ToString() after starting delete. by Tommi · 3 years, 1 month ago
- 824d8b0 Don't Prune a to-be-deleted connection object by Tommi · 3 years, 1 month ago
- cf08d33 Remove deprecated TurnPort::Create() versions by Jonas Oreland · 3 years, 1 month ago
- f11a04d remove all but 2 redundant factory methods in TurnPort by Jonas Oreland · 3 years, 1 month ago
- 60c588d Fixed typos, candiate -> candidate by David Sanders · 3 years, 1 month ago
- 7fa9057 Adopt absl::string_view in function parameters under rtc_base/ by Ali Tofigh · 3 years, 1 month ago
- 340cb5e WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 8/inf by Jonas Oreland · 3 years, 1 month ago
- 7ddc7d5 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 6/inf by Jonas Oreland · 3 years, 1 month ago
- ed99dae WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 1 by Jonas Oreland · 3 years, 2 months ago
- 0d13bbd Extend RTCIceCandidateStats with non-standard network_adapter_type by Jonas Oreland · 3 years, 2 months ago
- 42da5a9 Keep RTCTransportStats on P2PTransportChannel. by Jonas Oreland · 3 years, 2 months ago
- 7c2e958 Add a guard against double delete to Connection::Destroy by Tomas Gunnarsson · 3 years, 2 months ago
- 8382968 Reland "Remove workaround in AutoSocketServerThread that isn't needed anymore." by Mirko Bonadei · 3 years, 2 months ago
- 0cb1cfa Reland "Removing MessageHandler dependency from Connection." by Mirko Bonadei · 3 years, 2 months ago
- 1e98e7b p2p: Add field trial WebRTC-SetSocketReceiveBuffer by Victor Boivie · 3 years, 2 months ago
- 05ea12e Revert "Removing MessageHandler dependency from Connection." by Taylor Brandstetter · 3 years, 2 months ago
- e4d3952 Revert "Remove workaround in AutoSocketServerThread that isn't needed anymore." by Taylor Brandstetter · 3 years, 2 months ago
- 29d16c0 stun/turn: use hostname when reconstructing the url by Philipp Hancke · 3 years, 3 months ago
- 44156fa0 Remove workaround in AutoSocketServerThread that isn't needed anymore. by Tommi · 3 years, 3 months ago
- 3202e29 Removing MessageHandler dependency from Connection. by Tommi · 3 years, 3 months ago
- c79dc98 Document that BasicPortAllocator requires a NetworkManager. by Niels Möller · 3 years, 3 months ago
- a34eb03 fix onicecandidateerror description by Philipp Hancke · 3 years, 3 months ago
- af2930a Avoid dangling pointers in a few Connection related classes. by Tommi · 3 years, 3 months ago
- f564bfe Fix potentially dangling pointers in several Connection related tests. by Tommi · 3 years, 3 months ago
- 9897649 Thread checks for the Connection class. by Tommi · 3 years, 3 months ago
- dda828f Field trials for DSCP by Jonas Oreland · 3 years, 3 months ago
- cb01e5e Add checks for Connection construction/destruction. by Tommi · 3 years, 3 months ago
- 1bea008 Remove unused remote ice member from Connection by Tommi · 3 years, 3 months ago
- 3001905 Fix guess adapter type. by Jonas Oreland · 3 years, 3 months ago
- 6223809 Remove top-level const from parameters in function declarations. by Ali Tofigh · 3 years, 3 months ago
- c065e73 Remove RTC_DISALLOW_COPY_AND_ASSIGN more. by Byoungchan Lee · 3 years, 3 months ago
- 6dd4997 Fix TestTurnServer to not depend on rtc::Thread::socketserver() accessor by Niels Möller · 3 years, 5 months ago
- ef5b21e Deprecate and remove usage for WARNING log level by Harald Alvestrand · 3 years, 5 months ago
- 5f34130 Declare LERROR deprecated and remove all usage in webrtc by Harald Alvestrand · 3 years, 5 months ago
- c09b14c Use a FQDN hostname as an invalid hostname by Florent Castelli · 3 years, 5 months ago
- d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 5 months ago
- 0d01841 Revert "Remove code supporting the SDES crypto mode in SDP" by Harald Alvestrand · 3 years, 6 months ago
- 97597c0 Remove usage of INFO alias for LS_INFO in log messages by Harald Alvestrand · 3 years, 6 months ago
- d2abeab Delete deprecated STUN origin methods/fields. by Taylor Brandstetter · 3 years, 6 months ago
- 646fddc Fix TCPPort::SetOption to apply options to the accepted sockets by Niels Möller · 3 years, 6 months ago
- ee212a7 Remove code supporting the SDES crypto mode in SDP by Harald Alvestrand · 3 years, 6 months ago
- 08a6e35 Reland "Revert "Reland "remove stun origin support""" by Philipp Hancke · 3 years, 6 months ago
- aaa848e Delete BasicPacketSocketFactory::CreateServerTcpSocket support for fake tls by Niels Möller · 3 years, 6 months ago
- d30ece1 Reland "Take out listen support from AsyncPacketSocket" by Niels Möller · 3 years, 6 months ago
- ac9a288 Disable SSLAdapter methods Listen and Accept by Niels Möller · 3 years, 6 months ago
- 1f30c2b Revert "Take out listen support from AsyncPacketSocket" by Evan Shrubsole · 3 years, 6 months ago
- b141c16 Take out listen support from AsyncPacketSocket by Niels Möller · 3 years, 6 months ago
- 3b18208 Revert "Reland "remove stun origin support"" by Taylor Brandstetter · 3 years, 6 months ago
- 11a89c9 Reland "remove stun origin support" by Philipp Hancke · 3 years, 6 months ago
- 6f8fa5a Reland "Use AsyncDnsResolver API in bindings and tests" by Harald Alvestrand · 3 years, 6 months ago
- 41205b3 Revert "remove stun origin support" by Artem Titov · 3 years, 6 months ago
- ba29ce3 remove stun origin support by Philipp Hancke · 3 years, 6 months ago
- fc5a4f7 Revert "Use AsyncDnsResolver API in bindings and tests" by Björn Terelius · 3 years, 7 months ago
- 6d19d14 Add AsyncListenSocket, as alias for AsyncPacketSocket by Niels Möller · 3 years, 7 months ago
- a057760 Use AsyncDnsResolver API in bindings and tests by Harald Alvestrand · 3 years, 7 months ago
- 404cd60 Fix weird socket member naming in AsyncStunTCPSocketTest by Niels Möller · 3 years, 7 months ago
- c9f43f8 Use AsyncDnsResolver in TurnPort class by Harald Alvestrand · 3 years, 7 months ago
- b7b306b Use AsyncDnsResolver in UDPPort class by Harald Alvestrand · 3 years, 7 months ago
- 985310e Add CreateAsyncDnsResolver to PacketSocketFactory API by Harald Alvestrand · 3 years, 7 months ago
- 79326ea Implement missing candidate pair packets/bytes sent/received stats. by Taylor Brandstetter · 3 years, 7 months ago
- 4a1c2c4 Delete wiring of SignalAddressReady for TCP ports by Niels Möller · 3 years, 7 months ago
- 9def994 Delete BasicPacketSocketFactory constructor with thread argument by Niels Möller · 3 years, 7 months ago
- 6da016f Delete unused listen-mode of AsyncStunTCPSocket by Niels Möller · 3 years, 7 months ago
- 66be895 Delete BasicPacketSocketFactory default constructor by Niels Möller · 3 years, 8 months ago
- 84d1595 Rename VirtualSocketServer::SetDefaultRoute --> SetDefaultSourceAddress by Niels Möller · 3 years, 8 months ago
- b7a74c3 Remove inactive owners. by Mirko Bonadei · 3 years, 8 months ago
- 1072122 Revert "Propagate socket write errors for DtlsTransport" by Victor Boivie · 3 years, 8 months ago
- 2ee0e64 Add support for manually configuring subnets as VPN by Jonas Oreland · 3 years, 8 months ago
- c8fa1ee Add and implement VPN preference by Jonas Oreland · 3 years, 8 months ago
- efece42 Allow remote SDP offers to be "active" or "passive" by Harald Alvestrand · 3 years, 8 months ago
- d0b8879 Delete AsyncSocket class, merge into Socket class by Niels Möller · 3 years, 8 months ago
- edfaaef Propagate socket write errors for DtlsTransport by Victor Boivie · 3 years, 9 months ago
- 0c2a9ca fix some typos by Philipp Hancke · 3 years, 9 months ago
- aa918e0 Delete always-true BasicPortAllocatorSession::AddAllocatedPort argument by Niels Möller · 3 years, 9 months ago
- cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 3 years, 9 months ago