1. b1aa352 Fix bug 574524: DtlsTransportChannel crashes after SSL closes remotely by guoweis · 9 years ago
  2. 516d536 Track pending ICE restarts independently for different media sections. by deadbeef · 9 years ago
  3. aeb97c3 Remove GetTransport() from TransportChannelImpl by mikescarlett · 9 years ago
  4. f8f2e23 Revert of Remove GetTransport() from TransportChannelImpl (patchset #3 id:40001 of https://codereview.webrtc.org/1691673002/ ) by guidou · 9 years ago
  5. b452e6e Remove GetTransport() from TransportChannelImpl by mikescarlett · 9 years ago
  6. 1bfebbc When doing continual gathering, remove the local ports when a corresponding network is dropped. by honghaiz · 9 years ago
  7. adb4ba8 Add network cost as part of the connection ranking. by honghaiz · 9 years ago
  8. b197661 Create QuicSession by mikescarlett · 9 years ago
  9. 8b3b5cb Reset TURN port NONCE when a new socket is created. by honghaiz · 9 years ago
  10. 31327e6 Stop processing any incoming packets when turn port is disconnected. by honghaiz · 9 years ago
  11. 6f633e6 Removing "candidates" attribute from TransportDescription. by deadbeef · 9 years ago
  12. e24786c Include relay protocol type when computing the turn candidate foundation. by Honghai Zhang · 9 years ago
  13. c80e43c Remove two dead 'using' instances. by Peter Boström · 9 years ago
  14. 7209fea Adapt to boringssl's new defaults. by torbjorng · 9 years ago
  15. c8d0d44 Revert of Update with new default boringssl no-aes cipher suites. Re-enable tests. (patchset #3 id:40001 of https://codereview.webrtc.org/1550773002/ ) by sprang · 9 years ago
  16. 9a780c8 Remove assert which was incorrectly added to TcpPort::OnSentPacket. by Stefan Holmer · 9 years ago
  17. 1fce9a7 Reland Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. by Stefan Holmer · 9 years ago
  18. 47ae718 Update with new default boringssl no-aes cipher suites. Re-enable tests. by Torbjorn Granlund · 9 years ago
  19. af0a008 Revert of Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. (patchset #3 id:40001 of https://codereview.webrtc.org/1577873003/ ) by tommi · 9 years ago
  20. cbf77ca Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. by Stefan Holmer · 9 years ago
  21. e19715c Change DTLS default from 1.0 to 1.2 for webrtc. by Guo-wei Shieh · 9 years ago
  22. b85c327 Properly handle different transports having different SSL roles. by Taylor Brandstetter · 9 years ago
  23. 5bdd601 Fix a flaky turnport test failure by Honghai Zhang · 9 years ago
  24. 67421a8 Cease all future TURN requests when a TURN refresh request fails for a given TURN port. by honghaiz · 9 years ago
  25. 82eb0d9 Don't delete an ICE connection until it has been pruned or timed out on writing in the case where it by honghaiz · 9 years ago
  26. 8b50325 Fill the remote pwd in the ice candidates when an ICE credential is received. by honghaiz · 9 years ago
  27. 6c68f3b Removing webrtc::PortAllocatorFactoryInterface. by Taylor Brandstetter · 9 years ago
  28. 492c058 Increasing timeout for TestResolverShutdown. by Taylor Brandstetter · 9 years ago
  29. dddcc09 Roll chromium_revision 1b6c421..db567a8 (365999:366304) by kjellander · 9 years ago
  30. acf06d6 Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 9 years ago
  31. 9867049 Cleanup use of "do { ... } while (0)". by torbjorng · 9 years ago
  32. 2e17efe Add ufrag to the ICE candidate signaling. by honghaiz · 9 years ago
  33. 4e2c01b OWNERS: Add * to .gyp{i,} everywhere. by kjellander@webrtc.org · 9 years ago
  34. ee4b745 Only try to pair protocol matching candidates for creating connections. by Honghai Zhang · 9 years ago
  35. e5f26f4 Handle Turn error response to RefreshRequest, CreatePermissionRequest, and ChanelBindRequest by Honghai Zhang · 9 years ago
  36. ec1ea82 Add logs when stun or turn host lookup is completed. by Honghai Zhang · 9 years ago
  37. 118aa04 Allow remote fingerprint update during a call by Guo-wei Shieh · 9 years ago
  38. 62101cc Revert "Allow remote fingerprint update during a call" by Guo-wei Shieh · 9 years ago
  39. 63e8c7c Allow remote fingerprint update during a call by Guo-wei Shieh · 9 years ago
  40. f7e0def Ping backup connection at a slower rate by Honghai Zhang · 9 years ago
  41. 53b2743 Stop sending stun binding requests after certain amount of time. by honghaiz · 9 years ago
  42. b5a7252 Make it extra safe when deleting a turn entry. by honghaiz · 9 years ago
  43. 5fa651f Initialize type_preference_ in TestPort. by pbos · 9 years ago
  44. 65c568f Destroy a Connection if a CreatePermission request fails. by deadbeef · 9 years ago
  45. 1e8f5f0 Revert "GetDefaultLocalAddress should return false when the address is invalid" by Guo-wei Shieh · 9 years ago
  46. 64b7954 GetDefaultLocalAddress should return false when the address is invalid by Guo-wei Shieh · 9 years ago
  47. 3adfcea Test case for CL 1437933002. by guoweis · 9 years ago
  48. 838c3b5 Reland Convert internal representation of Srtp cryptos from string to int by Guo-wei Shieh · 9 years ago
  49. 0eaad21 Revert of Convert internal representation of Srtp cryptos from string to int. (patchset #10 id:180001 of https://codereview.webrtc.org/1416673006/ ) by guoweis · 9 years ago
  50. 279937b Convert internal representation of Srtp cryptos from string to int. by guoweis · 9 years ago
  51. df7f9e5 Fix active tcp port to 9 by Guo-wei Shieh · 9 years ago
  52. 2f4c471 Re-apply change https://codereview.webrtc.org/1426673007/ by honghaiz · 9 years ago
  53. 74bf484 Revert of Do not delete the turn port entry right away when the respective connection is deleted. (patchset #5 id:260001 of https://codereview.webrtc.org/1426673007/ ) by tommi · 9 years ago
  54. 3ecbb85 Do not delete the turn port entry right away when the respective connection is deleted. by honghaiz · 9 years ago
  55. 124daee cleanup: get rid of basicdefs.h include by tfarina · 9 years ago
  56. 41f42f6 Fix flaky tests by honghaiz · 9 years ago
  57. aeae9d6 Do not delete a connection until it has not received anything for 30 seconds. by Honghai Zhang · 9 years ago
  58. 3347b88 Schedule a CreatePermissionRequest after the success of a previous request by Honghai Zhang · 9 years ago
  59. b671e85 A little cleanup in p2ptransportchannel and transportchannel. by honghaiz · 9 years ago
  60. df95dd1 Relax the stun ping check on valid result. by guoweis · 9 years ago
  61. a768db7 Send back ping response if the ping comes from an unknown address. by honghaiz · 9 years ago
  62. 2644e27 Reland of Adding the ability to change ICE servers through SetConfiguration. (patchset #1 id:1 of https://codereview.webrtc.org/1424803004/ ) by deadbeef · 9 years ago
  63. 7a7c462 When running this code in chromium on a machine with IPv6 disabled, the RTC_DCHECK fails and in release build, it could leak to further crash in chromium's rtc_peer_connection_hanlder.cc. by Guo-wei Shieh · 9 years ago
  64. 9163860 Convert usage of ARRAY_SIZE to arraysize. by tfarina · 9 years ago
  65. b04d404 Round Rate computations from RateTracker. by Tim Psiaki · 9 years ago
  66. 9f29fe5 WebRTC should generate default private address even when adapter enumeration is disabled. by Guo-wei Shieh · 9 years ago
  67. 92a1e6d Stop a session when a new connection becomes writable. by honghaiz · 9 years ago
  68. 00fe71f Remove deprecated IsUnresolved() method from SocketAddress API. by tfarina · 9 years ago
  69. 6dfa471 Hang on android when DNS resolution is not done by Guo-wei Shieh · 9 years ago
  70. 78f65d0 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  71. f7048c0 When all connections timed out on writing, delete them all. BUG=5111 by honghaiz · 9 years ago
  72. 59de307 Revert of Adding the ability to change ICE servers through SetConfiguration. (patchset #7 id:120001 of https://codereview.webrtc.org/1391013007/ ) by deadbeef · 9 years ago
  73. 63a9d44 Adding the ability to change ICE servers through SetConfiguration. by deadbeef · 9 years ago
  74. 20be355 Exposing DTLS transport state from TransportChannel. by deadbeef · 9 years ago
  75. a6b0783 Reland of Add experiment on weak ping delay during call set up time (patchset #1 id:1 of https://codereview.webrtc.org/1416773003/ ) by guoweis · 9 years ago
  76. 5a0e9cb Update Bind to match its comments and always capture by value. Also update the generated count to 9 args. by noahric · 9 years ago
  77. 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
  78. fa0193c Revert of Add experiment on weak ping delay during call set up time (patchset #1 id:1 of https://codereview.webrtc.org/1406153005/ ) by guoweis · 9 years ago
  79. 29cf220 Reland of Add experiment on weak ping delay during call set up time (patchset #1 id:1 of https://codereview.webrtc.org/1423443002/ ) by guoweis · 9 years ago
  80. c56a7ec Fixing some issues with the direction attribute of m-lines in offers. by deadbeef · 9 years ago
  81. 22bda8c Revert of Add experiment on weak ping delay during call set up time (patchset #4 id:60001 of https://codereview.webrtc.org/1411883002/ ) by tommi · 9 years ago
  82. 3282519 Add experiment on weak ping delay during call set up time by Guo-wei Shieh · 9 years ago
  83. 15b2099 Wire up packet_id / send time callbacks to webrtc via libjingle. by stefan · 9 years ago
  84. 6c30f59 Merging BaseSession code into WebRtcSession. by deadbeef · 9 years ago
  85. 7a8fdc8 Get rid of deprecated SocketAddress::IsAny() method. by tfarina · 9 years ago
  86. 07e22e6 Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  87. 82d2585 Convert uint16_t to int for WebRTC cipher/crypto suite. by Guo-wei Shieh · 9 years ago
  88. 5acc8ec Reland Change WebRTC SslCipher to be exposed as number only by Guo-wei Shieh · 9 years ago
  89. 0b46437 Revert of Change WebRTC SslCipher to be exposed as number only. (patchset #20 id:750001 of https://codereview.webrtc.org/1337673002/ ) by guoweis · 9 years ago
  90. fdaf31f Change WebRTC SslCipher to be exposed as number only. by guoweis · 9 years ago
  91. b60cbb5 Do not time out a port if its role switched from controlled to controlling. Also fix some comments. by honghaiz · 9 years ago
  92. 0aed0e0 WebRTC might leak srflx ip address when multiple_routes disabled and IceTransportType is relay. by Guo-wei Shieh · 9 years ago
  93. 614e96a Thinning out the Transport class. by Taylor Brandstetter · 9 years ago
  94. b71d416 Delete a connection only if it has timed out on writing and not receiving for 10 seconds. by Honghai Zhang · 9 years ago
  95. 1ab6e6b If gather_continually is set to true, keep the last port allocator session running while stopping all existing process of getting ports (when p2ptransportchannel first becomes writable). by honghaiz · 9 years ago
  96. f86a7e7 When doing DisableEquivalentPhases, exclude those AllocationSequences by honghaiz · 9 years ago
  97. 1b04a2b Passing the new policy from PeerConnection RTCConfiguration to by honghaiz · 9 years ago
  98. d339c3a Do not prune if the current best connection is weak. by honghaiz · 9 years ago
  99. 865b429 1. Add receiving state as part of the connection sorting criteria. So if a connection's receiving state changes, it will re-select a better connection if there is any. by honghaiz · 9 years ago
  100. 9bec808 Address the comment from 1367553002. by Guo-wei Shieh · 9 years ago