summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/host_message_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* The authenticated_ fields are moved out of stubs and intosimonmorris@chromium.org2011-03-311-25/+16
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* ChromotingHost can have multiple connections, but only onesimonmorris@chromium.org2011-03-231-14/+12
* Block event processing on host/client until the client has authenticated.garykac@chromium.org2011-03-041-18/+34
* Changed MessageReader so that it doesn't read from the socket if there aresergeyu@chromium.org2011-01-221-21/+18
* Simplified MessageReader and MessageDecoder classes.sergeyu@chromium.org2011-01-141-4/+4
* Chromoting protocol layers to receive and send login messageshclam@chromium.org2010-12-231-30/+9
* Move move classes to the remoting::protocol namespace. Minor cleanups.sergeyu@chromium.org2010-12-021-0/+1
* Implement input stub in the host side for chromotinghclam@chromium.org2010-11-161-2/+14
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-161-1/+0
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-7/+6
* Stub classes for Chromoting and use them in HostMessageDispatcher.ajwong@chromium.org2010-11-021-21/+47
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-021-0/+1
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-1/+0
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-0/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* HostMessageDispatcher to parse control messageshclam@chromium.org2010-10-281-10/+47
* HostMessageDispatcher to dispatch messages received on a chromoting connectionhclam@chromium.org2010-10-191-0/+28