summaryrefslogtreecommitdiffstats
path: root/remoting/client/chromoting_client.cc
Commit message (Expand)AuthorAgeFilesLines
* Adding the base ChromotingInstance implementation and unittests. This class ...joedow2015-03-111-19/+23
* Decompose VideoRenderer from VideoStub.wez2015-02-141-1/+1
* Move existing renderer from PepperView to PepperVideoRenderer2D.sergeyu2014-12-191-1/+1
* Remove legacy version of the control channel protocol.sergeyu2014-09-131-14/+4
* Add basic perf tests for chromoting protocol.sergeyu@chromium.org2014-07-251-1/+5
* Cleanups in ChromotingClientsergeyu@chromium.org2014-07-121-40/+24
* Move ConnectionToHost parameters out from Connect() call.wez@chromium.org2014-05-221-7/+8
* Add VideoProcessor interface.sergeyu@chromium.org2014-01-231-17/+5
* Show connection type in web-app.jamiewalch@chromium.org2014-01-091-0/+7
* Added JsonMessage to the control channel.jamiewalch@chromium.org2013-08-131-0/+7
* Make AudioPlayer optional in ChromotingClientsolb@chromium.org2013-07-101-4/+6
* Remove XmppProxy and JavascriptSignalStrategy.sergeyu@chromium.org2013-06-131-14/+2
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-041-5/+11
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-5/+11
* PairingAuthenticator implementation and plumbing.jamiewalch@chromium.org2013-05-221-0/+4
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Do not use host_stub() before it was created.alexeypa@chromium.org2013-04-261-8/+20
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-191-0/+42
* Call ChromotingClient::Initialize() before any packets can arrive.alexeypa@chromium.org2013-04-131-1/+1
* Client plugin changes to support third party authentication. rmsousa@chromium.org2013-04-061-0/+1
* Separate Client and Host side of NegotiatingAuthenticator, and make the proto...rmsousa@chromium.org2013-04-031-2/+2
* Protocol / client plugin changes to support interactively asking for a PIN.rmsousa@chromium.org2013-03-231-2/+2
* Stop reusing RectangleUpdateDecoder for multiple sessions.sergeyu@chromium.org2013-02-051-2/+9
* Cleanup RectangleUpdateDecoder and VideoStubsergeyu@chromium.org2012-08-301-3/+0
* Moved video stub implementation to RectangleUpdateDecoder.kxing@chromium.org2012-08-241-106/+4
* Piping for audio decoding.kxing@chromium.org2012-08-041-11/+12
* Support for both 44.1 kHz and 48 kHz on the client.kxing@chromium.org2012-07-241-2/+0
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-231-0/+5
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-231-10/+6
* Revert 147595 - Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-201-6/+10
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-201-10/+6
* Client code for playing back audiokxing@chromium.org2012-07-021-2/+8
* 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/+8
* MessageLoopProxy cleanups in remoting client.sergeyu@chromium.org2012-06-121-39/+19
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-06-071-6/+9
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-021-0/+5
* Disable V1 auth support in remoting client and Me2Me host.sergeyu@chromium.org2012-05-311-10/+4
* Revert 139623 - Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-301-9/+6
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-301-6/+9
* Revert 139424 - Remove V1 authenticators.sergeyu@chromium.org2012-05-301-3/+9
* Remove V1 authenticators.sergeyu@chromium.org2012-05-291-9/+3
* Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-161-3/+6
* Revert 136692 - Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-141-6/+3
* Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-111-3/+6
* [Chromoting] The client plugin can pass clipboard items to the webapp.simonmorris@chromium.org2012-04-031-2/+1
* [Chromoting] Add plumbing to carry clipboard events from the host to the client.simonmorris@chromium.org2012-03-311-1/+7
* Refactor VideoStub interface to accept ownership of video packets.sergeyu@chromium.org2012-03-281-7/+10
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-1/+1
* This CL makes several the following improvements to the Chromoting decoder pi...alexeypa@chromium.org2012-02-241-5/+0