summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_session.h
Commit message (Expand)AuthorAgeFilesLines
* Handle disconnection events properly for unauthenticated clients.sergeyu@chromium.org2012-05-221-0/+3
* Add a message to allow clients to control the video channel.wez@chromium.org2012-05-031-0/+2
* Clamp events before they are sent to EventExecutors.wez@chromium.org2012-04-301-1/+6
* Add ClientDimensions message to control channel.wez@chromium.org2012-04-271-0/+4
* This CL moves much of the input tracking logic out of ClientSession, which me...wez@chromium.org2012-04-031-47/+19
* Cleanups in the host authentication state handling.sergeyu@chromium.org2012-03-271-7/+10
* Log connection type to syslogs and to the server.sergeyu@chromium.org2012-03-201-4/+2
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-201-3/+1
* Add the plumbing that will carry a clipboard item from a chromoting client to...simonmorris@chromium.org2012-03-161-7/+12
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-1/+1
* Log IP/port of host as well as client in Me2Me hostlambroslambrou@chromium.org2012-02-021-6/+10
* More plumbing for logging connection IP addresseslambroslambrou@google.com2012-01-251-1/+10
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-291-2/+13
* Add OVERRIDE to remoting/.avi@chromium.org2011-11-191-2/+2
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-111-6/+6
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-111-2/+0
* Move ConnectionToClient::EventHandler from ChromotingHost to ClientSessionsergeyu@chromium.org2011-11-101-9/+22
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-051-19/+4
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-1/+2
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-4/+4
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-4/+4
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-4/+4
* Chromoting: Undo any mouse-downs that haven't been mouse-upped.garykac@chromium.org2011-09-261-7/+14
* Call ClientSession::Disconnect when Chromoting client disconnects.garykac@chromium.org2011-09-241-2/+3
* Clamp injected mouse events to within the screen area.lambroslambrou@chromium.org2011-09-151-2/+10
* Refactor InputStub interface to pass events by value (const reference).lambroslambrou@chromium.org2011-09-131-5/+5
* Access Session::config() and Session::jid() on the correct thread only.sergeyu@chromium.org2011-09-131-0/+4
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-0/+1
* Make floor-control more robust.lambroslambrou@chromium.org2011-08-101-1/+6
* Message validation in message dispatchers.sergeyu@chromium.org2011-07-211-2/+0
* Chromoting: Release all currently pressed keys when disconnecting.garykac@chromium.org2011-06-291-0/+10
* Completed basic implementation.jamiewalch@google.com2011-06-201-1/+12
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-131-0/+15
* Revert 88878 - Block remote mouse inputs for a short time when local input is...asargent@chromium.org2011-06-131-15/+0
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-131-0/+15
* Remove local login prompt for me2mom.jamiewalch@chromium.org2011-05-191-0/+3
* Fix up memory leak in remoting host tests.dmaclach@chromium.org2011-05-131-0/+2
* Clean up remoting projectdmaclach@chromium.org2011-04-041-4/+2
* The authenticated_ fields are moved out of stubs and intosimonmorris@chromium.org2011-03-311-5/+33
* 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/+60