summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/protocol_mock_objects.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-6/+4
* Add VideoStream interface.sergeyu2015-11-301-0/+1
* Replace MockConnectionToClient with FakeConnectionToClientsergeyu2015-11-241-6/+0
* Make protocol::ConnectionToClient an abstract interface.sergeyu2015-11-191-7/+2
* Implement video frame acknowledgements in the chromoting protocol.sergeyu2015-02-241-1/+2
* Fix ConnectionToClient to connect stubs only after authentication.sergeyu2015-02-131-5/+6
* Break out Chromoting plugin's cursor & mouse-lock handling.wez2014-11-241-0/+4
* Refactored PairingRegistry::Delegate such that it can retrieve/modify for a s...alexeypa@chromium.org2013-08-021-38/+45
* Add serialization to PairingRegistry.jamiewalch@chromium.org2013-07-191-5/+32
* Linux pairing registry delegate implementationjamiewalch@chromium.org2013-06-231-17/+10
* Changes to PairingRegistry to facilitate per-platform implementions.jamiewalch@chromium.org2013-06-181-2/+6
* Make the mapping from client id -> secret asynchronous.jamiewalch@chromium.org2013-06-141-4/+29
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-3/+1
* Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...peter@chromium.org2012-09-121-1/+3
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-3/+1
* Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@chromium.org2012-09-091-1/+3
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-081-3/+1
* Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@google.com2012-09-061-1/+3
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-061-3/+1
* Remove the HostEventStub aggregate interface.wez@chromium.org2012-08-101-4/+0
* [Chromoting] Make ChromotingHost's dependency on libjingle injected, instead ...simonmorris@chromium.org2012-06-151-0/+4
* Log connection type to syslogs and to the server.sergeyu@chromium.org2012-03-201-0/+1
* Add the plumbing that will carry a clipboard item from a chromoting client to...simonmorris@chromium.org2012-03-161-0/+8
* More plumbing for logging connection IP addresseslambroslambrou@google.com2012-01-251-1/+2
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-111-1/+1
* Move ConnectionToClient::EventHandler from ChromotingHost to ClientSessionsergeyu@chromium.org2011-11-101-3/+2
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-5/+8
* The authenticated_ fields are moved out of stubs and intosimonmorris@chromium.org2011-03-311-1/+2
* ChromotingHost can have multiple connections, but only onesimonmorris@chromium.org2011-03-231-1/+2
* Block event processing on host/client until the client has authenticated.garykac@chromium.org2011-03-041-1/+6
* More out-of-lining of test code, along with a bunch of GMOCK objects.erg@google.com2011-02-081-0/+39