summaryrefslogtreecommitdiffstats
path: root/remoting/client/chromoting_client.h
Commit message (Expand)AuthorAgeFilesLines
* Use ClientAuthenticationConfig in PairingClientAuthenticatorsergeyu2016-03-121-1/+1
* Move NegotiatingClientAuthentication creation to ChromotingClient.sergeyu2016-03-121-2/+3
* Revert of Move NegotiatingClientAuthentication creation to ChromotingClient. ...alexmos2016-03-111-3/+2
* Move NegotiatingClientAuthentication creation to ChromotingClient.sergeyu2016-03-111-2/+3
* Add GetFrameConsumer() in VideoRenderer.sergeyu2016-01-051-1/+0
* Move VideoRenderer to remoting/protocolsergeyu2016-01-051-3/+3
* Move ownership of Transport out of Session.sergeyu2015-12-281-0/+1
* Use std::move() instead of .Pass() in remoting/*sergeyu2015-12-241-4/+1
* Switch to standard integer types in remoting/.avi2015-12-221-0/+1
* Rename ConnectionToHostImpl -> IceConnectionToHostsergeyu2015-12-181-1/+2
* Simplify ConnectionToHost interface.sergeyu2015-12-171-7/+26
* Add TransportContext class.sergeyu2015-12-161-2/+2
* Rename/Move ChromotingStats->protocol::PerformanceTrackersergeyu2015-09-171-2/+2
* Make it possible to enable VP9 from the clientsergeyu2015-08-071-2/+2
* Adding the base ChromotingInstance implementation and unittests. This class ...joedow2015-03-111-5/+9
* Move existing renderer from PepperView to PepperVideoRenderer2D.sergeyu2014-12-191-1/+3
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-16/+11
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-8/+8
* Add basic perf tests for chromoting protocol.sergeyu@chromium.org2014-07-251-0/+4
* Cleanups in ChromotingClientsergeyu@chromium.org2014-07-121-14/+18
* Add VideoProcessor interface.sergeyu@chromium.org2014-01-231-8/+3
* Show connection type in web-app.jamiewalch@chromium.org2014-01-091-0/+2
* Remoting: Move WeakPtrFactory members to be lastdmichael@chromium.org2013-10-101-1/+1
* Added JsonMessage to the control channel.jamiewalch@chromium.org2013-08-131-0/+2
* Make AudioPlayer optional in ChromotingClientsolb@chromium.org2013-07-101-0/+1
* Remove XmppProxy and JavascriptSignalStrategy.sergeyu@chromium.org2013-06-131-6/+4
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-041-0/+2
* Do not use host_stub() before it was created.alexeypa@chromium.org2013-04-261-2/+5
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-191-5/+15
* Stop reusing RectangleUpdateDecoder for multiple sessions.sergeyu@chromium.org2013-02-051-4/+6
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Moved video stub implementation to RectangleUpdateDecoder.kxing@chromium.org2012-08-241-38/+1
* Piping for audio decoding.kxing@chromium.org2012-08-041-10/+8
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-231-0/+1
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-231-3/+3
* Revert 147595 - Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-201-3/+3
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-201-3/+3
* Client code for playing back audiokxing@chromium.org2012-07-021-1/+6
* Renamed VideoStub::GetPendingPackets() to VideoStub::GetPendingVideoPackets()kxing@chromium.org2012-06-261-1/+1
* Added piping for sending audio packets from host to client.kxing@chromium.org2012-06-251-1/+7
* MessageLoopProxy cleanups in remoting client.sergeyu@chromium.org2012-06-121-9/+7
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-06-071-2/+4
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-021-1/+5
* Revert 139623 - Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-301-4/+2
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-301-2/+4
* [Chromoting] Add a filter that will stop the host sending unnecessary clipboa...simonmorris@chromium.org2012-05-221-1/+0
* Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-161-1/+6
* Revert 136692 - Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-141-6/+1
* Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-111-1/+6
* [Chromoting] Add plumbing to carry clipboard events from the host to the client.simonmorris@chromium.org2012-03-311-0/+6