summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Add a done task to ScreenRecorder::Stop()hclam@chromium.org2011-01-214-71/+226
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-218-19/+19
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-132-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-014-4/+4
* Chromoting protocol layers to receive and send login messageshclam@chromium.org2010-12-232-0/+8
* HostConfig interface updates.sergeyu@chromium.org2010-12-1611-96/+40
* Fixed memleak in HeartbeatSenderTest_ProcessResponse.sergeyu@chromium.org2010-12-161-2/+2
* Pass RefCounted objects as scoped_refptr to NewRunnableMethod.willchan@chromium.org2010-12-141-3/+3
* Use heartbeat interval received from the bot.sergeyu@chromium.org2010-12-143-26/+96
* Simplified frame rate control in the chromoting host.sergeyu@chromium.org2010-12-093-201/+97
* Remove ChromotingClientMessagegarykac@chromium.org2010-12-082-5/+5
* Rename SessionManager to ScreenRecorderhclam@chromium.org2010-12-065-100/+93
* Refactor ZLib and Verbatim encoders.sergeyu@chromium.org2010-12-061-4/+3
* Move move classes to the remoting::protocol namespace. Minor cleanups.sergeyu@chromium.org2010-12-026-19/+29
* Fix threading problem caught by DCHECKs in ChromotingHosthclam@chromium.org2010-11-301-7/+16
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-304-3/+2
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-304-2/+3
* Hook up client events to new protocol stubs.sergeyu@chromium.org2010-11-293-187/+110
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-245-15/+60
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-2314-77/+160
* Fix ThreadChecker to use Locks and not use scoped_ptr.willchan@chromium.org2010-11-211-0/+2
* Use VideoStub interface on the host side.sergeyu@chromium.org2010-11-192-5/+11
* Fix up mac capturerdmaclach@chromium.org2010-11-192-1/+2
* Fix GDI capturer initialization.sergeyu@chromium.org2010-11-191-0/+1
* Remove capture thread in Chromoting hosthclam@chromium.org2010-11-185-25/+17
* Move creation of capturer, input stub into ChromotingHosthclam@chromium.org2010-11-173-49/+57
* Introduce a fake HostStub since there's no need to handle it nowhclam@chromium.org2010-11-174-4/+58
* Inject MessageLoop into Capturerhclam@chromium.org2010-11-1715-23/+37
* Implement input stub in the host side for chromotinghclam@chromium.org2010-11-1613-194/+213
* Reapply of r65413. Add linux executor support for Chromoting host.ajwong@chromium.org2010-11-113-4/+404
* Fix Windows Chromoting host by setting pixel format.garykac@google.com2010-11-111-0/+1
* Revert "Reapply of r65413. XTest dependencies added to _chroots_ on linux bots."ajwong@chromium.org2010-11-103-404/+4
* Reapply of r65413. XTest dependencies added to _chroots_ on linux bots.ajwong@chromium.org2010-11-103-4/+404
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-099-37/+30
* Fix build breakhclam@chromium.org2010-11-091-1/+1
* Implementation of InputStub for chromotinghclam@chromium.org2010-11-091-1/+9
* Revert "Reapply of r65413. XTest dependencies added to linux bots."ajwong@chromium.org2010-11-093-404/+4
* Use the XTest extension to execute mouse and keyboard events.ajwong@chromium.org2010-11-093-4/+404
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-082-14/+13
* Revert "Use the XTest extension to execute mouse and keyboard events."ajwong@chromium.org2010-11-083-404/+4
* Use the XTest extension to execute mouse and keyboard events.ajwong@chromium.org2010-11-083-4/+404
* Add DEPS files in remoting subdirectories.sergeyu@chromium.org2010-11-051-0/+7
* Moving/Rename host/ClientConnection.{h,cc} -> protocol/ConnectionToClient.{h,cc}ajwong@chromium.org2010-11-049-488/+114
* Move protocol classes to the remoting::protocol namespacesergeyu@chromium.org2010-11-049-37/+54
* Rename classes for Chromoting:garykac@chromium.org2010-11-035-74/+74
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-036-43/+45
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-0215-65/+112
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-0115-112/+65
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-0115-65/+112
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-013-8/+8