summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/channel_dispatcher_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Add MessageChanneFactory interface and use it in ChannelDispatcherBase.sergeyu2016-02-041-20/+7
* Add MessagePipe interface. Use it in ChannelDispatcherBase.sergeyu2016-02-031-13/+8
* Simplify message parsing.sergeyu2016-01-301-0/+2
* Fix BufferedSocketWriter to buffer everything before it starts writing.sergeyu2016-01-141-1/+1
* 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-1/+1
* Simplify ChannelDispatcherBase to avoid dependency on Session.sergeyu2015-12-181-20/+2
* Remove QUIC support from remoting host and client.sergeyu2015-12-031-4/+0
* Rename TransportSession->Transportsergeyu2015-10-311-3/+2
* Add TransportSession interface to prepare for WebRTC-based transport.sergeyu2015-10-281-2/+5
* Revert of Add TransportSession interface to prepare for WebRTC-based transpor...georgesak2015-10-281-5/+2
* Add TransportSession interface to prepare for WebRTC-based transport.sergeyu2015-10-281-2/+5
* Enable QUIC support in chromotingsergeyu2015-08-141-0/+4
* Add P2PDatagramSocket and P2PStreamSocket interfaces.sergeyu2015-07-201-6/+6
* Fix MessageReader to pass errors to the channelsergeyu2015-05-141-4/+7
* Cleanup channel dispatcherssergeyu2015-01-101-9/+14
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-2/+2
* Fix failing DCHECKs in JingleSession added in r294653sergeyu2014-09-161-0/+1
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-121-1/+1
* Revert of Move PseudoTCP and channel auth out of LibjingleTransportFactory. (...nasko2014-09-111-1/+1
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-111-1/+1
* Cleanup ChannelFactory interfacesergeyu2014-09-091-1/+1
* Enable channel multiplexing for control, event and audio channels.sergeyu@chromium.org2012-08-221-1/+17
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-181-5/+6
* Use scoped_ptr<> for channel creation callbacks.sergeyu@chromium.org2012-02-051-4/+5
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-0/+48