1. 5f83cf0 Replacing rtc::TimeDelta with webrtc::TimeDelta. by Sebastian Jansson · 7 years ago
  2. 31e5bf5 Remove deprecated SocketFactory overrides. by Steve Anton · 7 years ago
  3. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 7 years ago
  4. 389a97c Fixing leaked reference from SCTP transport to DTLS/ICE transport. by Taylor Brandstetter · 8 years ago
  5. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 8 years ago
  6. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  7. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/rtc_base/virtualsocketserver.cc]
  8. 5c3c104 Make Port (and subclasses) fully "Network"-based, instead of IP-based. by deadbeef · 8 years ago
  9. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
  10. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
  11. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
  12. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/virtualsocketserver.cc]
  13. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/rtc_base/virtualsocketserver.cc]
  14. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/virtualsocketserver.cc]
  15. 6eb03b8 Remove dependency on gunit headers in virtualsocketserver. by Bjorn Mellem · 8 years ago
  16. 22e0814 Update VirtualSocketServerTest to use a fake clock. by deadbeef · 8 years ago
  17. ed3b986 Fixing SSL error that occurs when underlying socket is blocked. by deadbeef · 8 years ago
  18. 98e186c Remove VirtualSocketServer's dependency on PhysicalSocketServer. by deadbeef · 8 years ago
  19. e077ee4 Deleted unused method EstimateMTU, and the WinPing class. by nisse · 8 years ago
  20. 4110277 fixing braces around initialization of subobject by mbonadei · 8 years ago
  21. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  22. 7d25426 Delete unneeded includes of base/common.h. by nisse · 9 years ago
  23. eb4ca4e Replace RTC_DCHECK(false) with RTC_NOTREACHED(). by nisse · 9 years ago
  24. c67e0f5 Signal to remove remote candidates if ports are pruned. by Honghai Zhang · 9 years ago
  25. e753641 Adding ability to simulate EWOULDBLOCK/SignalReadyToSend. by Taylor Brandstetter · 9 years ago
  26. 716d07a Using fake clock for TURN port tests and un-disabling some tests. by Taylor Brandstetter · 9 years ago
  27. 079a7a1 Reland of Do not delete a connection in the turn port with permission error or refresh error. (patchset #1 id:1 of https://codereview.webrtc.org/2090833002/ ) by honghaiz · 9 years ago
  28. 3159ffa Revert of Do not delete a connection in the turn port with permission error or refresh error. (patchset #6 id:260001 of https://codereview.webrtc.org/2068263003/ ) by honghaiz · 9 years ago
  29. 3d77deb Do not delete a connection in the turn port with permission error, refresh error, or binding error. by Honghai Zhang · 9 years ago
  30. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 9 years ago
  31. 9131efd Read recv timestamps from socket (posix only). by Stefan Holmer · 9 years ago
  32. 5ce1a2a Reland of Allow the localhost IP address even if it does not match the tcp port address (patchset #1 id:1 of https://codereview.webrtc.org/1979463003/ ) by tommi · 9 years ago
  33. 1cbf0a7 Revert of Allow the localhost IP address even if it does not match the tcp port address (patchset #4 id:120001 of https://codereview.webrtc.org/1914803002/ ) by tommi · 9 years ago
  34. 6705012 This fixes an issue similar to by Honghai Zhang · 9 years ago
  35. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 9 years ago
  36. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 9 years ago
  37. 8ac544e Get rid of deprecated SocketAddress::IsAny() method. by tfarina · 10 years ago
  38. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 10 years ago
  39. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 10 years ago
  40. 3841943 Consolidate constructormagic macros with Chromium version and remove Chromium override. by henrikg · 10 years ago
  41. 9a78d22 Revert of Consolidate constructormagic macros with Chromium version and remove Chromium override. (patchset #4 id:60001 of https://codereview.webrtc.org/1316363005/ ) by tommi · 10 years ago
  42. 0de8ff4 Consolidate constructormagic macros with Chromium version and remove Chromium override. by henrikg · 10 years ago
  43. 38f8893 WebRTC Bug 4865 by Guo-wei Shieh · 10 years ago
  44. be508a1 Implement Tcp Reconnect for TCPPort. by Guo-wei Shieh · 10 years ago
  45. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
  46. d3b453b Remove the incremental IP address behavior from virtualsocketserver by guoweis@webrtc.org · 10 years ago
  47. ff689be Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 10 years ago
  48. 53d9012 Clean kForever from basictypes and move it to the interfaces that actually have it. by andresp@webrtc.org · 10 years ago
  49. 95a32ec Revert 8271 "VirtualSocketServer out-of-order issue with closing..." by bjornv@webrtc.org · 11 years ago
  50. 4770437 VirtualSocketServer out-of-order issue with closing TCP sockets by pthatcher@webrtc.org · 11 years ago
  51. 4fba293 Workaround for issue 3927 to allow localhost IP even if it doesn't match the local turn port by guoweis@webrtc.org · 11 years ago
  52. 0eb6eec Move VirtualSocket into the .h file to allow unit tests more control over behavior. by guoweis@webrtc.org · 11 years ago
  53. 22406fc TurnPort should retry allocation with a new address on error STUN_ERROR_ALLOCATION_MISMATCH. by jiayl@webrtc.org · 11 years ago
  54. f1427c6 Revert 7070 "TurnPort should retry allocation with a new address on error by henrike@webrtc.org · 11 years ago
  55. 574f2f6 TurnPort should retry allocation with a new address on error STUN_ERROR_ALLOCATION_MISMATCH. by jiayl@webrtc.org · 11 years ago
  56. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
  57. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
  58. 2c7d1b3 Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base. by henrike@webrtc.org · 11 years ago