summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/connection_to_client.cc
Commit message (Expand)AuthorAgeFilesLines
* Add AUTHENTICATED session state.sergeyu@chromium.org2011-12-061-10/+8
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-291-1/+1
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-26/+22
* Refactor channel dispatchers on the host side.sergeyu@chromium.org2011-11-181-10/+13
* Add CancelChannelCreation() in protocol::Session interface.sergeyu@chromium.org2011-11-171-4/+3
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-111-13/+24
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-111-11/+14
* Move ConnectionToClient::EventHandler from ChromotingHost to ClientSessionsergeyu@chromium.org2011-11-101-15/+8
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-2/+1
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-1/+2
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-9/+11
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-111-8/+42
* Revert 96089 - Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-101-19/+6
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-091-6/+19
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-071-4/+2
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-12/+7
* Close all writers before JingleSession is destroyed.sergeyu@chromium.org2011-06-301-21/+20
* Chromoting to report roundtrip latencyhclam@chromium.org2011-05-061-1/+5
* The authenticated_ fields are moved out of stubs and intosimonmorris@chromium.org2011-03-311-35/+7
* ChromotingHost can have multiple connections, but only onesimonmorris@chromium.org2011-03-231-3/+14
* Clear authenticated state on client disconnection.lambroslambrou@chromium.org2011-03-141-0/+10
* Block event processing on host/client until the client has authenticated.garykac@chromium.org2011-03-041-4/+16
* Fix threading problem caught by DCHECKs in ChromotingHosthclam@chromium.org2010-11-301-3/+15
* Use VideoStub interface on the host side.sergeyu@chromium.org2010-11-191-18/+12
* Implement input stub in the host side for chromotinghclam@chromium.org2010-11-161-17/+10
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-161-1/+1
* Implementation of InputStub for chromotinghclam@chromium.org2010-11-091-16/+2
* Moving/Rename host/ClientConnection.{h,cc} -> protocol/ConnectionToClient.{h,cc}ajwong@chromium.org2010-11-041-0/+142