1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. e8e7d7b Move Connection into it's own .h/.cc file. by Jonas Oreland · 5 years ago
  3. 198cf00 Reland "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN" by Niels Möller · 5 years ago
  4. fb8c856 Revert "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN" by Niels Moller · 5 years ago
  5. e779847 Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN by Niels Möller · 5 years ago
  6. 330fbee Make ExtraICEPing send slightly fewer extras by Jonas Oreland · 5 years ago
  7. f3e9abf Add field trial for ExtraICEPing by Jonas Oreland · 6 years ago
  8. ae226f6 Use Abseil container algorithms in p2p/ by Steve Anton · 6 years ago
  9. d3be017 Remove unused PacketLossEstimator class by Zach Stein · 6 years ago
  10. 37ec55e [clang-tidy] Apply performance-faster-string-find fixes. by Mirko Bonadei · 6 years ago
  11. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  12. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  13. 1dac6d8 Sanitize candidates in ICE-level stats when necessary. by Qingsi Wang · 6 years ago
  14. 9d4fd555 Make CONNECTION_WRITE_TIMEOUT configurable for ice connection by Jiawei Ou · 6 years ago
  15. 92c4289 Reland "Add transaction id to CandidatePairEvents." by Zach Stein · 6 years ago
  16. 286ee01 Revert "Add transaction id to CandidatePairEvents." by Erik Språng · 6 years ago
  17. c308bdf Add transaction id to CandidatePairEvents. by Zach Stein · 6 years ago
  18. 72d2ddd Fix raddr on srflx and relay candidates by Jeroen de Borst · 6 years ago
  19. 3ea7b83 Resolve the race condition between mDNS name registration and by Qingsi Wang · 6 years ago
  20. e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
  21. 7852d29 Improve the documentation of MdnsResponderInterface and rename MDns.* to Mdns.*. by Qingsi Wang · 6 years ago
  22. 3c7d599 Replace _stricmp with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
  23. 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
  24. b49b8f1 Fix a bug that the local hostname candidate with a known address is by Qingsi Wang · 6 years ago
  25. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  26. 941a07c Remove all remaining non-test uses of std::stringstream. by Jonas Olsson · 6 years ago
  27. 0961933 Add MDnsResponderInterface and obfuscate local IP addresses in gathering. by Qingsi Wang · 6 years ago
  28. 6b1985d Reimplement rtc::ToString and rtc::FromString without streams. by Jonas Olsson · 6 years ago
  29. f5cf02a Use randomly generated IDs for candidate pairs in ICE event logs. by Qingsi Wang · 6 years ago
  30. a76af0c Move base64.h to the proper location. by Artem Titov · 6 years ago
  31. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  32. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  33. 15ac521 Removing unused cricket::Port constructor. by Taylor Brandstetter · 6 years ago
  34. 00c7183 Replace rtc::Optional with absl::optional in media, ortc, p2p by Danil Chapovalov · 6 years ago
  35. 59b4e3e Split IceCandidatePairEventType enum. by Bjorn Terelius · 6 years ago
  36. 10a0e51 Improve text logs in the network stack. by Qingsi Wang · 6 years ago
  37. f82644c9 Change the receiving state update rule. by Qingsi Wang · 6 years ago
  38. 6e641e6 Signal detailed packet info for each packet sent. by Qingsi Wang · 6 years ago
  39. d7d762d Remove LOG_J and LOG_JV, tweak p2p logs. by Jonas Olsson · 7 years ago
  40. dea6889 Add sanity checks of IceConfig parameters. by Qingsi Wang · 7 years ago
  41. 2bd41f9 Fix a bug caused by an early return when a TURN port receives a role conflict. by Qingsi Wang · 7 years ago
  42. 866e08d Make rtc::Optional IceConfig parameters interpreted consistently. by Qingsi Wang · 7 years ago
  43. 22e623a Add configurable threshold for writability state update. by Qingsi Wang · 7 years ago
  44. 72a43a1 Collect packet loss and RTT stats of STUN binding requests. by Qingsi Wang · 7 years ago
  45. 45cc890 Assorted logging pedantry by Jonas Olsson · 7 years ago
  46. 93a8439 Bind the structured ICE logging with P2PTransportChannel. by Qingsi Wang · 7 years ago
  47. 6e2e7ce Reland "Move JsepTransport from p2p/base to pc/." by Taylor Brandstetter · 7 years ago
  48. 202994c This is a recommit of by Jonas Oreland · 7 years ago
  49. 8424acd Revert "Move JsepTransport from p2p/base to pc/." by Oleh Prypin · 7 years ago
  50. 4770fd9 Move JsepTransport from p2p/base to pc/. by Taylor Brandstetter · 7 years ago
  51. f1a7a8c Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports" by Guido Urdaneta · 7 years ago
  52. 26246ca Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports by Jonas Oreland · 7 years ago
  53. babf917 Fix cpplint errors in port/port_unittest by Steve Anton · 7 years ago
  54. 903dcd7 Optional: Use nullopt and implicit construction in /p2p by Oskar Sundbom · 7 years ago
  55. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  56. 942bc2e Reland: Replaced the SignalSelectedCandidatePairChanged with a new signal. by Zhi Huang · 7 years ago
  57. 8c316c1 Revert "Replaced the SignalSelectedCandidatePairChanged with a new signal." by Zhi Huang · 7 years ago
  58. 7167745 Replaced the SignalSelectedCandidatePairChanged with a new signal. by Zhi Huang · 7 years ago
  59. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  60. f2737d2 Enable the clang style plugin in primary p2p/ target by Steve Anton · 7 years ago
  61. 1cf1b7d Fix clang style warnings in p2p/base/port.h and its subclasses by Steve Anton · 7 years ago
  62. 7f90e2c IWYU: Include math.h for round(3). by Raphael Kubo da Costa · 7 years ago
  63. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  64. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/p2p/base/port.cc]
  65. 5c3c104 Make Port (and subclasses) fully "Network"-based, instead of IP-based. by deadbeef · 7 years ago
  66. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  67. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  68. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  69. 86c40a1 Fixing RTCIceCandidatePairStats.nominated for ICE controlling agent. by deadbeef · 7 years ago
  70. 0703856 Add SafeClamp(), which accepts args of different types by kwiberg · 7 years ago
  71. 7eaa4ea Delete method MessageQueue::set_socketserver by nisse · 7 years ago
  72. 996fc6b Don't crash if STUN error message is missing ERROR-CODE attribute. by deadbeef · 7 years ago
  73. f42cc9d Add MakeUnique from chromium and change StunMessage::AddAttribute to take a unique_ptr. by zstein · 8 years ago
  74. 38989e5 Parse the connection data in SDP (c= line). by zhihuang · 8 years ago
  75. abbacbf Measure packet loss so we can use it to select ICE candidate pairs. by zstein · 8 years ago
  76. bf8d3e5 RTCIceCandidatePairStats.[total/current]RoundTripTime collected. by hbos · 8 years ago
  77. 92eaec6 RTCIceCandidatePairStats.nominated collected. by hbos · 8 years ago
  78. 2758c66 Fix the build break by keeping the old Port::AddAddress method since the by Peter Boström · 8 years ago
  79. 26d99c2 Add the URL attribute to cricket::Candiate. by zhihuang · 8 years ago
  80. 94a2f21 Increase STUN RTOs to work better on poor networks, such as 2G networks. by pthatcher · 8 years ago
  81. d030912 Pick the DTLS handshake timeout based on the ICE RTT estimate by skvlad · 8 years ago
  82. 5107246 Allow applications to limit the ICE check rate through RTCConfiguration by skvlad · 8 years ago
  83. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  84. c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 8 years ago
  85. 06495bc RTCIceCandidatePairStats.[state/priority] added, ConnectionInfo updated. by hbos · 8 years ago
  86. 277b250 Refactor "secure bool" into explicit PROTO_TLS. by hnsl · 8 years ago
  87. e58d73d Fix more swarming test failures by using the fake clock or longer timeout. by honghaiz · 8 years ago
  88. dd7fb43 Emit SignalReadyToSend even for "presumed writable" connections. by deadbeef · 8 years ago
  89. 4cedf2b Add signaling to support ICE renomination. by Honghai Zhang · 8 years ago
  90. 62351c9 Fixing problems with ICE candidate pair prioritization. by Taylor Brandstetter · 8 years ago
  91. 8cd8f81 Prepare for ICE renomination. by Honghai Zhang · 8 years ago
  92. a74363c Remove ports that are not used by any channel after timeout by Honghai Zhang · 8 years ago
  93. b5db1ec Delay destroying a port if new connections are created and destroyed. by Honghai Zhang · 8 years ago
  94. 9ad0db5 Dampening connection switch. by honghaiz · 8 years ago
  95. 5622c5e If continual gathering is enabled, by Honghai Zhang · 8 years ago
  96. b825aee Start ICE connectivity checks as soon as the first pair is pingable. by Taylor Brandstetter · 8 years ago
  97. d00c057 Fix the turn and udp port type. by Honghai Zhang · 8 years ago
  98. 6bb1ef2 Fixing bug where Connection drops packets when presumed writable. by Taylor Brandstetter · 8 years ago
  99. 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
  100. 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