summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/message_reader.cc
Commit message (Expand)AuthorAgeFilesLines
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-2/+3
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Fix MessageReader not to invoke message callback from done callback.sergeyu@chromium.org2012-09-131-13/+14
* Remove CHECK() from MessageReader destructor.sergeyu@chromium.org2012-09-011-1/+0
* Make MessageReader class not ref-counted.sergeyu@chromium.org2012-08-231-17/+15
* Fix MessageReader to handle errors properly.sergeyu@chromium.org2012-07-141-6/+7
* Don't depend on MessageLoopProxy in remoting protocol code.sergeyu@chromium.org2012-05-241-10/+8
* Refcounted types should not have public destructors, remoting/ editionrsleevi@chromium.org2012-04-241-4/+4
* Refactor VideoStub interface to accept ownership of video packets.sergeyu@chromium.org2012-03-281-7/+6
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-4/+3
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-5/+5
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Trampoline MessageReader::OnMessageDone() to correct thread.lambroslambrou@chromium.org2011-08-241-3/+16
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-9/+0
* Remove aggressive DCHECK in remoting::protocol::MessageReader()hclam@chromium.org2011-01-281-2/+0
* Changed MessageReader so that it doesn't read from the socket if there aresergeyu@chromium.org2011-01-221-7/+50
* Simplified MessageReader and MessageDecoder classes.sergeyu@chromium.org2011-01-141-11/+21
* 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-1/+1
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-1/+0
* HostMessageDispatcher to parse control messageshclam@chromium.org2010-10-281-0/+69