summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
...
* Add MessageChanneFactory interface and use it in ChannelDispatcherBase.sergeyu2016-02-0423-176/+325
* Add MessagePipe interface. Use it in ChannelDispatcherBase.sergeyu2016-02-0315-53/+212
* This change drops the pixel_width and pixel_height arguments which are being...nisse2016-02-011-1/+1
* Simplify message parsing.sergeyu2016-01-3027-173/+121
* Remove done notifications from incoming message handlers.sergeyu2016-01-3019-273/+70
* Add WebRTC support in ChromotingClientsergeyu2016-01-281-2/+8
* Don't end closing namespace comments with ;Nico Weber2016-01-251-1/+1
* Fix relay session response parsing in PortAllocatorBase.sergeyu2016-01-211-1/+1
* Implement client-side video stream support for WebRTC-based protocol.sergeyu2016-01-1913-14/+342
* Update ChromiumPacketSocket factory to apply PacketOptions it receives.sergeyu2016-01-161-1/+8
* Fix BufferedSocketWriter to buffer everything before it starts writing.sergeyu2016-01-143-6/+6
* Fix a typo in WebrtcVideoStream::Start() which causes the host to crash.sergeyu2016-01-131-1/+1
* Simplify PortAllocatorBase and make PortAllocator creation synchronous.sergeyu2016-01-1110-226/+170
* Implement missing features in WebrtcVideoStream.sergeyu2016-01-105-42/+103
* Faster YUV conversion in WebrtcVideoCapturerAdapter.sergeyu2016-01-093-71/+101
* Move and rename cricket::HttpPortAllocatorBasesergeyu2016-01-086-38/+283
* remoting webrtc: Create events channel on the client instead of on the hostsergeyu2016-01-069-57/+118
* Don't wait for receiving state in IceTransportChannel.sergeyu2016-01-062-10/+4
* Fix and enable Ice/ConnectionTest testssergeyu2016-01-061-7/+15
* Pass VideoRenderer interface to ConnectionToHost.sergeyu2016-01-0511-18/+117
* Add GetFrameConsumer() in VideoRenderer.sergeyu2016-01-052-1/+55
* Move VideoRenderer to remoting/protocolsergeyu2016-01-051-0/+31
* Update SSLServerSocket::CreateSSLServerSocket to take key as const refmaniscalco2016-01-051-1/+1
* Disable flaky Ice/ConnectionTest.* tests.dcheng2015-12-311-1/+3
* Move ownership of Transport out of Session.sergeyu2015-12-2834-585/+498
* Include <utility> in files that use std::move() in remoting/protocol.sergeyu2015-12-2451-0/+94
* Use std::move() instead of scoped_ptr<>::Pass() in remoting/protocolsergeyu2015-12-2255-173/+170
* Switch to standard integer types in remoting/.avi2015-12-22111-102/+248
* Start WebrtcConnectionToHost.sergeyu2015-12-187-112/+271
* Simplify ChannelDispatcherBase to avoid dependency on Session.sergeyu2015-12-186-56/+24
* Rename ConnectionToHostImpl -> IceConnectionToHostsergeyu2015-12-184-54/+67
* net: net_util.h includes cleanuptfarina2015-12-182-0/+2
* Cleanup ChannelMultiplexer tests to avoid dependency on FakeSession.sergeyu2015-12-183-69/+33
* Replace ice_connection_to_client_unittest.cc with connection_unittest.ccsergeyu2015-12-188-129/+248
* Simplify ConnectionToHost interface.sergeyu2015-12-175-183/+28
* More cleanups in JingleSessionManager interface.sergeyu2015-12-177-106/+56
* Add TransportContext class.sergeyu2015-12-1623-447/+412
* Reland of Removing references to webrtc::PortAllocatorFactoryInterface.deadbeef2015-12-146-51/+53
* Cleanup SessionManager interface.sergeyu2015-12-126-54/+29
* Revert of Cleanup SessionManager interface. (patchset #2 id:20001 of https://...sergeyu2015-12-126-6/+53
* Move IceTransport tests to ice_transport_unittest.ccsergeyu2015-12-113-232/+365
* Cleanup SessionManager interface.sergeyu2015-12-116-53/+6
* Revert of Removing references to webrtc::PortAllocatorFactoryInterface. (patc...hans2015-12-116-53/+51
* Removing references to webrtc::PortAllocatorFactoryInterface.deadbeef2015-12-116-51/+53
* Add WebrtcConnectionToClient.sergeyu2015-12-1014-7/+494
* Cleanups in WebrtcTransport.sergeyu2015-12-095-99/+123
* Remove kuint64max.avi2015-12-091-1/+6
* Remove QUIC support from remoting host and client.sergeyu2015-12-0324-1463/+27
* Add support for WebRTC protocol in SessionConfig.sergeyu2015-12-0210-173/+452
* Implement data channel support in WebrtcTransport.sergeyu2015-12-015-37/+434