summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/webrtc_transport.cc
Commit message (Expand)AuthorAgeFilesLines
* Add signatures for session-description messages.sergeyu2016-03-181-2/+40
* Enable TURN on the host when using WebRTC.sergeyu2016-03-161-1/+3
* Use UrlRequest in PortAllocator.sergeyu2016-02-111-0/+1
* Roll WebRTC 11523:11548, Libjingle 11522:11545kjellander2016-02-101-1/+1
* Avoid extra framing in WebRTC data streams.sergeyu2016-02-091-23/+18
* Add MessageChanneFactory interface and use it in ChannelDispatcherBase.sergeyu2016-02-041-0/+11
* Implement client-side video stream support for WebRTC-based protocol.sergeyu2016-01-191-2/+2
* Simplify PortAllocatorBase and make PortAllocator creation synchronous.sergeyu2016-01-111-10/+7
* remoting webrtc: Create events channel on the client instead of on the hostsergeyu2016-01-061-9/+11
* Move ownership of Transport out of Session.sergeyu2015-12-281-34/+15
* Include <utility> in files that use std::move() in remoting/protocol.sergeyu2015-12-241-0/+2
* Use std::move() instead of scoped_ptr<>::Pass() in remoting/protocolsergeyu2015-12-221-3/+3
* Switch to standard integer types in remoting/.avi2015-12-221-0/+1
* Add TransportContext class.sergeyu2015-12-161-25/+26
* Reland of Removing references to webrtc::PortAllocatorFactoryInterface.deadbeef2015-12-141-11/+11
* Revert of Removing references to webrtc::PortAllocatorFactoryInterface. (patc...hans2015-12-111-11/+11
* Removing references to webrtc::PortAllocatorFactoryInterface.deadbeef2015-12-111-11/+11
* Add WebrtcConnectionToClient.sergeyu2015-12-101-0/+4
* Cleanups in WebrtcTransport.sergeyu2015-12-091-79/+87
* Remove QUIC support from remoting host and client.sergeyu2015-12-031-6/+0
* Implement data channel support in WebrtcTransport.sergeyu2015-12-011-4/+8
* Implement WebrtcTransportsergeyu2015-11-191-0/+497