summaryrefslogtreecommitdiffstats
path: root/remoting/host/session_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-091-22/+2
* Fix build breakhclam@chromium.org2010-11-091-1/+1
* Implementation of InputStub for chromotinghclam@chromium.org2010-11-091-1/+9
* Moving/Rename host/ClientConnection.{h,cc} -> protocol/ConnectionToClient.{h,cc}ajwong@chromium.org2010-11-041-38/+38
* Move protocol classes to the remoting::protocol namespacesergeyu@chromium.org2010-11-041-7/+13
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-021-9/+8
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-8/+9
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-9/+8
* HostMessageDispatcher to parse control messageshclam@chromium.org2010-10-281-1/+1
* Cleanups in the chromotocol code.sergeyu@chromium.org2010-10-271-1/+0
* Use new Chromotocol code in host andclient.sergeyu@chromium.org2010-10-061-14/+5
* This is a monster CL.ajwong@chromium.org2010-10-041-27/+43
* Allows chromoting host to be connected again after connection drops.hclam@chromium.org2010-09-031-2/+2
* Update mouse support for chromoting host.garykac@google.com2010-08-271-0/+1
* Rename (Host|Client)Message to Chromoting(Host|Client)Message.garykac@chromium.org2010-08-241-2/+2
* Revert 57112 - Rename (Host|Client)Message to Chromoting(Host|Client)Message.thestig@chromium.org2010-08-231-2/+2
* Rename (Host|Client)Message to Chromoting(Host|Client)Message.garykac@chromium.org2010-08-231-2/+2
* Fix some problems in SessionManager in chromotinghclam@chromium.org2010-08-181-0/+5
* Initial pass at integrating Differ into the chromoting host code.garykac@google.com2010-08-061-5/+2
* Moving Encoder and Decoder to remoting/basehclam@chromium.org2010-07-231-3/+3
* Changing UpdateStreamPacket protobuf definition for chromotinghclam@chromium.org2010-07-151-17/+12
* Fix CapturerFake for Chromotinghclam@chromium.org2010-07-031-0/+1
* Re-order host SessionManager code to group by thread. This makes the flow of ...garykac@google.com2010-07-021-149/+159
* Revamp capturer to clean up the interface, and to keep data as atomic as poss...dmaclach@chromium.org2010-07-011-37/+28
* Fix thread usage in chromoting hosthclam@chromium.org2010-06-281-16/+37
* Fix double deletion in SessionManagerhclam@chromium.org2010-06-161-1/+0
* Tighten up compile warnings based to match other chromium sub-projects.dmaclach@chromium.org2010-06-151-2/+2
* Revamp threading a bit so that arguments are passed through and owned by the ...dmaclach@chromium.org2010-06-151-51/+41
* Implement a chromoting client using X11hclam@chromium.org2010-06-091-10/+13
* Copy the (early prototype of) remoting in Chrome into the public tree.garykac@google.com2010-06-071-0/+401