1. c463e20 Reset TURN port NONCE when a new socket is created. by honghaiz · 9 years ago
  2. 9dfed79 Stop processing any incoming packets when turn port is disconnected. by honghaiz · 9 years ago
  3. 46eed76 Removing "candidates" attribute from TransportDescription. by deadbeef · 9 years ago
  4. 80f1db9 Include relay protocol type when computing the turn candidate foundation. by Honghai Zhang · 9 years ago
  5. 8d6fab8 Remove two dead 'using' instances. by Peter Boström · 9 years ago
  6. 79a5a83 Adapt to boringssl's new defaults. by torbjorng · 9 years ago
  7. 3542013 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
  8. 2734d77 Remove assert which was incorrectly added to TcpPort::OnSentPacket. by Stefan Holmer · 9 years ago
  9. 55674ff Reland Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. by Stefan Holmer · 9 years ago
  10. 31c8d2e Update with new default boringssl no-aes cipher suites. Re-enable tests. by Torbjorn Granlund · 9 years ago
  11. e5e0e57 Revert of Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. (patchset #3 id:40001 of https://codereview.webrtc.org/1577873003/ ) by tommi · 9 years ago
  12. 7307952 Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. by Stefan Holmer · 9 years ago
  13. a7446d2 Change DTLS default from 1.0 to 1.2 for webrtc. by Guo-wei Shieh · 9 years ago
  14. f475d365 Properly handle different transports having different SSL roles. by Taylor Brandstetter · 9 years ago
  15. b680274 Fix a flaky turnport test failure by Honghai Zhang · 9 years ago
  16. 6b9ab92 Cease all future TURN requests when a TURN refresh request fails for a given TURN port. by honghaiz · 9 years ago
  17. 37389b4 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
  18. 112fe43 Fill the remote pwd in the ice candidates when an ICE credential is received. by honghaiz · 9 years ago
  19. 0c7e9f5 Removing webrtc::PortAllocatorFactoryInterface. by Taylor Brandstetter · 9 years ago
  20. e86e15b Increasing timeout for TestResolverShutdown. by Taylor Brandstetter · 9 years ago
  21. 2f042f2 Roll chromium_revision 1b6c421..db567a8 (365999:366304) by kjellander · 9 years ago
  22. 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 9 years ago
  23. a089257 Cleanup use of "do { ... } while (0)". by torbjorng · 9 years ago
  24. a54a080 Add ufrag to the ICE candidate signaling. by honghaiz · 9 years ago
  25. 361888c OWNERS: Add * to .gyp{i,} everywhere. by kjellander@webrtc.org · 9 years ago
  26. f9945b2 Only try to pair protocol matching candidates for creating connections. by Honghai Zhang · 9 years ago
  27. f67c548 Handle Turn error response to RefreshRequest, CreatePermissionRequest, and ChanelBindRequest by Honghai Zhang · 9 years ago
  28. 0f490a5 Add logs when stun or turn host lookup is completed. by Honghai Zhang · 9 years ago
  29. 1218d7a Allow remote fingerprint update during a call by Guo-wei Shieh · 9 years ago
  30. 86aaa4b Revert "Allow remote fingerprint update during a call" by Guo-wei Shieh · 9 years ago
  31. 9c38c2d Allow remote fingerprint update during a call by Guo-wei Shieh · 9 years ago
  32. 381b421 Ping backup connection at a slower rate by Honghai Zhang · 9 years ago
  33. 45b0efd Stop sending stun binding requests after certain amount of time. by honghaiz · 9 years ago
  34. c3e0fe7 Make it extra safe when deleting a turn entry. by honghaiz · 9 years ago
  35. 7640ffa Initialize type_preference_ in TestPort. by pbos · 9 years ago
  36. 376e123 Destroy a Connection if a CreatePermission request fails. by deadbeef · 9 years ago
  37. 953eabc Revert "GetDefaultLocalAddress should return false when the address is invalid" by Guo-wei Shieh · 9 years ago
  38. 67c6df6 GetDefaultLocalAddress should return false when the address is invalid by Guo-wei Shieh · 9 years ago
  39. 255d6f6 Test case for CL 1437933002. by guoweis · 9 years ago
  40. 521ed7b Reland Convert internal representation of Srtp cryptos from string to int by Guo-wei Shieh · 9 years ago
  41. 318166b 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
  42. 2764e10 Convert internal representation of Srtp cryptos from string to int. by guoweis · 9 years ago
  43. 310b093 Fix active tcp port to 9 by Guo-wei Shieh · 9 years ago
  44. 32f3996 Re-apply change https://codereview.webrtc.org/1426673007/ by honghaiz · 9 years ago
  45. 54e9232 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
  46. e58fe8e Do not delete the turn port entry right away when the respective connection is deleted. by honghaiz · 9 years ago
  47. fa5d0db cleanup: get rid of basicdefs.h include by tfarina · 9 years ago
  48. a4845ef Fix flaky tests by honghaiz · 9 years ago
  49. 2cd7afe Do not delete a connection until it has not received anything for 30 seconds. by Honghai Zhang · 9 years ago
  50. 8597543 Schedule a CreatePermissionRequest after the success of a previous request by Honghai Zhang · 9 years ago
  51. a8e9f5e A little cleanup in p2ptransportchannel and transportchannel. by honghaiz · 9 years ago
  52. 066ded9 Relax the stun ping check on valid result. by guoweis · 9 years ago
  53. 9b5ee9c Send back ping response if the ping comes from an unknown address. by honghaiz · 9 years ago
  54. 653b8e0 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
  55. e03cab9 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
  56. 5237aaf Convert usage of ARRAY_SIZE to arraysize. by tfarina · 9 years ago
  57. ad13d2f Round Rate computations from RateTracker. by Tim Psiaki · 9 years ago
  58. 9af97f8 WebRTC should generate default private address even when adapter enumeration is disabled. by Guo-wei Shieh · 9 years ago
  59. 9b66957 Stop a session when a new connection becomes writable. by honghaiz · 9 years ago
  60. 20a3461 Remove deprecated IsUnresolved() method from SocketAddress API. by tfarina · 9 years ago
  61. 8a4f547 Hang on android when DNS resolution is not done by Guo-wei Shieh · 9 years ago
  62. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  63. 77d0d6e When all connections timed out on writing, delete them all. BUG=5111 by honghaiz · 9 years ago
  64. 18a944b 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
  65. d3b26d9 Adding the ability to change ICE servers through SetConfiguration. by deadbeef · 9 years ago
  66. 2b55867 Exposing DTLS transport state from TransportChannel. by deadbeef · 9 years ago
  67. b0bb77f 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
  68. 5d9b92b Update Bind to match its comments and always capture by value. Also update the generated count to 9 args. by noahric · 9 years ago
  69. 00507f8 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
  70. 4f6a8b5 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
  71. e26ce1b7 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
  72. c80741f Fixing some issues with the direction attribute of m-lines in offers. by deadbeef · 9 years ago
  73. a01d440 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
  74. 3bf69b15 Add experiment on weak ping delay during call set up time by Guo-wei Shieh · 9 years ago
  75. c1aeaf0 Wire up packet_id / send time callbacks to webrtc via libjingle. by stefan · 9 years ago
  76. d59daf8 Merging BaseSession code into WebRtcSession. by deadbeef · 9 years ago
  77. 8ac544e Get rid of deprecated SocketAddress::IsAny() method. by tfarina · 9 years ago
  78. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  79. 6caafbe Convert uint16_t to int for WebRTC cipher/crypto suite. by Guo-wei Shieh · 9 years ago
  80. 456696a Reland Change WebRTC SslCipher to be exposed as number only by Guo-wei Shieh · 9 years ago
  81. 27dc29b 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
  82. 4fe3c9a Change WebRTC SslCipher to be exposed as number only. by guoweis · 9 years ago
  83. d0b3143 Do not time out a port if its role switched from controlled to controlling. Also fix some comments. by honghaiz · 9 years ago
  84. 898d21c WebRTC might leak srflx ip address when multiple_routes disabled and IceTransportType is relay. by Guo-wei Shieh · 9 years ago
  85. c4d3a5d Thinning out the Transport class. by Taylor Brandstetter · 9 years ago
  86. 2b342bf Delete a connection only if it has timed out on writing and not receiving for 10 seconds. by Honghai Zhang · 9 years ago
  87. 98db68f 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
  88. 8c404fa When doing DisableEquivalentPhases, exclude those AllocationSequences by honghaiz · 9 years ago
  89. 1f429e3 Passing the new policy from PeerConnection RTCConfiguration to by honghaiz · 9 years ago
  90. 8937437 Do not prune if the current best connection is weak. by honghaiz · 9 years ago
  91. a58ea78 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
  92. 53eee43 Address the comment from 1367553002. by Guo-wei Shieh · 9 years ago
  93. 2e4b620 TcpPort doesn't connect when calling gmail with non-proxied UDP disabled. by Guo-wei Shieh · 9 years ago
  94. cbecd35 Reland of TransportController refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/1358413003/ ) by deadbeef · 9 years ago
  95. a81a42f Revert of TransportController refactoring. (patchset #6 id:100001 of https://codereview.webrtc.org/1350523003/ ) by torbjorng · 9 years ago
  96. 47ee2f3 TransportController refactoring. by deadbeef · 9 years ago
  97. 04ac81f Replace readable with receiving where receiving means receiving anything (stun ping, response or data packet). by Peter Thatcher · 9 years ago
  98. 275a2f1 Revert of Replace readable with receiving where receiving means receiving anything (stun ping, response or da… (patchset #7 id:340001 of https://codereview.webrtc.org/1351673003/ ) by tommi · 9 years ago
  99. ae16f85 Replace readable with receiving where receiving means receiving anything (stun ping, response or data packet). by honghaiz · 9 years ago
  100. 8902433 Revert "TransportController refactoring." by Guo-wei Shieh · 9 years ago