summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/host_control_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Add MessagePipe interface. Use it in ChannelDispatcherBase.sergeyu2016-02-031-5/+7
* Simplify message parsing.sergeyu2016-01-301-12/+9
* Remove done notifications from incoming message handlers.sergeyu2016-01-301-3/+1
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-171-1/+0
* Cleanup channel dispatcherssergeyu2015-01-101-13/+9
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-2/+2
* Rename remoting/protocol/util.h to message_serialization.hsergeyu@chromium.org2014-04-101-1/+1
* Move ScopedClosureRunner to callback_helpers, add Reset.avi@chromium.org2013-08-301-0/+1
* Added JsonMessage to the control channel.jamiewalch@chromium.org2013-08-131-0/+9
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Protocol-level changes required to support PIN-less authentication.jamiewalch@chromium.org2013-05-101-0/+9
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-191-0/+9
* Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields.wez@chromium.org2013-02-131-2/+2
* Protocol plumbing for audio toggle.rmsousa@chromium.org2012-10-181-0/+2
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-021-0/+7
* Simplify BufferedSocketWriter by making it non-thread-safe.sergeyu@chromium.org2012-05-241-6/+4
* Add a message to allow clients to control the video channel.wez@chromium.org2012-05-031-0/+2
* Add ClientDimensions message to control channel.wez@chromium.org2012-04-271-0/+2
* [Chromoting] Add plumbing to carry clipboard events from the host to the client.simonmorris@chromium.org2012-03-311-0/+6
* Refactor VideoStub interface to accept ownership of video packets.sergeyu@chromium.org2012-03-281-1/+1
* Add the plumbing that will carry a clipboard item from a chromoting client to...simonmorris@chromium.org2012-03-161-3/+12
* Remove BeginSessionDeprecated.sergeyu@chromium.org2012-02-211-7/+0
* Revert 121055 - Remove BeginSessionDeprecated.sergeyu@chromium.org2012-02-091-1/+8
* Remove BeginSessionDeprecated.sergeyu@chromium.org2012-02-081-8/+1
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-8/+7
* Refactor channel dispatchers on the host side.sergeyu@chromium.org2011-11-181-0/+51