summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/channel_dispatcher_base.h
Commit message (Expand)AuthorAgeFilesLines
* Add MessageChanneFactory interface and use it in ChannelDispatcherBase.sergeyu2016-02-041-9/+6
* Add MessagePipe interface. Use it in ChannelDispatcherBase.sergeyu2016-02-031-7/+9
* Simplify message parsing.sergeyu2016-01-301-1/+3
* Switch to standard integer types in remoting/.avi2015-12-221-1/+1
* Simplify ChannelDispatcherBase to avoid dependency on Session.sergeyu2015-12-181-5/+1
* Add P2PDatagramSocket and P2PStreamSocket interfaces.sergeyu2015-07-201-6/+2
* Fix MessageReader to pass errors to the channelsergeyu2015-05-141-1/+1
* Move BufferedSocketWriter from remoting/protocol to remoting/basesergeyu2015-02-261-1/+1
* Cleanup channel dispatcherssergeyu2015-01-101-8/+25
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-1/+1
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-121-2/+2
* Revert of Move PseudoTCP and channel auth out of LibjingleTransportFactory. (...nasko2014-09-111-2/+2
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-111-2/+2
* Enable channel multiplexing for control, event and audio channels.sergeyu@chromium.org2012-08-221-1/+4
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-181-1/+2
* Use scoped_ptr<> for channel creation callbacks.sergeyu@chromium.org2012-02-051-2/+2
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-0/+65