1. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  2. ff71a49 Reduce transaction ids independent of host byte order. by Zach Stein · 6 years ago
  3. 92c4289 Reland "Add transaction id to CandidatePairEvents." by Zach Stein · 6 years ago
  4. 286ee01 Revert "Add transaction id to CandidatePairEvents." by Erik Språng · 6 years ago
  5. c308bdf Add transaction id to CandidatePairEvents. by Zach Stein · 6 years ago
  6. 26968ba Delete unused utf8 conversion utilities by Niels Möller · 6 years ago
  7. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  8. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  9. d7d762d Remove LOG_J and LOG_JV, tweak p2p logs. by Jonas Olsson · 7 years ago
  10. 16ccef7 Allow implementation defined STUN attributes in 0x4000-0x7FFF range by Jonas Oreland · 7 years ago
  11. 7ca6311 Add method to modify magic cookie of a STUN message by Jonas Oreland · 7 years ago
  12. 202994c This is a recommit of by Jonas Oreland · 7 years ago
  13. f1a7a8c Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports" by Guido Urdaneta · 7 years ago
  14. 26246ca Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports by Jonas Oreland · 7 years ago
  15. 6c38cc7 Fix cpplint errors in p2p/ by Steve Anton · 7 years ago
  16. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  17. ca7d54e Fix clang style warnings in p2p/base/stun.h by Steve Anton · 7 years ago
  18. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  19. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
  20. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  21. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  22. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/p2p/base/stun.cc]
  23. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  24. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  25. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  26. 996fc6b Don't crash if STUN error message is missing ERROR-CODE attribute. by deadbeef · 8 years ago
  27. f42cc9d Add MakeUnique from chromium and change StunMessage::AddAttribute to take a unique_ptr. by zstein · 8 years ago
  28. ad94c4c Replace StunMessage's vector<StunAttribute*>* with a by zstein · 8 years ago
  29. cc99bc2 Change StunMessage::AddAttribute return type from bool to void. by nisse · 8 years ago
  30. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  31. 3e02430 Fix a stun attribute leak. by Honghai Zhang · 8 years ago
  32. 1a20610 Fix buffer overflow in HMAC validation of STUN messages. by katrielc · 9 years ago
  33. e4bda24 Before validating a STUN packet, check it's big enough for a header. by katrielc · 9 years ago
  34. 3ec4679 Replace scoped_ptr with unique_ptr in webrtc/p2p/ by kwiberg · 9 years ago
  35. f1f8720 Split ByteBuffer into writer/reader objects. by jbauch · 9 years ago
  36. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  37. 0ba1533 Added support for an Origin header in STUN messages. by pthatcher@webrtc.org · 10 years ago
  38. 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
  39. 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
  40. d1ba6d9 Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago