summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Store (and check) support id in SupportAccessVerifier.jamiewalch@chromium.org2011-05-163-12/+30
* Fix the Remoting Host plugin to be compatible with NPAPI on Linux.wez@chromium.org2011-05-141-13/+26
* Fix web-app nomenclature.jamiewalch@chromium.org2011-05-144-18/+23
* Do full-screen polling if X server does not support DAMAGE.lambroslambrou@chromium.org2011-05-131-16/+32
* Fix up memory leak in remoting host tests.dmaclach@chromium.org2011-05-133-10/+15
* Mocks up the host plugin.dmaclach@chromium.org2011-05-122-58/+369
* Move "Early out" test from Capturer thread to Encoder thread.lambroslambrou@chromium.org2011-05-121-16/+20
* Host access code verification for Me2Mom scenario.sergeyu@chromium.org2011-05-1112-57/+247
* iwyu: Use callback_old.h where appropriate, part 2.jhawkins@chromium.org2011-05-102-2/+2
* Roll new libjingle. Use the new incoming_only flag in chromoting host.sergeyu@chromium.org2011-05-101-2/+1
* Me2Mom support in simple_host.sergeyu@chromium.org2011-05-101-70/+131
* Implemented RegisterSupportHostRequest.sergeyu@chromium.org2011-05-104-33/+354
* Revert 84722 - Implemented RegisterSupportHostRequest.sergeyu@chromium.org2011-05-104-354/+33
* Revert 84724 - Me2Mom support in simple_host.sergeyu@chromium.org2011-05-101-131/+70
* Me2Mom support in simple_host.sergeyu@chromium.org2011-05-101-70/+131
* Implemented RegisterSupportHostRequest.sergeyu@chromium.org2011-05-104-33/+354
* Define NPAPI plugin target for host.dmaclach@chromium.org2011-05-093-0/+522
* Chromoting to report roundtrip latencyhclam@chromium.org2011-05-064-2/+46
* Don't crash when changing screen modes.jamiewalch@chromium.org2011-05-062-59/+109
* Support mode switch on UNIX.jamiewalch@chromium.org2011-05-063-91/+95
* Add HostObserverInterface and decouple HeartbeatSender and ChromotingHost.sergeyu@chromium.org2011-05-037-109/+143
* Cleanups in ChromotingHost.sergeyu@chromium.org2011-05-033-66/+45
* Use pixel buffer objects where supported to improve capturer speed.jamiewalch@chromium.org2011-04-291-15/+108
* Only grab the full-screen image once, not per damage rect.lambroslambrou@chromium.org2011-04-283-7/+19
* Use AutoTaskRunner to run tasks automatically, even if validation checks fail.lambroslambrou@chromium.org2011-04-215-41/+32
* Don't flip buffer--process it with a negative stride instead.jamiewalch@chromium.org2011-04-182-16/+7
* Extend invalid_rects_ lock to protect read as well as update.jamiewalch@chromium.org2011-04-151-4/+2
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-144-15/+15
* Fix build breakshclam@google.com2011-04-051-5/+5
* Report capture and encode time for chromotinghclam@google.com2011-04-052-0/+20
* Clean up remoting projectdmaclach@chromium.org2011-04-0442-973/+701
* The mock input stub deletes the done task.simonmorris@chromium.org2011-04-041-0/+4
* Fix a bug in CapturerFake introduced in r79679.simonmorris@chromium.org2011-04-011-2/+1
* The authenticated_ fields are moved out of stubs and intosimonmorris@chromium.org2011-03-319-51/+275
* Allow for video frames after curtain mode is disabled.jamiewalch@chromium.org2011-03-301-0/+3
* Curtain mode interface, hooks and unit tests.jamiewalch@chromium.org2011-03-3015-19/+319
* Fix VS 2010 build.jam@chromium.org2011-03-291-0/+1
* Capturer is now pure virtual. The implementation it used tosimonmorris@chromium.org2011-03-2921-291/+539
* Move some files from base to base/memory.levin@chromium.org2011-03-2827-56/+56
* Fix permissions broken in r79114.simonmorris@chromium.org2011-03-232-0/+0
* ChromotingHost can have multiple connections, but only onesimonmorris@chromium.org2011-03-239-213/+310
* Implemented shared memory capture method.jamiewalch@chromium.org2011-03-213-70/+333
* Fix leak in HeartbeatSenderTest.DoSendStanza and remove valgrind suppression.lambroslambrou@chromium.org2011-03-151-0/+17
* Use deprecated mouse API that actually works.jamiewalch@chromium.org2011-03-152-37/+32
* Invalidate the entire screen after registering for refresh callbacks.jamiewalch@chromium.org2011-03-112-8/+41
* Tidy up after CL 6573005.simonmorris@chromium.org2011-03-1012-55/+44
* Replace libjingle's HttpPortAllocatorSession with Pepper's http clienthclam@google.com2011-03-082-1/+2
* Support keyboard input on Macjamiewalch@chromium.org2011-03-072-4/+203
* Added missing commas. Fixed lint warnings.jamiewalch@chromium.org2011-03-071-15/+15
* Linux capturer to invalidate the full screen by using screen width and heighthclam@chromium.org2011-03-073-3/+11