summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/webrtc_transport.h
Commit message (Expand)AuthorAgeFilesLines
* Add signatures for session-description messages.sergeyu2016-03-181-0/+3
* Use UrlRequest in PortAllocator.sergeyu2016-02-111-1/+0
* Roll WebRTC 11523:11548, Libjingle 11522:11545kjellander2016-02-101-1/+1
* Avoid extra framing in WebRTC data streams.sergeyu2016-02-091-7/+2
* Add MessageChanneFactory interface and use it in ChannelDispatcherBase.sergeyu2016-02-041-4/+10
* Implement client-side video stream support for WebRTC-based protocol.sergeyu2016-01-191-3/+6
* Simplify PortAllocatorBase and make PortAllocator creation synchronous.sergeyu2016-01-111-3/+0
* remoting webrtc: Create events channel on the client instead of on the hostsergeyu2016-01-061-2/+20
* Move ownership of Transport out of Session.sergeyu2015-12-281-23/+17
* Add TransportContext class.sergeyu2015-12-161-12/+10
* Reland of Removing references to webrtc::PortAllocatorFactoryInterface.deadbeef2015-12-141-8/+6
* Revert of Removing references to webrtc::PortAllocatorFactoryInterface. (patc...hans2015-12-111-6/+8
* Removing references to webrtc::PortAllocatorFactoryInterface.deadbeef2015-12-111-8/+6
* Add WebrtcConnectionToClient.sergeyu2015-12-101-0/+1
* Cleanups in WebrtcTransport.sergeyu2015-12-091-11/+21
* Remove QUIC support from remoting host and client.sergeyu2015-12-031-1/+0
* Implement data channel support in WebrtcTransport.sergeyu2015-12-011-0/+3
* Implement WebrtcTransportsergeyu2015-11-191-0/+124