summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/message_decoder.h
Commit message (Expand)AuthorAgeFilesLines
* Simplified MessageReader and MessageDecoder classes.sergeyu@chromium.org2011-01-141-49/+16
* Move move classes to the remoting::protocol namespace. Minor cleanups.sergeyu@chromium.org2010-12-021-0/+2
* Hook up client events to new protocol stubs.sergeyu@chromium.org2010-11-291-7/+0
* Use CompoundBuffer in MessageDecoder.sergeyu@chromium.org2010-11-181-17/+5
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-161-11/+12
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-031-1/+1
* HostMessageDispatcher to parse control messageshclam@chromium.org2010-10-281-0/+110