- b3f5aed Remove the flag PORTALLOCATOR_ENABLE_ANY_ADDRESS_PORTS. by Qingsi Wang · 6 years ago
- ac5bbd9 Reland "Enable any address ports by default." by Mirko Bonadei · 6 years ago
- 056a68d Revert "Enable any address ports by default." by Mirko Bonadei · 6 years ago
- f04148c Enable any address ports by default. by Qingsi Wang · 6 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
- 00c7183 Replace rtc::Optional with absl::optional in media, ortc, p2p by Danil Chapovalov · 6 years ago
- d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 7 years ago
- a2d6067 Reland "Add thread checker to PortAllocator and its subclasses and fix a bug causing memory contention by threads." by Qingsi Wang · 7 years ago
- c4384ea Remove PORTALLOCATOR_ENABLE_SHARED_UFRAG by Steve Anton · 7 years ago
- 3dc4106 Revert "Add thread checker to PortAllocator and its subclasses and fix a bug" by Patrik Höglund · 7 years ago
- fc43d11 Add thread checker to PortAllocator and its subclasses and fix a bug by Qingsi Wang · 7 years ago
- 72a43a1 Collect packet loss and RTT stats of STUN binding requests. by Qingsi Wang · 7 years ago
- db53f8e Add configurable STUN binding request interval. by Qingsi Wang · 7 years ago
- 2870b0a Expose a link-local network interfaces enumeration option by Daniel Lazarenko · 7 years ago
- fd7df98 Fix sign-compare warnings on win_clang by Oleh Prypin · 7 years ago
- 6c38cc7 Fix cpplint errors in p2p/ by Steve Anton · 7 years ago
- 7995d8c Fix clang style warnings in p2p/base/portallocator files by Steve Anton · 7 years ago
- bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
- 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
- b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
- 1c5e6d0 Remove BasicPortAllocator::EnableProtocol. by deadbeef · 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/portallocator.h]
- 7bd1f1b Add support for changing the TLS elliptic curve set. by Diogo Real · 7 years ago
- 1dca9d5 Support a user-provided string for the TLS ALPN extension. by Diogo Real · 7 years ago
- 3427f53 Relanding: Move "max IPv6 networks" logic to BasicPortAllocator, and fix sorting. by deadbeef · 7 years ago
- 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
- ad95614 Move "max IPv6 networks" logic to BasicPortAllocator, and fix sorting. by deadbeef · 7 years ago
- 300bf8e Reinstate "API for periodically regathering ICE candidates" by Steve Anton · 7 years ago
- 3beb207 Revert "API for periodically regathering ICE candidates" by Magnus Jedvert · 7 years ago
- aa41f0c API for periodically regathering ICE candidates by Steve Anton · 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
- dab1d2d Enable SNI in ssl adapter. by Emad Omara · 7 years ago
- 1ee2125 Adding PortAllocator option to support cases where sockets can't be bound. by deadbeef · 7 years ago
- f137e97 Revert of Removing HTTPS and SOCKS proxy server code. (patchset #2 id:20001 of https://codereview.webrtc.org/2731673002/ ) by deadbeef · 8 years ago
- 42a4263 Making candidate pool size behave as decided in JSEP. by deadbeef · 8 years ago
- b09b3f9 Add the option to disable IPv6 ICE candidates on WiFi. by zhihuang · 8 years ago
- a1991c5 Removing HTTPS and SOCKS proxy server code. by deadbeef · 8 years ago
- 0483362 Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
- 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
- b0f04fd Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
- 277b250 Refactor "secure bool" into explicit PROTO_TLS. by hnsl · 8 years ago
- 6de92f9 Don't allow changing ICE pool size after SetLocalDescription. by deadbeef · 8 years ago
- d93f50c Add UMA metrics for ICE regathering reasons. by Honghai Zhang · 8 years ago
- b60a819 Fixing inconsistency with behavior of `ClearGettingPorts`. by deadbeef · 8 years ago
- fe1ffb1 Remove unused SessionId from TransportChannel and PortAllocatorSession. by johan · 8 years ago
- a74363c Remove ports that are not used by any channel after timeout by Honghai Zhang · 8 years ago
- 8eeecab Merge SignalPortPruned and SignalPortsRemoved. by Honghai Zhang · 8 years ago
- d8f6fc4 Make the state transition for a PortAllocatorSession in each derived class instead of in the base class. by Honghai Zhang · 8 years ago
- 5622c5e If continual gathering is enabled, by Honghai Zhang · 8 years ago
- b9e7b4a Add config to prune low-priority TURN ports for creating connections by Honghai Zhang · 8 years ago
- f4e8cf0 Revert of Add config to prune TURN ports (patchset #12 id:360001 of https://codereview.webrtc.org/2093623004/ ) by danilchap · 8 years ago
- 17aac05 Add config to prune low-priority TURN ports for creating connections by Honghai Zhang · 8 years ago
- f8e6577 Add virtual Initialize methods to PortAllocator and NetworkManager. by Taylor Brandstetter · 8 years ago
- ba8d433 Revert of Add virtual Initialize methods to PortAllocator and NetworkManager. (patchset #4 id:60001 of https://codereview.webrtc.org/2097653002/ ) by deadbeef · 8 years ago
- a6bdb09 Add virtual Initialize methods to PortAllocator and NetworkManager. by Taylor Brandstetter · 8 years ago
- 6034705 Add a flag to filter out high-cost networks. by honghaiz · 8 years ago
- 417eebe Fixing the behavior of the candidate filter with pooled candidates. by Taylor Brandstetter · 8 years ago
- 54f1d9b Removing PORTALLOCATOR_ENABLE_SHAKER. by Taylor Brandstetter · 8 years ago
- a1c3035 Relanding: Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 8 years ago
- c55fb30 Revert of Implement RTCConfiguration.iceCandidatePoolSize. (patchset #7 id:120001 of https://codereview.webrtc.org/1956453003/ ) by deadbeef · 8 years ago
- 48e9d05 Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 8 years ago
- 0c7e9f5 Removing webrtc::PortAllocatorFactoryInterface. by Taylor Brandstetter · 9 years ago
- 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
- 9af97f8 WebRTC should generate default private address even when adapter enumeration is disabled. by Guo-wei Shieh · 9 years ago
- 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
- d3b26d9 Adding the ability to change ICE servers through SetConfiguration. by deadbeef · 9 years ago
- 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
- 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
- cbecd35 Reland of TransportController refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/1358413003/ ) by deadbeef · 9 years ago
- a81a42f Revert of TransportController refactoring. (patchset #6 id:100001 of https://codereview.webrtc.org/1350523003/ ) by torbjorng · 9 years ago
- 47ee2f3 TransportController refactoring. by deadbeef · 9 years ago
- 7cbd188 Remove GICE (again). by Peter Thatcher · 9 years ago
- d12140a Revert change which removes GICE. by guoweis · 9 years ago
- 13d35f6 Add check to prevent TURN usage if the protocol is not allowed. by Guo-wei Shieh · 9 years ago
- 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
- 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
- fe3bc9d Relanding "Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied." by Guo-wei Shieh · 9 years ago
- 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
- 370c884 Revert "Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied." by Guo-wei Shieh · 9 years ago
- 0a2955f Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied. by Guo-wei Shieh · 9 years ago
- 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
- 3449faa Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever). by Peter Thatcher · 9 years ago
- 73ba7a6 Remove PORTALLOCATOR_ENABLE_BUNDLE, PortAllocatorSessionProxy, PortAllocatorSessionMuxer, and PortProxy. by Peter Thatcher · 10 years ago
- f358aea Fix WebRTC IP leaks. by guoweis@webrtc.org · 10 years ago
- 0ba1533 Added support for an Origin header in STUN messages. by pthatcher@webrtc.org · 10 years ago
- 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
- 28100cb Reverts r7459 "Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p." by henrike@webrtc.org · 10 years ago
- d1ba6d9 Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago