- 37ec55e [clang-tidy] Apply performance-faster-string-find fixes. by Mirko Bonadei · 6 years ago
- 739baf0 [clang-tidy] Apply performance-for-range-copy 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
- 1dac6d8 Sanitize candidates in ICE-level stats when necessary. by Qingsi Wang · 6 years ago
- 9d4fd555 Make CONNECTION_WRITE_TIMEOUT configurable for ice connection by Jiawei Ou · 6 years ago
- 92c4289 Reland "Add transaction id to CandidatePairEvents." by Zach Stein · 6 years ago
- 286ee01 Revert "Add transaction id to CandidatePairEvents." by Erik Språng · 6 years ago
- c308bdf Add transaction id to CandidatePairEvents. by Zach Stein · 6 years ago
- 72d2ddd Fix raddr on srflx and relay candidates by Jeroen de Borst · 6 years ago
- 3ea7b83 Resolve the race condition between mDNS name registration and by Qingsi Wang · 6 years ago
- e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
- 7852d29 Improve the documentation of MdnsResponderInterface and rename MDns.* to Mdns.*. by Qingsi Wang · 6 years ago
- 3c7d599 Replace _stricmp with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
- 6ca9836 Prepare for per-media DSCP values. Push dscp for stun packets to the port layer where they are created. by Tim Haloun · 6 years ago
- b49b8f1 Fix a bug that the local hostname candidate with a known address is by Qingsi Wang · 6 years ago
- 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
- 941a07c Remove all remaining non-test uses of std::stringstream. by Jonas Olsson · 6 years ago
- 0961933 Add MDnsResponderInterface and obfuscate local IP addresses in gathering. by Qingsi Wang · 6 years ago
- 6b1985d Reimplement rtc::ToString and rtc::FromString without streams. by Jonas Olsson · 6 years ago
- f5cf02a Use randomly generated IDs for candidate pairs in ICE event logs. by Qingsi Wang · 6 years ago
- a76af0c Move base64.h to the proper location. by Artem Titov · 6 years ago
- 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
- 15ac521 Removing unused cricket::Port constructor. by Taylor Brandstetter · 6 years ago
- 00c7183 Replace rtc::Optional with absl::optional in media, ortc, p2p by Danil Chapovalov · 6 years ago
- 59b4e3e Split IceCandidatePairEventType enum. by Bjorn Terelius · 6 years ago
- 10a0e51 Improve text logs in the network stack. by Qingsi Wang · 6 years ago
- f82644c9 Change the receiving state update rule. by Qingsi Wang · 7 years ago
- 6e641e6 Signal detailed packet info for each packet sent. by Qingsi Wang · 7 years ago
- d7d762d Remove LOG_J and LOG_JV, tweak p2p logs. by Jonas Olsson · 7 years ago
- dea6889 Add sanity checks of IceConfig parameters. by Qingsi Wang · 7 years ago
- 2bd41f9 Fix a bug caused by an early return when a TURN port receives a role conflict. by Qingsi Wang · 7 years ago
- 866e08d Make rtc::Optional IceConfig parameters interpreted consistently. by Qingsi Wang · 7 years ago
- 22e623a Add configurable threshold for writability state update. by Qingsi Wang · 7 years ago
- 72a43a1 Collect packet loss and RTT stats of STUN binding requests. by Qingsi Wang · 7 years ago
- 45cc890 Assorted logging pedantry by Jonas Olsson · 7 years ago
- 93a8439 Bind the structured ICE logging with P2PTransportChannel. by Qingsi Wang · 7 years ago
- 6e2e7ce Reland "Move JsepTransport from p2p/base to pc/." by Taylor Brandstetter · 7 years ago
- 202994c This is a recommit of by Jonas Oreland · 7 years ago
- 8424acd Revert "Move JsepTransport from p2p/base to pc/." by Oleh Prypin · 7 years ago
- 4770fd9 Move JsepTransport from p2p/base to pc/. by Taylor Brandstetter · 7 years ago
- f1a7a8c Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports" by Guido Urdaneta · 7 years ago
- 26246ca Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports by Jonas Oreland · 7 years ago
- babf917 Fix cpplint errors in port/port_unittest by Steve Anton · 7 years ago
- 903dcd7 Optional: Use nullopt and implicit construction in /p2p by Oskar Sundbom · 7 years ago
- e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
- 942bc2e Reland: Replaced the SignalSelectedCandidatePairChanged with a new signal. by Zhi Huang · 7 years ago
- 8c316c1 Revert "Replaced the SignalSelectedCandidatePairChanged with a new signal." by Zhi Huang · 7 years ago
- 7167745 Replaced the SignalSelectedCandidatePairChanged with a new signal. by Zhi Huang · 7 years ago
- 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
- f2737d2 Enable the clang style plugin in primary p2p/ target by Steve Anton · 7 years ago
- 1cf1b7d Fix clang style warnings in p2p/base/port.h and its subclasses by Steve Anton · 7 years ago
- 7f90e2c IWYU: Include math.h for round(3). by Raphael Kubo da Costa · 7 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/p2p/base/port.cc]
- 5c3c104 Make Port (and subclasses) fully "Network"-based, instead of IP-based. by deadbeef · 7 years ago
- c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
- a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
- c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
- 86c40a1 Fixing RTCIceCandidatePairStats.nominated for ICE controlling agent. by deadbeef · 7 years ago
- 0703856 Add SafeClamp(), which accepts args of different types by kwiberg · 7 years ago
- 7eaa4ea Delete method MessageQueue::set_socketserver by nisse · 8 years ago
- 996fc6b Don't crash if STUN error message is missing ERROR-CODE attribute. by deadbeef · 8 years ago
- f42cc9d Add MakeUnique from chromium and change StunMessage::AddAttribute to take a unique_ptr. by zstein · 8 years ago
- 38989e5 Parse the connection data in SDP (c= line). by zhihuang · 8 years ago
- abbacbf Measure packet loss so we can use it to select ICE candidate pairs. by zstein · 8 years ago
- bf8d3e5 RTCIceCandidatePairStats.[total/current]RoundTripTime collected. by hbos · 8 years ago
- 92eaec6 RTCIceCandidatePairStats.nominated collected. by hbos · 8 years ago
- 2758c66 Fix the build break by keeping the old Port::AddAddress method since the by Peter Boström · 8 years ago
- 26d99c2 Add the URL attribute to cricket::Candiate. by zhihuang · 8 years ago
- 94a2f21 Increase STUN RTOs to work better on poor networks, such as 2G networks. by pthatcher · 8 years ago
- d030912 Pick the DTLS handshake timeout based on the ICE RTT estimate by skvlad · 8 years ago
- 5107246 Allow applications to limit the ICE check rate through RTCConfiguration by skvlad · 8 years ago
- ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
- c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 8 years ago
- 06495bc RTCIceCandidatePairStats.[state/priority] added, ConnectionInfo updated. by hbos · 8 years ago
- 277b250 Refactor "secure bool" into explicit PROTO_TLS. by hnsl · 8 years ago
- e58d73d Fix more swarming test failures by using the fake clock or longer timeout. by honghaiz · 8 years ago
- dd7fb43 Emit SignalReadyToSend even for "presumed writable" connections. by deadbeef · 8 years ago
- 4cedf2b Add signaling to support ICE renomination. by Honghai Zhang · 8 years ago
- 62351c9 Fixing problems with ICE candidate pair prioritization. by Taylor Brandstetter · 8 years ago
- 8cd8f81 Prepare for ICE renomination. by Honghai Zhang · 8 years ago
- a74363c Remove ports that are not used by any channel after timeout by Honghai Zhang · 8 years ago
- b5db1ec Delay destroying a port if new connections are created and destroyed. by Honghai Zhang · 8 years ago
- 9ad0db5 Dampening connection switch. by honghaiz · 8 years ago
- 5622c5e If continual gathering is enabled, by Honghai Zhang · 8 years ago
- b825aee Start ICE connectivity checks as soon as the first pair is pingable. by Taylor Brandstetter · 8 years ago
- d00c057 Fix the turn and udp port type. by Honghai Zhang · 8 years ago
- 6bb1ef2 Fixing bug where Connection drops packets when presumed writable. by Taylor Brandstetter · 8 years ago
- 059e183 Reland of "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://… (patchset #1 id:1 of https://codereview.webrtc.org/2098703004/ ) by honghaiz · 8 years ago
- ae4d0d9 Revert of Revert "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://… (patchset #5 id:120001 of https://codereview.webrtc.org/2041593002/ ) by honghaiz · 8 years ago
- 5b5d2cd Revert "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://codereview.webrtc.org/2000063003/ )" by Honghai Zhang · 8 years ago
- 079a7a1 Reland of Do not delete a connection in the turn port with permission error or refresh error. (patchset #1 id:1 of https://codereview.webrtc.org/2090833002/ ) by honghaiz · 8 years ago
- 3159ffa Revert of Do not delete a connection in the turn port with permission error or refresh error. (patchset #6 id:260001 of https://codereview.webrtc.org/2068263003/ ) by honghaiz · 8 years ago
- 3d77deb Do not delete a connection in the turn port with permission error, refresh error, or binding error. by Honghai Zhang · 8 years ago
- f7c15a9 Set the generation on peer reflexive candidates when created. by Taylor Brandstetter · 8 years ago
- 435264a Increase the stun ping interval. by zhihuang · 8 years ago
- 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
- 18f9da0 Fix a memory issue when calling LOG_J in port.cc by honghaiz · 8 years ago
- 5ecf16c Add Stats to Stun ping. by zhihuang · 8 years ago