1. 19651c3 Handle lifetime short than 2 minutes for TURN allocations by Jonas Oreland · 7 years ago
  2. 202994c This is a recommit of by Jonas Oreland · 7 years ago
  3. f1a7a8c Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports" by Guido Urdaneta · 7 years ago
  4. 26246ca Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports by Jonas Oreland · 7 years ago
  5. 6c38cc7 Fix cpplint errors in p2p/ by Steve Anton · 7 years ago
  6. 1cf1b7d Fix clang style warnings in p2p/base/port.h and its subclasses by Steve Anton · 7 years ago
  7. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  8. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
  9. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  10. d65ae4a Fixing DCHECK in turnport.cc and doing some related cleanup. by Taylor Brandstetter · 7 years ago
  11. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  12. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/p2p/base/turnport.h]
  13. 7bd1f1b Add support for changing the TLS elliptic curve set. by Diogo Real · 7 years ago
  14. 1dca9d5 Support a user-provided string for the TLS ALPN extension. by Diogo Real · 7 years ago
  15. 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
  16. c251cb1 Add logging host lookups made by TurnPort to the RtcEventLog. by jonaso · 7 years ago
  17. 5c3c104 Make Port (and subclasses) fully "Network"-based, instead of IP-based. by deadbeef · 7 years ago
  18. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  19. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  20. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  21. 26d99c2 Add the URL attribute to cricket::Candiate. by zhihuang · 8 years ago
  22. 0483362 Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
  23. 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
  24. b0f04fd Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
  25. b9e7b4a Add config to prune low-priority TURN ports for creating connections by Honghai Zhang · 9 years ago
  26. f4e8cf0 Revert of Add config to prune TURN ports (patchset #12 id:360001 of https://codereview.webrtc.org/2093623004/ ) by danilchap · 9 years ago
  27. 17aac05 Add config to prune low-priority TURN ports for creating connections by Honghai Zhang · 9 years ago
  28. 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 · 9 years ago
  29. 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 · 9 years ago
  30. 3d77deb Do not delete a connection in the turn port with permission error, refresh error, or binding error. by Honghai Zhang · 9 years ago
  31. 36f50e8 Create a new connection if a candidate reuses an address by honghaiz · 9 years ago
  32. 17fa672 Fix AllocationSequence to handle the case when TurnPort stops using shared socket. by Sergey Ulanov · 9 years ago
  33. 34b11eb Using 64-bit timestamp to replace the 32-bit one in webrtc/p2p. by honghaiz · 9 years ago
  34. c463e20 Reset TURN port NONCE when a new socket is created. by honghaiz · 9 years ago
  35. 9dfed79 Stop processing any incoming packets when turn port is disconnected. by honghaiz · 9 years ago
  36. 55674ff Reland Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. by Stefan Holmer · 9 years ago
  37. 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
  38. 7307952 Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. by Stefan Holmer · 9 years ago
  39. 6b9ab92 Cease all future TURN requests when a TURN refresh request fails for a given TURN port. by honghaiz · 9 years ago
  40. f9945b2 Only try to pair protocol matching candidates for creating connections. by Honghai Zhang · 9 years ago
  41. f67c548 Handle Turn error response to RefreshRequest, CreatePermissionRequest, and ChanelBindRequest by Honghai Zhang · 9 years ago
  42. c3e0fe7 Make it extra safe when deleting a turn entry. by honghaiz · 9 years ago
  43. 376e123 Destroy a Connection if a CreatePermission request fails. by deadbeef · 9 years ago
  44. 32f3996 Re-apply change https://codereview.webrtc.org/1426673007/ by honghaiz · 9 years ago
  45. 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
  46. e58fe8e Do not delete the turn port entry right away when the respective connection is deleted. by honghaiz · 9 years ago
  47. 8597543 Schedule a CreatePermissionRequest after the success of a previous request by Honghai Zhang · 9 years ago
  48. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  49. b19eba3 Fix Turn TCP port issue. by honghaiz · 9 years ago
  50. 19e4e8d Add support for trying alternate server (STUN 300 error message) on TCP by guoweis@webrtc.org · 10 years ago
  51. 0ba1533 Added support for an Origin header in STUN messages. by pthatcher@webrtc.org · 10 years ago
  52. 332331f Use uint16s for port numbers in webrtc/p2p/base. by pkasting@chromium.org · 10 years ago
  53. 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
  54. 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
  55. d1ba6d9 Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago