summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_session.cc
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-201-3/+3
* Add the plumbing that will carry a clipboard item from a chromoting client to...simonmorris@chromium.org2012-03-161-6/+16
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-2/+2
* Log IP/port of host as well as client in Me2Me hostlambroslambrou@chromium.org2012-02-021-4/+7
* More plumbing for logging connection IP addresseslambroslambrou@google.com2012-01-251-1/+9
* Refactoring of the client-side input pipeline and scaling dimension management.wez@chromium.org2011-12-221-0/+1
* Convert all of remoting/* to base::Bind().ajwong@chromium.org2011-12-201-1/+0
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-291-1/+4
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-111-4/+23
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-111-3/+5
* Move ConnectionToClient::EventHandler from ChromotingHost to ClientSessionsergeyu@chromium.org2011-11-101-7/+41
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-051-34/+3
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-2/+3
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-6/+6
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-6/+6
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-6/+6
* Chromoting: Undo any mouse-downs that haven't been mouse-upped.garykac@chromium.org2011-09-261-12/+36
* Call ClientSession::Disconnect when Chromoting client disconnects.garykac@chromium.org2011-09-241-2/+1
* Clamp injected mouse events to within the screen area.lambroslambrou@chromium.org2011-09-151-2/+16
* Refactor InputStub interface to pass events by value (const reference).lambroslambrou@chromium.org2011-09-131-25/+23
* Access Session::config() and Session::jid() on the correct thread only.sergeyu@chromium.org2011-09-131-0/+1
* Fix stuck keys problem with Chromoting when host disconnects while keys aregarykac@chromium.org2011-08-301-8/+9
* Make floor-control more robust.lambroslambrou@chromium.org2011-08-101-6/+20
* Message validation in message dispatchers.sergeyu@chromium.org2011-07-211-11/+0
* Chromoting: Release all currently pressed keys when disconnecting.garykac@chromium.org2011-06-291-5/+21
* Fix the problem of linux host mouse not movinghclam@chromium.org2011-06-241-1/+1
* Completed basic implementation.jamiewalch@google.com2011-06-201-5/+29
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-131-2/+56
* Revert 88878 - Block remote mouse inputs for a short time when local input is...asargent@chromium.org2011-06-131-56/+2
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-131-2/+56
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-9/+6
* 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...wez@chromium.org2011-05-271-6/+9
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-9/+6
* Remove local login prompt for me2mom.jamiewalch@chromium.org2011-05-191-1/+5
* Clean up remoting projectdmaclach@chromium.org2011-04-041-6/+4
* The authenticated_ fields are moved out of stubs and intosimonmorris@chromium.org2011-03-311-11/+37
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Fix permissions broken in r79114.simonmorris@chromium.org2011-03-231-0/+0
* ChromotingHost can have multiple connections, but only onesimonmorris@chromium.org2011-03-231-0/+66