summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/message_decoder_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in remoting/.avi2015-12-221-4/+7
* Use the appropriate variant of IntToString in //remotingricea2015-09-201-1/+1
* Rename sequence_number to timestamp.sergeyu2015-01-081-1/+1
* Rename remoting/protocol/util.h to message_serialization.hsergeyu@chromium.org2014-04-101-1/+1
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.dcheng@chromium.org2013-04-081-1/+1
* Remove support for Windows-style keycodes.wez@chromium.org2012-09-111-4/+4
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Chromoting to report roundtrip latencyhclam@chromium.org2011-05-061-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Changed MessageReader so that it doesn't read from the socket if there aresergeyu@chromium.org2011-01-221-18/+20
* Simplified MessageReader and MessageDecoder classes.sergeyu@chromium.org2011-01-141-1/+11
* Remove ChromotingClientMessagegarykac@chromium.org2010-12-081-11/+14
* Move move classes to the remoting::protocol namespace. Minor cleanups.sergeyu@chromium.org2010-12-021-0/+2
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-161-2/+0
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-091-22/+17
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-021-28/+7
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-7/+28
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-28/+7
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* HostMessageDispatcher to parse control messageshclam@chromium.org2010-10-281-0/+136