summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/client_control_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Add MessagePipe interface. Use it in ChannelDispatcherBase.sergeyu2016-02-031-7/+9
* Simplify message parsing.sergeyu2016-01-301-9/+8
* Remove done notifications from incoming message handlers.sergeyu2016-01-301-8/+3
* Switch to standard integer types in remoting/.avi2015-12-221-1/+3
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-171-1/+0
* Cleanup channel dispatcherssergeyu2015-01-101-17/+13
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-2/+2
* Hide the cursor on the client when it is hidden on the hostkelvinp2015-01-061-2/+2
* Rename remoting/protocol/util.h to message_serialization.hsergeyu@chromium.org2014-04-101-1/+1
* Move cursor-shape validation into remoting/protocollambroslambrou@chromium.org2013-09-121-1/+42
* 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-3/+3
* Protocol plumbing for audio toggle.rmsousa@chromium.org2012-10-181-0/+6
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-021-0/+2
* Simplify BufferedSocketWriter by making it non-thread-safe.sergeyu@chromium.org2012-05-241-8/+6
* Add a message to allow clients to control the video channel.wez@chromium.org2012-05-031-0/+6
* Add ClientDimensions message to control channel.wez@chromium.org2012-04-271-0/+7
* [Chromoting] Add plumbing to carry clipboard events from the host to the client.simonmorris@chromium.org2012-03-311-1/+8
* 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-1/+9
* Remove BeginSessionDeprecated.sergeyu@chromium.org2012-02-211-8/+1
* Revert 121055 - Remove BeginSessionDeprecated.sergeyu@chromium.org2012-02-091-2/+9
* Remove BeginSessionDeprecated.sergeyu@chromium.org2012-02-081-9/+2
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-0/+2
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-13/+8
* Refactor client channel dispatchers.sergeyu@chromium.org2011-11-181-0/+55