summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/message_reader_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix MessageReader to pass errors to the channelsergeyu2015-05-141-6/+12
* Pass in a non-null CertVerifier into SSLClientSocket.davidben2015-04-241-1/+1
* Cleanup channel dispatcherssergeyu2015-01-101-3/+6
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-6/+2
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-2/+2
* Cleanup Fake* classes in remoting/protocolsergeyu2014-09-231-3/+3
* Update webrtc&libjingle 6774:6825.ronghuawu@chromium.org2014-08-061-2/+2
* Revert "Update webrtc&libjingle 6774:6799."erikchen@chromium.org2014-07-311-2/+2
* Update webrtc&libjingle 6774:6799.ronghuawu@chromium.org2014-07-311-2/+2
* Migrate remoting/ to base::RunLoop::RunUntilIdle();tfarina@chromium.org2014-01-241-12/+13
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-171-2/+2
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-1/+1
* remoting: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-011-12/+12
* Fix MessageReader not to invoke message callback from done callback.sergeyu@chromium.org2012-09-131-7/+63
* Make MessageReader class not ref-counted.sergeyu@chromium.org2012-08-231-39/+3
* Fix MessageReader to handle errors properly.sergeyu@chromium.org2012-07-141-2/+16
* Refactor VideoStub interface to accept ownership of video packets.sergeyu@chromium.org2012-03-281-54/+52
* Separate Authenticator and Session unittests.sergeyu@chromium.org2011-12-131-1/+1
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-17/+16
* Trampoline MessageReader::OnMessageDone() to correct thread.lambroslambrou@chromium.org2011-08-241-1/+53
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-4/+0
* Fixed memory leaks in remoting_unittests.sergeyu@chromium.org2011-01-261-6/+11
* Changed MessageReader so that it doesn't read from the socket if there aresergeyu@chromium.org2011-01-221-0/+242