- 2e15468 Avoid generating a random id for candidate stats. by Tommi · 3 years, 8 months ago
- 518669d Add more trace events to interesting places. by Markus Handell · 3 years, 8 months ago
- 9f6808b Remove cricket::DtlsTransportState. by Mirko Bonadei · 3 years, 8 months ago
- edc347c Introduce (Un)SubscribeDtlsTransportState methods. by Mirko Bonadei · 3 years, 8 months ago
- 3acdb0a Define cricket::DtlsTransportState in terms of webrtc::DtlsTransportState. by Mirko Bonadei · 3 years, 9 months ago
- 9582fa4 Remove unused setter for Port::socket_factory() by Harald Alvestrand · 3 years, 9 months ago
- f97afd6 Reland "Add addr in error msg if stun sock sent with error" by Yura Yaroshevich · 3 years, 10 months ago
- c1d5891 Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few files by Tomas Gunnarsson · 3 years, 9 months ago
- 6c127a1 Add Stable Writable Connection Ping Interval parameter to RTCConfiguration. by Derek Bailey · 3 years, 9 months ago
- e082984 Add death test for WrappingAsyncResolver by Harald Alvestrand · 3 years, 10 months ago
- c8cf0a6 Remove MDNS message implementation by Harald Alvestrand · 3 years, 10 months ago
- dc53ce6 Revert "Add addr in error msg if stun sock sent with error" by Mirko Bonadei · 3 years, 10 months ago
- 9ff75a6 Add addr in error msg if stun sock sent with error by Yura Yaroshevich · 3 years, 10 months ago
- 0ccfbd2 Reland "Use the new DNS resolver API in PeerConnection" by Harald Alvestrand · 3 years, 10 months ago
- 653bab6 Simplify DtlsTransport state. by Tommi · 3 years, 10 months ago
- 5a40b37 Revert "Use the new DNS resolver API in PeerConnection" by Mirko Bonadei · 3 years, 10 months ago
- acf8ccb Use the new DNS resolver API in PeerConnection by Harald Alvestrand · 3 years, 10 months ago
- e6e2f28 Add a new API to DNS resolution by Harald Alvestrand · 3 years, 10 months ago
- 2ba32f3 Delete AsyncInvoker usage in TurnServer by Niels Möller · 3 years, 10 months ago
- ffb7603 Delete TurnPort usage of AsyncInvoker by Niels Möller · 3 years, 10 months ago
- 76b51e2 Improve thread annotations for TurnServer by Niels Möller · 3 years, 10 months ago
- 2b250734 Delete FakeIceTransport usage of AsyncInvoker by Niels Möller · 3 years, 10 months ago
- 9243088 Add thread annotations to FakeIceTransport by Niels Möller · 3 years, 10 months ago
- 0357477 Delete use of AsyncInvoker from FakePacketTransport by Niels Möller · 3 years, 10 months ago
- e657d87 Allow port 53 as a TURN port. by Harald Alvestrand · 3 years, 10 months ago
- b6bc357 turn: add logging for long usernames by Philipp Hancke · 3 years, 10 months ago
- c84a887 Allow port 80 for TURN servers by Harald Alvestrand · 3 years, 11 months ago
- 07d83c8 Modified STUN verification functions by Harald Alvestrand · 3 years, 11 months ago
- df6d4ca Prevent TURN from connecting to ports < 1024 (except 443) by Harald Alvestrand · 4 years ago
- 77475ec Delete unused sigslot variables. by Lahiru Ginnaliya Gamathige · 4 years ago
- 60c0b44 Use CallbackList for DtlsState in dtls_transport. by Lahiru Ginnaliya Gamathige · 4 years ago
- 8cb9706 AddRemoteCandidate on the network thread by Tomas Gunnarsson · 4 years ago
- d15a575 Use SequenceChecker from public API by Artem Titov · 4 years ago
- 06159aa Remove deprecated thread checker by Artem Titov · 4 years ago
- c3a486c Delete unused sigslot variables. by Lahiru Ginnaliya Gamathige · 4 years ago
- 203b549 Using nullopt when connection is nullptr. by Tim Na · 4 years ago
- 3ba7beb Use callback_list for port destroy operation. by Lahiru Ginnaliya Gamathige · 4 years ago
- 16ab60c Use CallbackList in DtlsHandshakeError in dtls_transport. by Lahiru Ginnaliya Gamathige · 4 years ago
- c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years ago
- 1a29a5d Delete rtc::Bind by Niels Möller · 4 years ago
- e5f4c6b Reland "Refactor rtc_base build targets." by Mirko Bonadei · 4 years ago
- 87e9f6e Update p2p/ to use C++ lambdas instead of rtc::Bind by Niels Möller · 4 years ago
- 7acc2d9 Revert "Refactor rtc_base build targets." by Mirko Bonadei · 4 years ago
- 69241a9 Refactor rtc_base build targets. by Mirko Bonadei · 4 years ago
- e15dc58 Use rtc::CopyOnWriteBuffer::MutableData through webrtc by Danil Chapovalov · 4 years, 1 month ago
- 5686e34 Optimize calls to std::string::find() and friends for a single char. by Mirko Bonadei · 4 years, 1 month ago
- 3c5d582 Add last_data_sent timestamp to Connection. by Jonas Oreland · 4 years, 1 month ago
- 091617d Change TestStunServer::Create to take a SocketServer rather than a thread as argument. by Niels Möller · 4 years, 2 months ago
- 9d26940 Set TCP_NODELAY socket option before calling connect. by Taylor Brandstetter · 4 years, 2 months ago
- a186f42 p2p: Fix bug causing old candidates on ice restart by Jonas Oreland · 4 years, 2 months ago
- 91e4156 Remove dependency on MessageHandlerAutoCleanup from cricket::Port. by Tomas Gunnarsson · 4 years, 2 months ago
- 4b5d323 Remove dependency on AsyncInvoker from BasicRegatheringController by Tomas Gunnarsson · 4 years, 2 months ago
- 20e4c80 Reland "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 2 months ago
- c5fd745 Remove AsyncInvoker dependency from P2PTransportChannel by Tomas Gunnarsson · 4 years, 2 months ago
- 715d023 Add feature to not discard candidates after connection is established by Jonas Oreland · 4 years, 2 months ago
- 3cb9c6a Check for oversized TURN usernames by Harald Alvestrand · 4 years, 3 months ago
- ff79132 Revert "Reland "Replace sigslot usages with robocaller library."" by Guido Urdaneta · 4 years, 4 months ago
- c5f7108 Reland "Replace sigslot usages with robocaller library." by Lahiru Ginnaliya Gamathige · 4 years, 4 months ago
- 0abd518 Revert "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 4 months ago
- b298f74 Revert "Replace sigslot usages with robocaller library." by Sam Zackrisson · 4 years, 4 months ago
- 40261c3 Replace sigslot usages with robocaller library. by Lahiru Ginnaliya Gamathige · 4 years, 4 months ago
- 8e4cda7 Give PseudoTcp its own FifoBuffer. by Tomas Gunnarsson · 4 years, 4 months ago
- f5e261a Introduce RTC_NO_UNIQUE_ADDRESS. by Mirko Bonadei · 4 years, 4 months ago
- b6bc09b Remove locks from BufferQueue (not needed). by Tomas Gunnarsson · 4 years, 4 months ago
- 77baeee Make MessageHandler be a pure virtual interface. by Tomas Gunnarsson · 4 years, 4 months ago
- fa54364 Update STUN attributes with latest IANA registrations by Jonas Oreland · 4 years, 4 months ago
- 4d76a13 Make StunRequest not use auto cleanup. by Tomas Gunnarsson · 4 years, 4 months ago
- abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 5 months ago
- 3d3b531 Add WebRTC-IceFieldTrial send_ping_on_selected_ice_controlling by Jonas Oreland · 4 years, 5 months ago
- 93a9d19 p2p_transport_channel: Add estimated disconnected time to CandidatePairChangeEvent by Jonas Oreland · 4 years, 5 months ago
- edacbd5 Reland "Implement packets_(sent | received) for RTCTransportStats" by Artem Titov · 4 years, 7 months ago
- 9b35da8 Revert "Implement packets_(sent | received) for RTCTransportStats" by Mirko Bonadei · 4 years, 7 months ago
- fb6f975 Implement packets_(sent | received) for RTCTransportStats by Artem Titov · 4 years, 7 months ago
- c6d6e06 Delete OpaqueTransportParameters and SDP attribute x-otp by Niels Möller · 4 years, 7 months ago
- 55afe38 Search and replace gendered terms according to style guide: by Magnus Flodman · 4 years, 7 months ago
- 49864b7 Add forget_learned_state to IceControllerInterface by Jonas Oreland · 4 years, 8 months ago
- 743b9b2 Disable remote ICE candidate DNS lookups when the IceTransportPolicy is Relay or None by Peter Thatcher · 4 years, 8 months ago
- e309651 Don't SetNeedsIceRestartFlag if widening candidate filter when surface_ice_candidates_on_ice_transport_type_changed by Jonas Oreland · 4 years, 8 months ago
- ff84d86 P2PTransportChannel::OnCandidateResolved: fix resolver leak. by Markus Handell · 4 years, 8 months ago
- 4a39e42 BasicAsyncResolverFactoryTest: fix leak. by Markus Handell · 4 years, 8 months ago
- b85889d In p2p/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 8 months ago
- fa8019c Clear address:port in icecandidateerror for tcp servers with private IP by Eldar Rello · 4 years, 8 months ago
- 21433ca Add field trial to let idle connection live longer than 30s by Jonas Oreland · 4 years, 8 months ago
- f7f7cc9 Extend IceControllerFactoryArgs with field trial string by Jonas Oreland · 4 years, 9 months ago
- c4633fd Remove the version of Port::AddrAddress without a URL parameter. by Mirko Bonadei · 4 years, 10 months ago
- f387946 Remove WebRTC-Rfc5389StunRetransmissions. by Mirko Bonadei · 4 years, 9 months ago
- 2d2c294 Remove OpenSSLAdapter restartable_ data member. by Mirko Bonadei · 4 years, 10 months ago
- 210b752 Temporarily increase DTLS buffer size to 2. by Taylor Brandstetter · 4 years, 10 months ago
- 08d1806 Extend rtc::AdapterType with 2g, 3G, 4G & 5G enum values. by Jonas Oreland · 4 years, 10 months ago
- e283d1c add tcptype to prflx tcp candidates by Philipp Hancke · 4 years, 10 months ago
- 784630f Changing from hard to soft error when temporary DTLS buffer is full. by Taylor Brandstetter · 4 years, 10 months ago
- fb4351b Enforce "comprehension-required" STUN rules. by Taylor Brandstetter · 4 years, 10 months ago
- fa097a2 Modify IceControllerInterface::SelectConnectionToPing - step 3 by Jonas Oreland · 4 years, 10 months ago
- ef60c2b Implement Connection::ForgetLearnedState() by Jonas Oreland · 4 years, 10 months ago
- 4333600 Modify IceControllerInterface::SelectConnectionToPing - step 2 by Jonas Oreland · 4 years, 10 months ago
- 2f3c019 Modify IceControllerInterface::SelectConnectionToPing - step 1 by Jonas Oreland · 4 years, 10 months ago
- d1a0062 remove deprecated fields in rtc::NetworkRoute by Jonas Oreland · 4 years, 10 months ago
- 8515d5a Refactor ssl_stream_adapter API to show object ownership by Harald Alvestrand · 4 years, 10 months ago
- 71fda36 Extend NetworkRoute with more info about local/remote endpoints by Jonas Oreland · 4 years, 10 months ago
- e665500 Make Connection::id() const by Jonas Oreland · 4 years, 11 months ago