1. 202994c This is a recommit of by Jonas Oreland · 7 years ago
  2. f1a7a8c Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports" by Guido Urdaneta · 7 years ago
  3. 26246ca Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports by Jonas Oreland · 7 years ago
  4. 6c38cc7 Fix cpplint errors in p2p/ by Steve Anton · 7 years ago
  5. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  6. ca7d54e Fix clang style warnings in p2p/base/stun.h 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. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  11. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/p2p/base/stun.cc]
  12. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  13. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  14. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  15. 996fc6b Don't crash if STUN error message is missing ERROR-CODE attribute. by deadbeef · 7 years ago
  16. f42cc9d Add MakeUnique from chromium and change StunMessage::AddAttribute to take a unique_ptr. by zstein · 8 years ago
  17. ad94c4c Replace StunMessage's vector<StunAttribute*>* with a by zstein · 8 years ago
  18. cc99bc2 Change StunMessage::AddAttribute return type from bool to void. by nisse · 8 years ago
  19. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  20. 3e02430 Fix a stun attribute leak. by Honghai Zhang · 8 years ago
  21. 1a20610 Fix buffer overflow in HMAC validation of STUN messages. by katrielc · 8 years ago
  22. e4bda24 Before validating a STUN packet, check it's big enough for a header. by katrielc · 8 years ago
  23. 3ec4679 Replace scoped_ptr with unique_ptr in webrtc/p2p/ by kwiberg · 8 years ago
  24. f1f8720 Split ByteBuffer into writer/reader objects. by jbauch · 9 years ago
  25. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  26. 0ba1533 Added support for an Origin header in STUN messages. by pthatcher@webrtc.org · 10 years ago
  27. 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
  28. 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
  29. d1ba6d9 Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago