1. c55fb30 Revert of Implement RTCConfiguration.iceCandidatePoolSize. (patchset #7 id:120001 of https://codereview.webrtc.org/1956453003/ ) by deadbeef · 9 years ago
  2. 48e9d05 Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 9 years ago
  3. 6705012 This fixes an issue similar to by Honghai Zhang · 9 years ago
  4. 7f216b7 Renames TransportController worker_thread to network_thread. by Danil Chapovalov · 9 years ago
  5. 3fe372d Fix all -Wnon-virtual-dtor warnings. by Henrik Kjellander · 9 years ago
  6. 6ab3db2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 9 years ago
  7. 65fc62e Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  8. 17fa672 Fix AllocationSequence to handle the case when TurnPort stops using shared socket. by Sergey Ulanov · 9 years ago
  9. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 9 years ago
  10. e84cd2e Cache a ClientHello received before the DTLS handshake has started. by deadbeef · 9 years ago
  11. 5a24637 Do not stop a session unless the candidate of a writable connection belongs to the by Honghai Zhang · 9 years ago
  12. 1bffc1d Rename rtc::Time64 --> rtc::TimeMillis. by nisse · 9 years ago
  13. bfefb03 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 9 years ago
  14. e774867 Allow TransportController to create a QuicTransportChannel by mikescarlett · 9 years ago
  15. ef8b61e Enable -Winconsistent-missing-override flag. by nisse · 9 years ago
  16. 3ec4679 Replace scoped_ptr with unique_ptr in webrtc/p2p/ by kwiberg · 9 years ago
  17. 4485ffb #include "webrtc/base/constructormagic.h" where appropriate by kwiberg · 9 years ago
  18. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 9 years ago
  19. 0a1bc53 Update prflx candidates' generation when setting ICE credentials. by Taylor Brandstetter · 9 years ago
  20. 3ba4d53 Remove the if condition block in the function Transport::ConnectChannels. It will not be triggered anymore. by zhihuang · 9 years ago
  21. b4d01c4 A bunch of interfaces: Return scoped_ptr<SSLCertificate> by kwiberg · 9 years ago
  22. 52dce73f Add the last_sent_packet_id to the candidate pair change signal by Honghai Zhang · 9 years ago
  23. 82f132c Signal ready-to-send when switching to a writable connection. by Honghai Zhang · 9 years ago
  24. f1f8720 Split ByteBuffer into writer/reader objects. by jbauch · 9 years ago
  25. cc411c0 Reset the BWE when the network changes. by Honghai Zhang · 9 years ago
  26. a0c44ea Add 16-bit network id to the candidate signaling. by honghaiz · 9 years ago
  27. 1d50ee4 Stop using some scoped_ptr features that unique_ptr doesn't have by kwiberg · 9 years ago
  28. 34b11eb Using 64-bit timestamp to replace the 32-bit one in webrtc/p2p. by honghaiz · 9 years ago
  29. 6baec03 Port::GetStunMessage: Write to scoped_ptr instead of raw pointer by kwiberg · 9 years ago
  30. 7fb69db Reland the CL to remove candidates when doing continual gathering by Honghai Zhang · 9 years ago
  31. 6f59a4f Revert of Remove candidates when doing continual gathering (patchset #15 id:560001 of https://codereview.webrtc.org/1648813004/ ) by tommi · 9 years ago
  32. 84430da When doing candidate re-gathering in the same generation, Remove the existing local candidate on the same network by honghaiz · 9 years ago
  33. 43166b8 Add IsAcceptableCipher, use instead of GetDefaultCipher. by torbjorng · 9 years ago
  34. 43942d1 Roll chromium_revision 508edd3..35d57a0 (379249:379535) by kjellander · 9 years ago
  35. 049fbb1 Renaming variables in p2ptransportchannel to be consistent. by Honghai Zhang · 9 years ago
  36. e2af9ef Keep on sending stun binding requests on zero-cost networks. by honghaiz · 9 years ago
  37. 36f0137 Implement Turn/Turn first logic for connection selection. by guoweis · 9 years ago
  38. f475277 Rename constants files in webrtc/{media,p2p} by kjellander · 9 years ago
  39. 4cc9f98 Fix bug 574524: DtlsTransportChannel crashes after SSL closes remotely by guoweis · 9 years ago
  40. 0ed85b2 Track pending ICE restarts independently for different media sections. by deadbeef · 9 years ago
  41. b9dd7c5 Remove GetTransport() from TransportChannelImpl by mikescarlett · 9 years ago
  42. 74db777 Revert of Remove GetTransport() from TransportChannelImpl (patchset #3 id:40001 of https://codereview.webrtc.org/1691673002/ ) by guidou · 9 years ago
  43. ee18220 Remove GetTransport() from TransportChannelImpl by mikescarlett · 9 years ago
  44. e3c6c82 When doing continual gathering, remove the local ports when a corresponding network is dropped. by honghaiz · 9 years ago
  45. e1a0c94 Add network cost as part of the connection ranking. by honghaiz · 9 years ago
  46. c463e20 Reset TURN port NONCE when a new socket is created. by honghaiz · 9 years ago
  47. 9dfed79 Stop processing any incoming packets when turn port is disconnected. by honghaiz · 9 years ago
  48. 46eed76 Removing "candidates" attribute from TransportDescription. by deadbeef · 9 years ago
  49. 80f1db9 Include relay protocol type when computing the turn candidate foundation. by Honghai Zhang · 9 years ago
  50. 79a5a83 Adapt to boringssl's new defaults. by torbjorng · 9 years ago
  51. 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
  52. 2734d77 Remove assert which was incorrectly added to TcpPort::OnSentPacket. by Stefan Holmer · 9 years ago
  53. 55674ff Reland Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. by Stefan Holmer · 9 years ago
  54. 31c8d2e Update with new default boringssl no-aes cipher suites. Re-enable tests. by Torbjorn Granlund · 9 years ago
  55. 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
  56. 7307952 Connect TurnPort and TCPPort to AsyncPacketSocket::SignalSentPacket. by Stefan Holmer · 9 years ago
  57. a7446d2 Change DTLS default from 1.0 to 1.2 for webrtc. by Guo-wei Shieh · 9 years ago
  58. f475d365 Properly handle different transports having different SSL roles. by Taylor Brandstetter · 9 years ago
  59. b680274 Fix a flaky turnport test failure by Honghai Zhang · 9 years ago
  60. 6b9ab92 Cease all future TURN requests when a TURN refresh request fails for a given TURN port. by honghaiz · 9 years ago
  61. 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
  62. 112fe43 Fill the remote pwd in the ice candidates when an ICE credential is received. by honghaiz · 9 years ago
  63. 0c7e9f5 Removing webrtc::PortAllocatorFactoryInterface. by Taylor Brandstetter · 9 years ago
  64. e86e15b Increasing timeout for TestResolverShutdown. by Taylor Brandstetter · 9 years ago
  65. 2f042f2 Roll chromium_revision 1b6c421..db567a8 (365999:366304) by kjellander · 9 years ago
  66. 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 9 years ago
  67. a089257 Cleanup use of "do { ... } while (0)". by torbjorng · 9 years ago
  68. a54a080 Add ufrag to the ICE candidate signaling. by honghaiz · 9 years ago
  69. f9945b2 Only try to pair protocol matching candidates for creating connections. by Honghai Zhang · 9 years ago
  70. f67c548 Handle Turn error response to RefreshRequest, CreatePermissionRequest, and ChanelBindRequest by Honghai Zhang · 9 years ago
  71. 0f490a5 Add logs when stun or turn host lookup is completed. by Honghai Zhang · 9 years ago
  72. 1218d7a Allow remote fingerprint update during a call by Guo-wei Shieh · 9 years ago
  73. 86aaa4b Revert "Allow remote fingerprint update during a call" by Guo-wei Shieh · 9 years ago
  74. 9c38c2d Allow remote fingerprint update during a call by Guo-wei Shieh · 9 years ago
  75. 381b421 Ping backup connection at a slower rate by Honghai Zhang · 9 years ago
  76. 45b0efd Stop sending stun binding requests after certain amount of time. by honghaiz · 9 years ago
  77. c3e0fe7 Make it extra safe when deleting a turn entry. by honghaiz · 9 years ago
  78. 7640ffa Initialize type_preference_ in TestPort. by pbos · 9 years ago
  79. 376e123 Destroy a Connection if a CreatePermission request fails. by deadbeef · 9 years ago
  80. 953eabc Revert "GetDefaultLocalAddress should return false when the address is invalid" by Guo-wei Shieh · 9 years ago
  81. 67c6df6 GetDefaultLocalAddress should return false when the address is invalid by Guo-wei Shieh · 9 years ago
  82. 521ed7b Reland Convert internal representation of Srtp cryptos from string to int by Guo-wei Shieh · 9 years ago
  83. 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
  84. 2764e10 Convert internal representation of Srtp cryptos from string to int. by guoweis · 9 years ago
  85. 310b093 Fix active tcp port to 9 by Guo-wei Shieh · 9 years ago
  86. 32f3996 Re-apply change https://codereview.webrtc.org/1426673007/ by honghaiz · 9 years ago
  87. 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
  88. e58fe8e Do not delete the turn port entry right away when the respective connection is deleted. by honghaiz · 9 years ago
  89. fa5d0db cleanup: get rid of basicdefs.h include by tfarina · 9 years ago
  90. a4845ef Fix flaky tests by honghaiz · 9 years ago
  91. 2cd7afe Do not delete a connection until it has not received anything for 30 seconds. by Honghai Zhang · 9 years ago
  92. 8597543 Schedule a CreatePermissionRequest after the success of a previous request by Honghai Zhang · 9 years ago
  93. a8e9f5e A little cleanup in p2ptransportchannel and transportchannel. by honghaiz · 9 years ago
  94. 9b5ee9c Send back ping response if the ping comes from an unknown address. by honghaiz · 9 years ago
  95. 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
  96. 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
  97. 5237aaf Convert usage of ARRAY_SIZE to arraysize. by tfarina · 9 years ago
  98. ad13d2f Round Rate computations from RateTracker. by Tim Psiaki · 9 years ago
  99. 9af97f8 WebRTC should generate default private address even when adapter enumeration is disabled. by Guo-wei Shieh · 9 years ago
  100. 9b66957 Stop a session when a new connection becomes writable. by honghaiz · 9 years ago