summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/channel_multiplexer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Include <utility> in files that use std::move() in remoting/protocol.sergeyu2015-12-241-0/+2
* Use std::move() instead of scoped_ptr<>::Pass() in remoting/protocolsergeyu2015-12-221-1/+1
* Cleanup ChannelMultiplexer tests to avoid dependency on FakeSession.sergeyu2015-12-181-47/+16
* Rename TransportSession->Transportsergeyu2015-10-311-15/+15
* Add TransportSession interface to prepare for WebRTC-based transport.sergeyu2015-10-281-20/+29
* Revert of Add TransportSession interface to prepare for WebRTC-based transpor...georgesak2015-10-281-29/+20
* Add TransportSession interface to prepare for WebRTC-based transport.sergeyu2015-10-281-20/+29
* Don't use base::MessageLoop::{Quit,QuitClosure} in remoting/ki.stfu2015-10-121-2/+2
* Fix BufferedSocketWriter not to return any results from Write().sergeyu2015-07-301-7/+4
* Add P2PDatagramSocket and P2PStreamSocket interfaces.sergeyu2015-07-201-28/+28
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-1/+1
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-1/+1
* Cleanup Fake* classes in remoting/protocolsergeyu2014-09-231-15/+18
* Cleanup ChannelFactory interfacesergeyu2014-09-091-4/+4
* Migrate remoting/ to base::RunLoop::RunUntilIdle();tfarina@chromium.org2014-01-241-4/+5
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-171-1/+1
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-12/+26
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-2/+3
* remoting: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-011-4/+4
* Fix ChannelMultiplexer to properly handle base channel creation failure.sergeyu@chromium.org2012-09-261-13/+53
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-181-0/+17
* Implement ChannelMultiplexer.sergeyu@chromium.org2012-08-081-0/+301