1. 76b0c2ce Revert "Reland "Port: migrate to TaskQueue."" by Mirko Bonadei · 3 years, 9 months ago
  2. e2ab77b Reland "Port: migrate to TaskQueue." by Markus Handell · 3 years, 10 months ago
  3. a4aabb9 Revert "Port: migrate to TaskQueue." by Markus Handell · 3 years, 10 months ago
  4. 0654016 Port: migrate to TaskQueue. by Markus Handell · 3 years, 10 months ago
  5. 2e15468 Avoid generating a random id for candidate stats. by Tommi · 3 years, 10 months ago
  6. 9582fa4 Remove unused setter for Port::socket_factory() by Harald Alvestrand · 4 years ago
  7. 3ba7beb Use callback_list for port destroy operation. by Lahiru Ginnaliya Gamathige · 4 years, 2 months ago
  8. 91e4156 Remove dependency on MessageHandlerAutoCleanup from cricket::Port. by Tomas Gunnarsson · 4 years, 4 months ago
  9. abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 7 months ago
  10. 93a9d19 p2p_transport_channel: Add estimated disconnected time to CandidatePairChangeEvent by Jonas Oreland · 4 years, 8 months ago
  11. c4633fd Remove the version of Port::AddrAddress without a URL parameter. by Mirko Bonadei · 5 years ago
  12. fb4351b Enforce "comprehension-required" STUN rules. by Taylor Brandstetter · 5 years ago
  13. 0095d37 Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent by Eldar Rello · 5 years ago
  14. d003662 Move SendBindingResponse to Connection by Jonas Oreland · 5 years ago
  15. 56d9452 Move stun.h to api/. by Patrik Höglund · 5 years ago
  16. 191e38f Delete gturn support by Niels Möller · 5 years ago
  17. 7d00342 Remove old packet socket factory header. by Patrik Höglund · 6 years ago
  18. 7cdcda9 Use the sanitized pair when surfacing the candidate pair change event. by Qingsi Wang · 6 years ago
  19. 00c7ecf Surface CandidatePairChange event by Alex Drake · 6 years ago
  20. da13ea2 Reland "Added OnIceCandidateError to API and implementation" by Eldar Rello · 6 years ago
  21. 3b8ed28 Revert "Added OnIceCandidateError to API and implementation" by Yves Gerey · 6 years ago
  22. 9469c78 Added OnIceCandidateError to API and implementation by Eldar Rello · 6 years ago
  23. e8e7d7b Move Connection into it's own .h/.cc file. by Jonas Oreland · 6 years ago
  24. 66e7679 Export symbols needed by the Chromium component build (part 8). by Mirko Bonadei · 6 years ago
  25. 22f9925 webrtc: Remove semicolons. by Nico Weber · 6 years ago
  26. d3be017 Remove unused PacketLossEstimator class by Zach Stein · 6 years ago
  27. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  28. 1dac6d8 Sanitize candidates in ICE-level stats when necessary. by Qingsi Wang · 6 years ago
  29. 9d4fd555 Make CONNECTION_WRITE_TIMEOUT configurable for ice connection by Jiawei Ou · 6 years ago
  30. 92c4289 Reland "Add transaction id to CandidatePairEvents." by Zach Stein · 6 years ago
  31. 286ee01 Revert "Add transaction id to CandidatePairEvents." by Erik Språng · 6 years ago
  32. c308bdf Add transaction id to CandidatePairEvents. by Zach Stein · 6 years ago
  33. 72d2ddd Fix raddr on srflx and relay candidates by Jeroen de Borst · 6 years ago
  34. 3ea7b83 Resolve the race condition between mDNS name registration and by Qingsi Wang · 6 years ago
  35. e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
  36. ac19414 Export symbols needed by the Chromium component build (part 6). by Mirko Bonadei · 6 years ago
  37. 6ca9836 Prepare for per-media DSCP values. Push dscp for stun packets to the port layer where they are created. by Tim Haloun · 7 years ago
  38. 0961933 Add MDnsResponderInterface and obfuscate local IP addresses in gathering. by Qingsi Wang · 7 years ago
  39. f5cf02a Use randomly generated IDs for candidate pairs in ICE event logs. by Qingsi Wang · 7 years ago
  40. e41c433 Move sigslot to proper third_party directory by Artem Titov · 7 years ago
  41. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  42. 15ac521 Removing unused cricket::Port constructor. by Taylor Brandstetter · 7 years ago
  43. 00c71836 Replace rtc::Optional with absl::optional in media, ortc, p2p by Danil Chapovalov · 7 years ago
  44. 59b4e3e Split IceCandidatePairEventType enum. by Bjorn Terelius · 7 years ago
  45. 10a0e51 Improve text logs in the network stack. by Qingsi Wang · 7 years ago
  46. 6e641e6 Signal detailed packet info for each packet sent. by Qingsi Wang · 7 years ago
  47. dea6889 Add sanity checks of IceConfig parameters. by Qingsi Wang · 7 years ago
  48. 866e08d Make rtc::Optional IceConfig parameters interpreted consistently. by Qingsi Wang · 7 years ago
  49. 22e623a Add configurable threshold for writability state update. by Qingsi Wang · 7 years ago
  50. 4ff5443 Fix bugs in collecting STUN candidate stats and configuring STUN by Qingsi Wang · 7 years ago
  51. d5e0fcd Add immediate sorting of candidate pairs after the network preference by Qingsi Wang · 7 years ago
  52. 72a43a1 Collect packet loss and RTT stats of STUN binding requests. by Qingsi Wang · 7 years ago
  53. 93a8439 Bind the structured ICE logging with P2PTransportChannel. by Qingsi Wang · 7 years ago
  54. 6e2e7ce Reland "Move JsepTransport from p2p/base to pc/." by Taylor Brandstetter · 7 years ago
  55. 202994c This is a recommit of by Jonas Oreland · 7 years ago
  56. 8424acd Revert "Move JsepTransport from p2p/base to pc/." by Oleh Prypin · 7 years ago
  57. 4770fd9 Move JsepTransport from p2p/base to pc/. by Taylor Brandstetter · 7 years ago
  58. f1a7a8c Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports" by Guido Urdaneta · 7 years ago
  59. 26246ca Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports by Jonas Oreland · 7 years ago
  60. 942bc2e Reland: Replaced the SignalSelectedCandidatePairChanged with a new signal. by Zhi Huang · 7 years ago
  61. 8c316c1 Revert "Replaced the SignalSelectedCandidatePairChanged with a new signal." by Zhi Huang · 7 years ago
  62. 7167745 Replaced the SignalSelectedCandidatePairChanged with a new signal. by Zhi Huang · 7 years ago
  63. f2737d2 Enable the clang style plugin in primary p2p/ target by Steve Anton · 7 years ago
  64. 1cf1b7d Fix clang style warnings in p2p/base/port.h and its subclasses by Steve Anton · 7 years ago
  65. 47d3a01 Reenable some supressed warnings for the objc SDK. by Kári Tristan Helgason · 7 years ago
  66. e2d6a06 Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  67. 1af3d82 Revert "Reland "Clean up libjingle API dependencies."" by Henrik Kjellander · 7 years ago
  68. 9185aca Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  69. 581df61 Revert "Reland "Clean up libjingle API dependencies."" by Patrik Höglund · 8 years ago
  70. 5117b04 Reland "Clean up libjingle API dependencies." by Patrik Höglund · 8 years ago
  71. 7bcfc3b Revert "Clean up libjingle API dependencies." by Patrik Höglund · 8 years ago
  72. 57fb315 Clean up libjingle API dependencies. by Patrik Höglund · 8 years ago
  73. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  74. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/p2p/base/port.h]
  75. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 8 years ago
  76. 5c3c104 Make Port (and subclasses) fully "Network"-based, instead of IP-based. by deadbeef · 8 years ago
  77. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  78. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  79. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  80. abbacbf Measure packet loss so we can use it to select ICE candidate pairs. by zstein · 8 years ago
  81. bf8d3e5 RTCIceCandidatePairStats.[total/current]RoundTripTime collected. by hbos · 8 years ago
  82. 92eaec6 RTCIceCandidatePairStats.nominated collected. by hbos · 8 years ago
  83. 2758c66 Fix the build break by keeping the old Port::AddAddress method since the by Peter Boström · 8 years ago
  84. 26d99c2 Add the URL attribute to cricket::Candiate. by zhihuang · 8 years ago
  85. 5107246 Allow applications to limit the ICE check rate through RTCConfiguration by skvlad · 8 years ago
  86. c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 8 years ago
  87. 06495bc RTCIceCandidatePairStats.[state/priority] added, ConnectionInfo updated. by hbos · 8 years ago
  88. b68cc75 ParseCandidate(): Refactor to fix memcheck false positive. by hnsl · 8 years ago
  89. 277b250 Refactor "secure bool" into explicit PROTO_TLS. by hnsl · 8 years ago
  90. 49f34fd Relanding: Refactoring that removes P2PTransport and DtlsTransport classes. by deadbeef · 8 years ago
  91. 57fd726 Revert of Refactoring that removes P2PTransport and DtlsTransport classes. (patchset #9 id:150001 of https://codereview.webrtc.org/2517883002/ ) by deadbeef · 8 years ago
  92. bd28681 Refactoring that removes P2PTransport and DtlsTransport classes. by deadbeef · 8 years ago
  93. 1203066 Compilerwarning possible loss of data in file port.h by bertholdherrmann08 · 8 years ago
  94. 4cedf2b Add signaling to support ICE renomination. by Honghai Zhang · 9 years ago
  95. fd16da2 Do not switch to a high-cost connection that is not receiving. by Honghai Zhang · 9 years ago
  96. 62351c9 Fixing problems with ICE candidate pair prioritization. by Taylor Brandstetter · 9 years ago
  97. 8cd8f81 Prepare for ICE renomination. by Honghai Zhang · 9 years ago
  98. a74363c Remove ports that are not used by any channel after timeout by Honghai Zhang · 9 years ago
  99. b5db1ec Delay destroying a port if new connections are created and destroyed. by Honghai Zhang · 9 years ago
  100. 9ad0db5 Dampening connection switch. by honghaiz · 9 years ago