1. 14630a7 Use rtc::ReceivedPacket in Stun and TurnServer by Per K · 1 year, 2 months ago
  2. aa653c0 Reland "Deprecate all classes related to AsyncResolver" by Harald Alvestrand · 1 year, 3 months ago
  3. 08d431e Revert "Deprecate all classes related to AsyncResolver" by Harald Alvestrand · 1 year, 3 months ago
  4. 61a4428 Deprecate all classes related to AsyncResolver by Harald Alvestrand · 1 year, 3 months ago
  5. 2221144 Delete old versions of GetNetworks and GetAnyAddressNetworks by Niels Möller · 2 years, 9 months ago
  6. 1e39da3 Refactor StunProber to use const rtc::Network* by Niels Möller · 2 years, 9 months ago
  7. 66be895 Delete BasicPacketSocketFactory default constructor by Niels Möller · 3 years, 4 months ago
  8. 091617d Change TestStunServer::Create to take a SocketServer rather than a thread as argument. by Niels Möller · 4 years, 1 month ago
  9. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  10. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  11. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  12. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from p2p/stunprober/stunprober_unittest.cc]
  13. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  14. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  15. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/p2p/stunprober/stunprober_unittest.cc]
  16. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  17. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  18. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  19. 98e186c Remove VirtualSocketServer's dependency on PhysicalSocketServer. by deadbeef · 8 years ago
  20. 7eaa4ea Delete method MessageQueue::set_socketserver by nisse · 8 years ago
  21. c7c26a0 Reland of place basictypes.h with stdint.h for int_t types. (patchset #1 id:1 of https://codereview.webrtc.org/2603203003/ ) by pbos · 8 years ago
  22. 7eb0e23 Revert of Replace basictypes.h with stdint.h for int_t types. (patchset #1 id:1 of https://codereview.webrtc.org/2604043002/ ) by pbos · 8 years ago
  23. 7fd1a75 Replace basictypes.h with stdint.h for int_t types. by pbos · 8 years ago
  24. 3ec4679 Replace scoped_ptr with unique_ptr in webrtc/p2p/ by kwiberg · 9 years ago
  25. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  26. dc13abc Initially when the design was to do this experiment in browser, which doesn't have webrtc code, it requires some glue code to bridge the difference between what's available in webrtc::base and browser process. Now since we're moving to renderer process, we could reuse a lot of existing interfaces instead of rolling our own. by Guo-wei Shieh · 10 years ago
  27. 72e9f04 Better determination of Symmetric NAT. by Guo-wei Shieh · 10 years ago
  28. 1ab67ae Address the corner cases by Guo-wei Shieh · 10 years ago
  29. 37931c4 Stunprober interface, its implementation and a command line driver. by Guo-wei Shieh · 10 years ago