1. df95dd1 Relax the stun ping check on valid result. by guoweis · 9 years ago
  2. ef1737c Separate StunProber::Start into Prepare and Run so we could create multiple of them and send out STUN pings at regular interval. by guoweis · 9 years ago
  3. 07e22e6 Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  4. 5c075c8 Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  5. 9199c0e Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  6. 1cd8906 Remove iostream which causes a new static initializer by Guo-wei Shieh · 10 years ago
  7. 5aca27b 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
  8. c4d2305 Better determination of Symmetric NAT. by Guo-wei Shieh · 10 years ago
  9. 8bced74 Move Requester to cc file. by Guo-wei Shieh · 10 years ago
  10. dcea3b5 Fix windows build break by Guo-wei Shieh · 10 years ago
  11. 4d12632 Add SocketFactoryInterface::Prepare and fix how symmetric NAT is determined. by Guo-wei Shieh · 10 years ago
  12. f42236b Address the corner cases by Guo-wei Shieh · 10 years ago
  13. f0bd134 Stunprober interface, its implementation and a command line driver. by Guo-wei Shieh · 10 years ago