1. 13e59ec API for periodically regathering ICE candidates by Steve Anton · 8 years ago
  2. 59d5575 Use relative paths in GN files. by jianjun.zhu · 8 years ago
  3. 4f870fc Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/2973183002/ ) by ehmaldonado · 8 years ago
  4. c6c814d Remove remains of webrtc/base by ehmaldonado · 8 years ago
  5. a382e02 Handle case where UDP packet contains multiple DTLS records. by jbauch · 8 years ago
  6. 76de83e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  7. bc32410 Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  8. 60154fd Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  9. 0d58090 Support encrypted RTP extensions (RFC 6904) by jbauch · 8 years ago
  10. 0214bf4 Fixing RTCIceCandidatePairStats.nominated for ICE controlling agent. by deadbeef · 8 years ago
  11. a36f454 Handle the PROTO_TSL when getting the protocol priority. by zhihuang · 8 years ago
  12. 8c18d91 Enable SNI in ssl adapter. by Emad Omara · 8 years ago
  13. d54cb48 Adding PortAllocator option to support cases where sockets can't be bound. by deadbeef · 8 years ago
  14. 5c0fe6f Add SafeClamp(), which accepts args of different types by kwiberg · 8 years ago
  15. 30656b1 Fix issue with send-side bandwidth estimation over TURN TCP connections. by deadbeef · 8 years ago
  16. 92b90e4 Remove VirtualSocketServer's dependency on PhysicalSocketServer. by deadbeef · 8 years ago
  17. 61de4a2 Get tests working on systems that only support IPv6. by deadbeef · 8 years ago
  18. 59a36ed Delete method MessageQueue::set_socketserver by nisse · 8 years ago
  19. e37a700 Refactor TestClient to use std::unique_ptr, and fix VirtualSocketServerTest leaks. by nisse · 8 years ago
  20. 5f29c4b Fixing DCHECK in turnport.cc that was broken by refactoring. by deadbeef · 8 years ago
  21. 26c3df9 Don't crash if STUN error message is missing ERROR-CODE attribute. by deadbeef · 8 years ago
  22. 9cdb538 GN: Tighten up test target visibility + refactorings by kjellander · 8 years ago
  23. 783bcd9 Remove the expat and jsoncpp dependencies to reduce binary size. by zhihuang · 8 years ago
  24. 9dd694f Fixing SignalSentPacket for TCP connections. by deadbeef · 8 years ago
  25. 9268ad2 Enable GN check for webrtc/{p2p,system_wrappers} by kjellander · 8 years ago
  26. ad4ba26 Negotiate the same SRTP crypto suites for every DTLS association formed. by deadbeef · 8 years ago
  27. cee9a93 Add "ice-option:trickle" to generated offers/answers. by deadbeef · 8 years ago
  28. dd1b252 Fixing bug that results in incorrect ICE role with ICE lite endpoints. by deadbeef · 8 years ago
  29. 6dc5c17 Relanding: Remove rtc_p2p_unittests from ortc_unittests and rtc_media_unittests by deadbeef · 8 years ago
  30. 04834ca Fix compilation issues of std::unique_ptr by steweg · 8 years ago
  31. 9f93299 Make PacketTransportInternal inherit from PacketTransportInterface. by deadbeef · 8 years ago
  32. cd67a17 Disable possibly flaky AudioCodingModuleTest.TestPacketLossStereo for Linux. by aleloi · 8 years ago
  33. 5dd6166 Add MakeUnique from chromium and change StunMessage::AddAttribute to take a unique_ptr. by zstein · 8 years ago
  34. 6425a70 Accept remote offers with current DTLS role, rather than "actpass". by deadbeef · 8 years ago
  35. 8078c53 Revert of Removing HTTPS and SOCKS proxy server code. (patchset #2 id:20001 of https://codereview.webrtc.org/2731673002/ ) by deadbeef · 8 years ago
  36. d0da0c0 Parse the connection data in SDP (c= line). by zhihuang · 8 years ago
  37. 43634fa Measure packet loss so we can use it to select ICE candidate pairs. by zstein · 8 years ago
  38. 6c5c54e Making candidate pool size behave as decided in JSEP. by deadbeef · 8 years ago
  39. ded65f3 Replace "timout" with "timeout" in log message. by deadbeef · 8 years ago
  40. b7b48ae Add the option to disable IPv6 ICE candidates on WiFi. by zhihuang · 8 years ago
  41. c493ed5 Replace StunMessage's vector<StunAttribute*>* with a by zstein · 8 years ago
  42. 9a22730 Revert of Enable GN check for webrtc/{ortc,p2p} (patchset #4 id:60001 of https://codereview.webrtc.org/2714263004/ ) by kjellander · 8 years ago
  43. 26c052f Enable GN check for webrtc/{ortc,p2p} by kjellander · 8 years ago
  44. 7dce029 Removing HTTPS and SOCKS proxy server code. by deadbeef · 8 years ago
  45. 6bc85c4 Relanding: Remove the IceTransportInternal2. by zhihuang · 8 years ago
  46. fca0fe0 RTCIceCandidatePairStats.[total/current]RoundTripTime collected. by hbos · 8 years ago
  47. cf2b8c1 RTCIceCandidatePairStats.nominated collected. by hbos · 8 years ago
  48. ad5d1e6 Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc. by deadbeef · 8 years ago
  49. e2628ce Accept SDP with TRANSPORT attributes missing from bundled m= sections. by deadbeef · 8 years ago
  50. 93d610f Rewrite of sigslot that avoids vtables. by deadbeef · 8 years ago
  51. 57c6e9b Use rtc::ToString instead of std::to_string. by deadbeef · 8 years ago
  52. 2c381d9 Fix the build break by keeping the old Port::AddAddress method since the by Peter Boström · 8 years ago
  53. 244306f Add the URL attribute to cricket::Candiate. by zhihuang · 8 years ago
  54. 9e0bedc Rename "PacketTransportInterface" to "PacketTransportInternal". by deadbeef · 8 years ago
  55. 4da4fb0 Increase STUN RTOs to work better on poor networks, such as 2G networks. by pthatcher · 8 years ago
  56. 4dd3ead Use fake clock in some more networks tests. by pthatcher · 8 years ago
  57. 647a225 Replace all use of the VERIFY macro. by nisse · 8 years ago
  58. 6ee62e7 Fix Chromium FYI bot by skvlad · 8 years ago
  59. 9e9294a Pick the DTLS handshake timeout based on the ICE RTT estimate by skvlad · 8 years ago
  60. 00f3b65 Allow applications to limit the ICE check rate through RTCConfiguration by skvlad · 8 years ago
  61. baf0285 Change StunMessage::AddAttribute return type from bool to void. by nisse · 8 years ago
  62. 7d23ddd Delete unneeded includes of base/common.h. by nisse · 8 years ago
  63. 0f1bf33 Adding ability for BaseChannel to use PacketTransportInterface. by deadbeef · 8 years ago
  64. 90cc2a9 Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ ) by mbonadei · 8 years ago
  65. df5ec64 Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ ) by mbonadei · 8 years ago
  66. 5c59d8f Moving webrtc.gni up one level from build/ by mbonadei · 8 years ago
  67. 80337cb Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  68. 25e4ac7 Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago
  69. d7e99a4 Fixing memory leak in FakeTransportController. by deadbeef · 8 years ago
  70. d337e0a Only set certificate on DTLS transport if fingerprint is found in SDP. by deadbeef · 8 years ago
  71. be1fb3d Revert of Removing #defines previously used for building without BoringSSL/OpenSSL. (patchset #2 id:20001 of https://codereview.webrtc.org/2640513002/ ) by deadbeef · 8 years ago
  72. fcbdb45 Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  73. 7926a90 Remove the dependency of TransportChannel and TransportChannelImpl. by zhihuang · 8 years ago
  74. a4acdb5 Fix PseudoTcp to handle incoming packets with invalid SEQ field by sergeyu · 8 years ago
  75. 919efdc Revert of make the DtlsTransportWrapper inherit form DtlsTransportInternal (patchset #11 id:320001 of https://codereview.webrtc.org/2606123002/ ) by zhihuang · 8 years ago
  76. a253f89 make the DtlsTransportWrapper inherit form DtlsTransportInternal by zhihuang · 8 years ago
  77. 6b1a0ac Adding OrtcFactory, and changing UdpTransport to match current plan. by deadbeef · 8 years ago
  78. 0a6a560 Replace use of ASSERT in test code. by nisse · 8 years ago
  79. fea0a43 Remove the IceTransportInternal2. by zhihuang · 8 years ago
  80. b8eaf42 More minor improvements to BaseChannel/transport code. by deadbeef · 8 years ago
  81. 07c33de Remove unused lambda capture to unbreak downstream code. by solenberg · 8 years ago
  82. ee5b9ea RTCTransportStats.dtlsState replaces .activeConnection by hbos · 8 years ago
  83. 29d7772 Revert of Remove the IceTransportInternal2. (patchset #1 id:1 of https://codereview.webrtc.org/2632563002/ ) by henrikg · 8 years ago
  84. 2eac54b Remove the IceTransportInternal2. by zhihuang · 8 years ago
  85. 5ccf9fc Remove BaseChannel's dependency on TransportController. by zhihuang · 8 years ago
  86. c08b446 Make P2PTransportChannel inherit from IceTransportInternal. by zhihuang · 8 years ago
  87. a875ff8 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  88. 1709986 Replace RTC_DCHECK(false) with RTC_NOTREACHED(). by nisse · 8 years ago
  89. d65e27e Move MetricsObserverInterface out of peerconnectioninterface.h by skvlad · 8 years ago
  90. ef6b287 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 8 years ago
  91. 3837762 Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
  92. cafec1e Delete final remnants of the buzz namespace. by nisse · 8 years ago
  93. d901f3c Create the MockIceTransport by zhihuang · 8 years ago
  94. cff7edc Refactor rtc_unittests into several targets. by ehmaldonado · 8 years ago
  95. e8b5dea Create the DtlsTransportInternal by zhihuang · 8 years ago
  96. 67d12ed Reland of place basictypes.h with stdint.h for int_t types. (patchset #1 id:1 of https://codereview.webrtc.org/2603203003/ ) by pbos · 8 years ago
  97. aca2942 RTCIceCandidatePairStats.[state/priority] added, ConnectionInfo updated. by hbos · 8 years ago
  98. f86f083 Revert of Replace basictypes.h with stdint.h for int_t types. (patchset #1 id:1 of https://codereview.webrtc.org/2604043002/ ) by pbos · 8 years ago
  99. 693be15 Replace basictypes.h with stdint.h for int_t types. by pbos · 8 years ago
  100. 5b09866 Prepare to introduce the IceTransportInternal. by zhihuang · 8 years ago