1. 6e2e7ce Reland "Move JsepTransport from p2p/base to pc/." by Taylor Brandstetter · 7 years ago[Renamed (79%) from p2p/base/jseptransport.cc]
  2. 8424acd Revert "Move JsepTransport from p2p/base to pc/." by Oleh Prypin · 7 years ago[Renamed (79%) from pc/jseptransport.cc]
  3. 4770fd9 Move JsepTransport from p2p/base to pc/. by Taylor Brandstetter · 7 years ago[Renamed (79%) from p2p/base/jseptransport.cc]
  4. 3828c06 Replace cricket::ContentAction with webrtc::SdpType by Steve Anton · 7 years ago
  5. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  6. f2737d2 Enable the clang style plugin in primary p2p/ target by Steve Anton · 7 years ago
  7. e2d6a06 Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  8. 1af3d82 Revert "Reland "Clean up libjingle API dependencies."" by Henrik Kjellander · 7 years ago
  9. 9185aca Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  10. 581df61 Revert "Reland "Clean up libjingle API dependencies."" by Patrik Höglund · 7 years ago
  11. 5117b04 Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  12. 7bcfc3b Revert "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  13. 57fb315 Clean up libjingle API dependencies. by Patrik Höglund · 7 years ago
  14. b19012e Remove the support of fallback from DTLS to SDES. by zhihuang · 7 years ago
  15. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  16. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/p2p/base/jseptransport.cc]
  17. ca6d3b6 Renamed dtlstransportchannel.h/.cc/_unittest.cc. by zhihuang · 7 years ago
  18. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  19. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  20. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  21. d8cfa1a Accept remote offers with current DTLS role, rather than "actpass". by deadbeef · 7 years ago
  22. bf8d3e5 RTCIceCandidatePairStats.[total/current]RoundTripTime collected. by hbos · 8 years ago
  23. 92eaec6 RTCIceCandidatePairStats.nominated collected. by hbos · 8 years ago
  24. 8662f94 Only set certificate on DTLS transport if fingerprint is found in SDP. by deadbeef · 8 years ago
  25. b2cdd93 Remove the dependency of TransportChannel and TransportChannelImpl. by zhihuang · 8 years ago
  26. 6ce9259 Revert of make the DtlsTransportWrapper inherit form DtlsTransportInternal (patchset #11 id:320001 of https://codereview.webrtc.org/2606123002/ ) by zhihuang · 8 years ago
  27. 5aed06c make the DtlsTransportWrapper inherit form DtlsTransportInternal by zhihuang · 8 years ago
  28. 7064d59 RTCTransportStats.dtlsState replaces .activeConnection by hbos · 8 years ago
  29. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  30. 06495bc RTCIceCandidatePairStats.[state/priority] added, ConnectionInfo updated. by hbos · 8 years ago
  31. d1a38b5 Implement the "needs-ice-restart" logic for SetConfiguration. by deadbeef · 8 years ago
  32. 49f34fd Relanding: Refactoring that removes P2PTransport and DtlsTransport classes. by deadbeef · 8 years ago[Renamed (61%) from webrtc/p2p/base/transport.cc]
  33. 57fd726 Revert of Refactoring that removes P2PTransport and DtlsTransport classes. (patchset #9 id:150001 of https://codereview.webrtc.org/2517883002/ ) by deadbeef · 8 years ago[Renamed (61%) from webrtc/p2p/base/jseptransport.cc]
  34. bd28681 Refactoring that removes P2PTransport and DtlsTransport classes. by deadbeef · 8 years ago[Renamed (61%) from webrtc/p2p/base/transport.cc]
  35. 4cedf2b Add signaling to support ICE renomination. by Honghai Zhang · 8 years ago
  36. b825aee Start ICE connectivity checks as soon as the first pair is pingable. by Taylor Brandstetter · 8 years ago
  37. 73fbcf9 Don't re-determine ICE role on an ICE restart. by deadbeef · 8 years ago
  38. bfefb03 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 8 years ago
  39. e774867 Allow TransportController to create a QuicTransportChannel by mikescarlett · 8 years ago
  40. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 8 years ago
  41. 3ba4d53 Remove the if condition block in the function Transport::ConnectChannels. It will not be triggered anymore. by zhihuang · 8 years ago
  42. b4d01c4 A bunch of interfaces: Return scoped_ptr<SSLCertificate> by kwiberg · 8 years ago
  43. 7fb69db Reland the CL to remove candidates when doing continual gathering by Honghai Zhang · 8 years ago
  44. 6f59a4f Revert of Remove candidates when doing continual gathering (patchset #15 id:560001 of https://codereview.webrtc.org/1648813004/ ) by tommi · 8 years ago
  45. 84430da When doing candidate re-gathering in the same generation, Remove the existing local candidate on the same network by honghaiz · 8 years ago
  46. f475277 Rename constants files in webrtc/{media,p2p} by kjellander · 9 years ago
  47. 0ed85b2 Track pending ICE restarts independently for different media sections. by deadbeef · 9 years ago
  48. 46eed76 Removing "candidates" attribute from TransportDescription. by deadbeef · 9 years ago
  49. 521ed7b Reland Convert internal representation of Srtp cryptos from string to int by Guo-wei Shieh · 9 years ago
  50. 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
  51. 2764e10 Convert internal representation of Srtp cryptos from string to int. by guoweis · 9 years ago
  52. 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
  53. 8ac544e Get rid of deprecated SocketAddress::IsAny() method. by tfarina · 9 years ago
  54. 456696a Reland Change WebRTC SslCipher to be exposed as number only by Guo-wei Shieh · 9 years ago
  55. 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
  56. 4fe3c9a Change WebRTC SslCipher to be exposed as number only. by guoweis · 9 years ago
  57. c4d3a5d Thinning out the Transport class. by Taylor Brandstetter · 9 years ago
  58. 1f429e3 Passing the new policy from PeerConnection RTCConfiguration to by honghaiz · 9 years ago
  59. cbecd35 Reland of TransportController refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/1358413003/ ) by deadbeef · 9 years ago
  60. a81a42f Revert of TransportController refactoring. (patchset #6 id:100001 of https://codereview.webrtc.org/1350523003/ ) by torbjorng · 9 years ago
  61. 47ee2f3 TransportController refactoring. by deadbeef · 9 years ago
  62. 04ac81f Replace readable with receiving where receiving means receiving anything (stun ping, response or data packet). by Peter Thatcher · 9 years ago
  63. 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
  64. ae16f85 Replace readable with receiving where receiving means receiving anything (stun ping, response or data packet). by honghaiz · 9 years ago
  65. 8902433 Revert "TransportController refactoring." by Guo-wei Shieh · 9 years ago
  66. 9af63f4 TransportController refactoring. by deadbeef · 9 years ago
  67. 7cbd188 Remove GICE (again). by Peter Thatcher · 9 years ago
  68. d12140a Revert change which removes GICE. by guoweis · 9 years ago
  69. f3ecdb9 Replacing SSLIdentity* with scoped_refptr<RTCCertificate> in TransportChannel layer. by Henrik Boström · 9 years ago
  70. d828198 Replaces SSLIdentity* with scoped_refptr<RTCCertificate> in the cricket::Transport layer. by Henrik Boström · 9 years ago
  71. 2159b89 Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots. by Peter Thatcher · 9 years ago
  72. 5bdafd4 Revert "Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots."" by minyuel · 9 years ago
  73. 081f34b Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots." by Peter Thatcher · 9 years ago
  74. fa30180 Revert "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots. by pthatcher · 9 years ago
  75. 3449faa Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever). by Peter Thatcher · 9 years ago
  76. 9009962 Add methods to set the ICE connection receiving_timeout values. by honghaiz · 9 years ago
  77. 5436051 Add flakyness check based on the recently received packets. by Peter Thatcher · 9 years ago
  78. 04e5b49 Make maximum SSL version configurable through PeerConnectionFactory::Options by Joachim Bauch · 9 years ago
  79. 019087f Add safeguards against signalling peer-reflexive candidates. by Peter Thatcher · 9 years ago
  80. 0666a9b Remove Transport::Reset, which is never used, and only makes reading the code harder. by Peter Thatcher · 9 years ago
  81. 245989b Address comments from cr 43769004. by Tommi · 9 years ago
  82. 462dbcf Fix bug in Transport where channel_.clear() was being called without a lock. by tommi@webrtc.org · 9 years ago
  83. 3ee4fe5 Re-land: Add API to get negotiated SSL ciphers by pthatcher@webrtc.org · 10 years ago
  84. 2bf0e90 Revert 8275 "This CL adds an API to the SSL stream adapters and ..." by tommi@webrtc.org · 10 years ago
  85. 1d11c82 This CL adds an API to the SSL stream adapters and transport channels to get the SSL cipher that was negotiated with the remote peer. by pthatcher@webrtc.org · 10 years ago
  86. 5647877 Breakup Transports and TransportParsers and move TransportParsers into webrtc/libjingle. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository. by pthatcher@webrtc.org · 10 years ago
  87. 18a3896 Revert r7886:7887. by pbos@webrtc.org · 10 years ago
  88. dee76f3 Move the obvious/easy Jingle-specific code into webrtc/libjingle. by pthatcher@webrtc.org · 10 years ago
  89. 8c9ff20 Redo the change of https://webrtc-codereview.appspot.com/30949004/ by guoweis@webrtc.org · 10 years ago
  90. fd84229 Revert "Implement GetState() for channel's connectivity check state." by guoweis@webrtc.org · 10 years ago
  91. ff72f9e Implement GetState() for channel's connectivity check state. by guoweis@webrtc.org · 10 years ago
  92. 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
  93. 28100cb Reverts r7459 "Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p." by henrike@webrtc.org · 10 years ago
  94. d1ba6d9 Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago