1. db53f8e Add configurable STUN binding request interval. by Qingsi Wang · 7 years ago
  2. 45cc890 Assorted logging pedantry by Jonas Olsson · 7 years ago
  3. 6c38cc7 Fix cpplint errors in p2p/ by Steve Anton · 7 years ago
  4. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  5. 1cf1b7d Fix clang style warnings in p2p/base/port.h and its subclasses by Steve Anton · 7 years ago
  6. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  7. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/p2p/base/stunport.cc]
  8. 5c3c104 Make Port (and subclasses) fully "Network"-based, instead of IP-based. by deadbeef · 8 years ago
  9. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  10. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  11. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  12. 996fc6b Don't crash if STUN error message is missing ERROR-CODE attribute. by deadbeef · 8 years ago
  13. 26d99c2 Add the URL attribute to cricket::Candiate. by zhihuang · 8 years ago
  14. 7d25426 Delete unneeded includes of base/common.h. by nisse · 8 years ago
  15. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  16. c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 8 years ago
  17. d00c057 Fix the turn and udp port type. by Honghai Zhang · 9 years ago
  18. 36f50e8 Create a new connection if a candidate reuses an address by honghaiz · 9 years ago
  19. 417eebe Fixing the behavior of the candidate filter with pooled candidates. by Taylor Brandstetter · 9 years ago
  20. 351d77b Update the type and cost of existing networks by Honghai Zhang · 9 years ago
  21. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 9 years ago
  22. 1bffc1d Rename rtc::Time64 --> rtc::TimeMillis. by nisse · 9 years ago
  23. 34b11eb Using 64-bit timestamp to replace the 32-bit one in webrtc/p2p. by honghaiz · 9 years ago
  24. e2af9ef Keep on sending stun binding requests on zero-cost networks. by honghaiz · 9 years ago
  25. 55674ff Reland Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. by Stefan Holmer · 9 years ago
  26. 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
  27. 7307952 Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. by Stefan Holmer · 9 years ago
  28. f9945b2 Only try to pair protocol matching candidates for creating connections. by Honghai Zhang · 9 years ago
  29. 0f490a5 Add logs when stun or turn host lookup is completed. by Honghai Zhang · 9 years ago
  30. 45b0efd Stop sending stun binding requests after certain amount of time. by honghaiz · 9 years ago
  31. 953eabc Revert "GetDefaultLocalAddress should return false when the address is invalid" by Guo-wei Shieh · 9 years ago
  32. 67c6df6 GetDefaultLocalAddress should return false when the address is invalid by Guo-wei Shieh · 9 years ago
  33. e03cab9 When running this code in chromium on a machine with IPv6 disabled, the RTC_DCHECK fails and in release build, it could leak to further crash in chromium's rtc_peer_connection_hanlder.cc. by Guo-wei Shieh · 9 years ago
  34. 9af97f8 WebRTC should generate default private address even when adapter enumeration is disabled. by Guo-wei Shieh · 9 years ago
  35. 20a3461 Remove deprecated IsUnresolved() method from SocketAddress API. by tfarina · 9 years ago
  36. 8a4f547 Hang on android when DNS resolution is not done by Guo-wei Shieh · 9 years ago
  37. c1aeaf0 Wire up packet_id / send time callbacks to webrtc via libjingle. by stefan · 9 years ago
  38. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  39. fe3bc9d Relanding "Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied." by Guo-wei Shieh · 10 years ago
  40. 3d564c1 Add instrumentation to track the IceEndpointType. by Guo-wei Shieh · 10 years ago
  41. 370c884 Revert "Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied." by Guo-wei Shieh · 10 years ago
  42. 0a2955f Generate localhost candidate when no STUN/TURN and portallocator has the right flag spefied. by Guo-wei Shieh · 10 years ago
  43. 1cf6f81 Add logging for sending and receiving STUN binding requests and TURN requests and responses. by Peter Thatcher · 10 years ago
  44. 0ba1533 Added support for an Origin header in STUN messages. by pthatcher@webrtc.org · 10 years ago
  45. 332331f Use uint16s for port numbers in webrtc/p2p/base. by pkasting@chromium.org · 10 years ago
  46. 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
  47. 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
  48. d1ba6d9 Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago