summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/connection_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement client-side video stream support for WebRTC-based protocol.sergeyu2016-01-191-2/+66
* Fix and enable Ice/ConnectionTest testssergeyu2016-01-061-7/+15
* Pass VideoRenderer interface to ConnectionToHost.sergeyu2016-01-051-2/+3
* Disable flaky Ice/ConnectionTest.* tests.dcheng2015-12-311-1/+3
* Move ownership of Transport out of Session.sergeyu2015-12-281-11/+47
* 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-2/+2
* Switch to standard integer types in remoting/.avi2015-12-221-0/+1
* Start WebrtcConnectionToHost.sergeyu2015-12-181-11/+28
* Rename ConnectionToHostImpl -> IceConnectionToHostsergeyu2015-12-181-2/+2
* Replace ice_connection_to_client_unittest.cc with connection_unittest.ccsergeyu2015-12-181-0/+185