1. fdf54f2 Stop pairing local relay candidates with remote mDNS candidates. by Qingsi Wang · 5 years ago
  2. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  3. 20232a9 Use obfuscated IPs in logging in p2p/ and pc/. by Qingsi Wang · 5 years ago
  4. 3c02842 Add TURN_LOGGING_ID by Jonas Oreland · 5 years ago
  5. da13ea2 Reland "Added OnIceCandidateError to API and implementation" by Eldar Rello · 5 years ago
  6. 3b8ed28 Revert "Added OnIceCandidateError to API and implementation" by Yves Gerey · 5 years ago
  7. 9469c78 Added OnIceCandidateError to API and implementation by Eldar Rello · 5 years ago
  8. e8e7d7b Move Connection into it's own .h/.cc file. by Jonas Oreland · 5 years ago
  9. 39b69cc Add field trial for adding remote ufrag CreatePermission by Jonas Oreland · 6 years ago
  10. ae226f6 Use Abseil container algorithms in p2p/ by Steve Anton · 6 years ago
  11. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  12. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from p2p/base/turnport.cc]
  13. e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
  14. 26968ba Delete unused utf8 conversion utilities by Niels Möller · 6 years ago
  15. 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
  16. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  17. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 6 years ago
  18. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  19. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  20. 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 6 years ago
  21. 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  22. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  23. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  24. 00c7183 Replace rtc::Optional with absl::optional in media, ortc, p2p by Danil Chapovalov · 6 years ago
  25. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 6 years ago
  26. 6e641e6 Signal detailed packet info for each packet sent. by Qingsi Wang · 7 years ago
  27. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 7 years ago
  28. d7d762d Remove LOG_J and LOG_JV, tweak p2p logs. by Jonas Olsson · 7 years ago
  29. c99dc31 Add ability to release TURN allocation gracefully by Jonas Oreland · 7 years ago
  30. 01cb5f2 Fix issue where sockets bound to temporary IPv6 addresses are discarded. by Taylor Brandstetter · 7 years ago
  31. 3ba7a57 Fixing typo in log messages. by Taylor Brandstetter · 7 years ago
  32. 19651c3 Handle lifetime short than 2 minutes for TURN allocations by Jonas Oreland · 7 years ago
  33. dbd7809 Replace bind2nd with lambdas in turnport.cc for C++ 17 compatibility. by Qingsi Wang · 7 years ago
  34. 202994c This is a recommit of by Jonas Oreland · 7 years ago
  35. f1a7a8c Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports" by Guido Urdaneta · 7 years ago
  36. 26246ca Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports by Jonas Oreland · 7 years ago
  37. 6c38cc7 Fix cpplint errors in p2p/ by Steve Anton · 7 years ago
  38. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  39. 1cf1b7d Fix clang style warnings in p2p/base/port.h and its subclasses by Steve Anton · 7 years ago
  40. f022976 Fix bug in recently introduced TurnCustomizer by Jonas Oreland · 7 years ago
  41. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  42. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
  43. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  44. d65ae4a Fixing DCHECK in turnport.cc and doing some related cleanup. by Taylor Brandstetter · 7 years ago
  45. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  46. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/p2p/base/turnport.cc]
  47. 7bd1f1b Add support for changing the TLS elliptic curve set. by Diogo Real · 7 years ago
  48. 1dca9d5 Support a user-provided string for the TLS ALPN extension. by Diogo Real · 7 years ago
  49. e9ef907 Revert of Add logging of host lookups made by TurnPort to the RtcEventLog. (patchset #11 id:200001 of https://codereview.webrtc.org/2996933003/ ) by maxmorin · 7 years ago
  50. c251cb1 Add logging host lookups made by TurnPort to the RtcEventLog. by jonaso · 7 years ago
  51. 786de70 Add TLS TURN tests. by Steve Anton · 7 years ago
  52. 5c3c104 Make Port (and subclasses) fully "Network"-based, instead of IP-based. by deadbeef · 7 years ago
  53. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  54. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  55. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  56. bbe2a37 Fixing DCHECK in turnport.cc that was broken by refactoring. by deadbeef · 7 years ago
  57. 996fc6b Don't crash if STUN error message is missing ERROR-CODE attribute. by deadbeef · 7 years ago
  58. f42cc9d Add MakeUnique from chromium and change StunMessage::AddAttribute to take a unique_ptr. by zstein · 8 years ago
  59. 8f33fb3 Replace "timout" with "timeout" in log message. by deadbeef · 8 years ago
  60. 26d99c2 Add the URL attribute to cricket::Candiate. by zhihuang · 8 years ago
  61. c16fa5e Replace all use of the VERIFY macro. by nisse · 8 years ago
  62. cc99bc2 Change StunMessage::AddAttribute return type from bool to void. by nisse · 8 years ago
  63. 7d25426 Delete unneeded includes of base/common.h. by nisse · 8 years ago
  64. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  65. 0483362 Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
  66. d5236e2 Revert of Add disabled certificate check support to IceServer PeerConnection API. (patchset #8 id:140001 of https://codereview.webrtc.org/2557803002/ ) by magjed · 8 years ago
  67. b0f04fd Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
  68. 277b250 Refactor "secure bool" into explicit PROTO_TLS. by hnsl · 8 years ago
  69. fb70b45 Preventing TURN redirects to loopback addresses. by deadbeef · 8 years ago
  70. c309e0e Don't stop sending media on EWOULDBLOCK by skvlad · 8 years ago
  71. d00c057 Fix the turn and udp port type. by Honghai Zhang · 8 years ago
  72. ef18470 Allow receiving a packet on a TURN port from an unknown address. by Taylor Brandstetter · 8 years ago
  73. f4ae6dc Fix an issue in IPv6 support. by Honghai Zhang · 8 years ago
  74. 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
  75. 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
  76. 3d77deb Do not delete a connection in the turn port with permission error, refresh error, or binding error. by Honghai Zhang · 8 years ago
  77. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  78. 36f50e8 Create a new connection if a candidate reuses an address by honghaiz · 8 years ago
  79. 417eebe Fixing the behavior of the candidate filter with pooled candidates. by Taylor Brandstetter · 8 years ago
  80. 17fa672 Fix AllocationSequence to handle the case when TurnPort stops using shared socket. by Sergey Ulanov · 8 years ago
  81. 1bffc1d Rename rtc::Time64 --> rtc::TimeMillis. by nisse · 8 years ago
  82. f1f8720 Split ByteBuffer into writer/reader objects. by jbauch · 9 years ago
  83. 34b11eb Using 64-bit timestamp to replace the 32-bit one in webrtc/p2p. by honghaiz · 9 years ago
  84. c463e20 Reset TURN port NONCE when a new socket is created. by honghaiz · 9 years ago
  85. 9dfed79 Stop processing any incoming packets when turn port is disconnected. by honghaiz · 9 years ago
  86. 55674ff Reland Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. by Stefan Holmer · 9 years ago
  87. e5e0e57 Revert of Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. (patchset #3 id:40001 of https://codereview.webrtc.org/1577873003/ ) by tommi · 9 years ago
  88. 7307952 Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. by Stefan Holmer · 9 years ago
  89. 6b9ab92 Cease all future TURN requests when a TURN refresh request fails for a given TURN port. by honghaiz · 9 years ago
  90. f9945b2 Only try to pair protocol matching candidates for creating connections. by Honghai Zhang · 9 years ago
  91. f67c548 Handle Turn error response to RefreshRequest, CreatePermissionRequest, and ChanelBindRequest by Honghai Zhang · 9 years ago
  92. 0f490a5 Add logs when stun or turn host lookup is completed. by Honghai Zhang · 9 years ago
  93. c3e0fe7 Make it extra safe when deleting a turn entry. by honghaiz · 9 years ago
  94. 376e123 Destroy a Connection if a CreatePermission request fails. by deadbeef · 9 years ago
  95. 32f3996 Re-apply change https://codereview.webrtc.org/1426673007/ by honghaiz · 9 years ago
  96. 54e9232 Revert of Do not delete the turn port entry right away when the respective connection is deleted. (patchset #5 id:260001 of https://codereview.webrtc.org/1426673007/ ) by tommi · 9 years ago
  97. e58fe8e Do not delete the turn port entry right away when the respective connection is deleted. by honghaiz · 9 years ago
  98. 8597543 Schedule a CreatePermissionRequest after the success of a previous request by Honghai Zhang · 9 years ago
  99. 20a3461 Remove deprecated IsUnresolved() method from SocketAddress API. by tfarina · 9 years ago
  100. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago