1. 2870b0a Expose a link-local network interfaces enumeration option by Daniel Lazarenko · 7 years ago
  2. b181f71 Don't use link-local networks to determine the lowest cost of networks by Yuwei Huang · 7 years ago
  3. 202994c This is a recommit of by Jonas Oreland · 7 years ago
  4. f1a7a8c Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports" by Guido Urdaneta · 7 years ago
  5. 26246ca Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports by Jonas Oreland · 7 years ago
  6. 6c38cc7 Fix cpplint errors in p2p/ by Steve Anton · 7 years ago
  7. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  8. 7995d8c Fix clang style warnings in p2p/base/portallocator files by Steve Anton · 7 years ago
  9. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  10. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
  11. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  12. 1c46a35 Try creating sockets again if network change occurs after bind failed. by deadbeef · 7 years ago
  13. 1c5e6d0 Remove BasicPortAllocator::EnableProtocol. by deadbeef · 7 years ago
  14. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  15. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/p2p/client/basicportallocator.cc]
  16. 7bd1f1b Add support for changing the TLS elliptic curve set. by Diogo Real · 7 years ago
  17. 1dca9d5 Support a user-provided string for the TLS ALPN extension. by Diogo Real · 7 years ago
  18. 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
  19. c251cb1 Add logging host lookups made by TurnPort to the RtcEventLog. by jonaso · 7 years ago
  20. ee89e78 Replace CHECK(x && y) with two separate CHECK() calls by kwiberg · 7 years ago
  21. 5c3c104 Make Port (and subclasses) fully "Network"-based, instead of IP-based. by deadbeef · 7 years ago
  22. 3427f53 Relanding: Move "max IPv6 networks" logic to BasicPortAllocator, and fix sorting. by deadbeef · 7 years ago
  23. 817c8af Revert of Move "max IPv6 networks" logic to BasicPortAllocator, and fix sorting. (patchset #2 id:20001 of https://codereview.webrtc.org/2983213002/ ) by deadbeef · 7 years ago
  24. ad95614 Move "max IPv6 networks" logic to BasicPortAllocator, and fix sorting. by deadbeef · 7 years ago
  25. 300bf8e Reinstate "API for periodically regathering ICE candidates" by Steve Anton · 7 years ago
  26. 3beb207 Revert "API for periodically regathering ICE candidates" by Magnus Jedvert · 7 years ago
  27. aa41f0c API for periodically regathering ICE candidates by Steve Anton · 7 years ago
  28. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  29. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  30. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  31. 696f8ca Handle the PROTO_TSL when getting the protocol priority. by zhihuang · 7 years ago
  32. 1ee2125 Adding PortAllocator option to support cases where sockets can't be bound. by deadbeef · 7 years ago
  33. f137e97 Revert of Removing HTTPS and SOCKS proxy server code. (patchset #2 id:20001 of https://codereview.webrtc.org/2731673002/ ) by deadbeef · 7 years ago
  34. 42a4263 Making candidate pool size behave as decided in JSEP. by deadbeef · 7 years ago
  35. b09b3f9 Add the option to disable IPv6 ICE candidates on WiFi. by zhihuang · 7 years ago
  36. a1991c5 Removing HTTPS and SOCKS proxy server code. by deadbeef · 7 years ago
  37. 7d25426 Delete unneeded includes of base/common.h. by nisse · 8 years ago
  38. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  39. eb4ca4e Replace RTC_DCHECK(false) with RTC_NOTREACHED(). by nisse · 8 years ago
  40. 1d3c7e0 Move MetricsObserverInterface out of peerconnectioninterface.h by skvlad · 8 years ago
  41. c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 8 years ago
  42. 0483362 Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
  43. e97389c If network enumeration fails, try binding to the "ANY" address. by deadbeef · 8 years ago
  44. 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
  45. b0f04fd Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
  46. d93f50c Add UMA metrics for ICE regathering reasons. by Honghai Zhang · 8 years ago
  47. c67e0f5 Signal to remove remote candidates if ports are pruned. by Honghai Zhang · 8 years ago
  48. b60a819 Fixing inconsistency with behavior of `ClearGettingPorts`. by deadbeef · 8 years ago
  49. 5048f57 Add logs and small change in BasicPortAllocator. by Honghai Zhang · 8 years ago
  50. 3d31bd6 Do not create incompatible TurnPort if the server address family is known. by Honghai Zhang · 8 years ago
  51. a74363c Remove ports that are not used by any channel after timeout by Honghai Zhang · 8 years ago
  52. 8eeecab Merge SignalPortPruned and SignalPortsRemoved. by Honghai Zhang · 8 years ago
  53. a64edb8 Adding more logging to BasicPortAllocator. by deadbeef · 8 years ago
  54. d8f6fc4 Make the state transition for a PortAllocatorSession in each derived class instead of in the base class. by Honghai Zhang · 8 years ago
  55. d78ecf7 Add pruneTurnPorts to the java RTCConfiguration. by Honghai Zhang · 8 years ago
  56. 5622c5e If continual gathering is enabled, by Honghai Zhang · 8 years ago
  57. b9e7b4a Add config to prune low-priority TURN ports for creating connections by Honghai Zhang · 8 years ago
  58. f4e8cf0 Revert of Add config to prune TURN ports (patchset #12 id:360001 of https://codereview.webrtc.org/2093623004/ ) by danilchap · 8 years ago
  59. 17aac05 Add config to prune low-priority TURN ports for creating connections by Honghai Zhang · 8 years ago
  60. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  61. 6034705 Add a flag to filter out high-cost networks. by honghaiz · 8 years ago
  62. 417eebe Fixing the behavior of the candidate filter with pooled candidates. by Taylor Brandstetter · 8 years ago
  63. 54f1d9b Removing PORTALLOCATOR_ENABLE_SHAKER. by Taylor Brandstetter · 8 years ago
  64. a1c3035 Relanding: Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 8 years ago
  65. c55fb30 Revert of Implement RTCConfiguration.iceCandidatePoolSize. (patchset #7 id:120001 of https://codereview.webrtc.org/1956453003/ ) by deadbeef · 8 years ago
  66. 48e9d05 Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 8 years ago
  67. 17fa672 Fix AllocationSequence to handle the case when TurnPort stops using shared socket. by Sergey Ulanov · 8 years ago
  68. 8d6fab8 Remove two dead 'using' instances. by Peter Boström · 9 years ago
  69. 0c7e9f5 Removing webrtc::PortAllocatorFactoryInterface. by Taylor Brandstetter · 9 years ago
  70. 653b8e0 Reland of Adding the ability to change ICE servers through SetConfiguration. (patchset #1 id:1 of https://codereview.webrtc.org/1424803004/ ) by deadbeef · 9 years ago
  71. 9af97f8 WebRTC should generate default private address even when adapter enumeration is disabled. by Guo-wei Shieh · 9 years ago
  72. 18a944b Revert of Adding the ability to change ICE servers through SetConfiguration. (patchset #7 id:120001 of https://codereview.webrtc.org/1391013007/ ) by deadbeef · 9 years ago
  73. d3b26d9 Adding the ability to change ICE servers through SetConfiguration. by deadbeef · 9 years ago
  74. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  75. 898d21c WebRTC might leak srflx ip address when multiple_routes disabled and IceTransportType is relay. by Guo-wei Shieh · 9 years ago
  76. 98db68f If gather_continually is set to true, keep the last port allocator session running while stopping all existing process of getting ports (when p2ptransportchannel first becomes writable). by honghaiz · 9 years ago
  77. 8c404fa When doing DisableEquivalentPhases, exclude those AllocationSequences by honghaiz · 9 years ago
  78. 7cbd188 Remove GICE (again). by Peter Thatcher · 9 years ago
  79. d12140a Revert change which removes GICE. by guoweis · 9 years ago
  80. 13d35f6 Add check to prevent TURN usage if the protocol is not allowed. by Guo-wei Shieh · 9 years ago
  81. 2159b89 Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots. by Peter Thatcher · 9 years ago
  82. ea1012b address comments from https://codereview.webrtc.org/1277263002/ by guoweis · 9 years ago
  83. 5bdafd4 Revert "Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots."" by minyuel · 9 years ago
  84. fe3bc9d Relanding "Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied." by Guo-wei Shieh · 9 years ago
  85. 081f34b Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots." by Peter Thatcher · 9 years ago
  86. 47872ec In the past, P2PPortAllocator.enable_multiple_routes is the indicator whether we should bind to the any address. It's easy to translate that into a port allocator flag in P2PPortAllocator's ctor. Going forward, we have to depend on an asynchronous permission check to determine whether gathering local address is allowed or not, hence the current way of passing it through constructor approach won't work any more. The asynchronous check will trigger SignalNetowrksChanged so we could only check that inside DoAllocate. by Guo-wei Shieh · 9 years ago
  87. 370c884 Revert "Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied." by Guo-wei Shieh · 9 years ago
  88. ba9ab4c In the past, P2PPortAllocator.enable_multiple_routes is the indicator whether we should bind to the any address. It's easy to translate that into a port allocator flag in P2PPortAllocator's ctor. Going forward, we have to depend on an asynchronous permission check to determine whether gathering local address is allowed or not, hence the current way of passing it through constructor approach won't work any more. The asynchronous check will trigger SignalNetowrksChanged so we could only check that inside DoAllocate. by Guo-wei Shieh · 9 years ago
  89. 0a2955f Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied. by Guo-wei Shieh · 9 years ago
  90. 38f8893 WebRTC Bug 4865 by Guo-wei Shieh · 9 years ago
  91. fa30180 Revert "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots. by pthatcher · 9 years ago
  92. 3449faa Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever). by Peter Thatcher · 9 years ago
  93. f421bdc Fix an NPE when creating TurnPort with a NULL socket. by honghaiz · 9 years ago
  94. c5d0d95 Ensuring that UDP TURN servers are always used as STUN servers. by deadbeef · 9 years ago
  95. 894ad94 Fix occurrences of const typed declaration without initialization by eblima · 9 years ago
  96. d7e5c44 STUN allocation should not be disabled when using shared port and TURN servers are provided. by Jiayang Liu · 9 years ago
  97. 931e0cf Fix WebRTC IP leaks. by guoweis@webrtc.org · 10 years ago
  98. f358aea Fix WebRTC IP leaks. by guoweis@webrtc.org · 10 years ago
  99. 8cf9bdb Remove USE_WEBRTC_DEV_BRANCH. by pbos@webrtc.org · 10 years ago
  100. 7e5b380 Fix a crash in AllocationSequence. Internal bug 19074679. by jiayl@webrtc.org · 10 years ago