summaryrefslogtreecommitdiffstats
path: root/remoting/client/chromoting_client.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use NegotiatingAuthenticator instead of V2Authenticator.sergeyu@chromium.org2012-01-311-5/+11
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-1/+10
* Revert 118805 - Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-10/+1
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-1/+10
* Ask for PIN when connecting to Me2Me hosts and pass it to the plugin.sergeyu@chromium.org2012-01-061-2/+2
* Refactoring of the client-side input pipeline and scaling dimension management.wez@chromium.org2011-12-221-6/+0
* Add AUTHENTICATED session state.sergeyu@chromium.org2011-12-061-2/+1
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-4/+5
* Fix intermittent CHECK in remoting client when shutting down.sergeyu@chromium.org2011-11-101-0/+6
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-051-24/+2
* Show framerate in chromoting debug loghclam@chromium.org2011-10-251-3/+4
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-8/+13
* Expose connection error code to the web app.sergeyu@chromium.org2011-10-011-64/+21
* Replace LOG(INFO) with VLOG(1) to avoid excessive logging.sergeyu@chromium.org2011-09-291-1/+1
* Remove all the experimental Traced Task code from remoting.ajwong@chromium.org2011-09-121-11/+4
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-3/+1
* Use plugin message loop for main loop in the client plugin.sergeyu@chromium.org2011-08-211-2/+0
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-11/+10
* Don't use JingleThread in the client plugin.sergeyu@chromium.org2011-08-041-1/+4
* Modify Chromoting logging to hook into base logging.garykac@chromium.org2011-08-041-7/+4
* Call Pepper's Flush command properlyhclam@chromium.org2011-08-031-0/+8
* 2. Implement scale-to-fit and clipping in DecoderVp8hclam@chromium.org2011-07-261-22/+0
* Message validation in message dispatchers.sergeyu@chromium.org2011-07-211-8/+0