summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/message_decoder.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplified MessageReader and MessageDecoder classes.sergeyu@chromium.org2011-01-141-3/+3
* Move move classes to the remoting::protocol namespace. Minor cleanups.sergeyu@chromium.org2010-12-021-0/+2
* Use CompoundBuffer in MessageDecoder.sergeyu@chromium.org2010-11-181-62/+17
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-161-8/+7
* Add DEPS files in remoting subdirectories.sergeyu@chromium.org2010-11-051-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-1/+2
* HostMessageDispatcher to parse control messageshclam@chromium.org2010-10-281-0/+112