summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/message_decoder.h
Commit message (Expand)AuthorAgeFilesLines
* Linux: fix header includes for system protobuf.phajdan.jr@chromium.org2012-11-211-0/+5
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-161-5/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Changed MessageReader so that it doesn't read from the socket if there aresergeyu@chromium.org2011-01-221-4/+5
* 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