summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/client_control_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* 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