summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 175648 because it causes http://crbug.com/169126.alexeypa@google.com2013-01-106-284/+191
* Adding a missing header.alexeypa@chromium.org2013-01-091-0/+1
* Remove unused VideoFrameCapturer::size_most_recent() method.alexeypa@chromium.org2013-01-095-21/+12
* Connect to DesktopEnvironment's stubs only when audio/video schedulers are ab...alexeypa@chromium.org2013-01-096-191/+284
* Stop writing logs to %ProgramData%\Chromoting\debug.log (Windows only).alexeypa@chromium.org2013-01-081-16/+2
* Remove mousewheel tick handling from client, protocol and host.wez@chromium.org2013-01-033-18/+0
* POSIXify chrome-remote-desktop init scriptlambroslambrou@chromium.org2013-01-031-7/+7
* Fix AudioPipeReader to handle EOF properly.sergeyu@chromium.org2013-01-031-2/+2
* Better silence detection in audio capturerssergeyu@chromium.org2013-01-029-74/+197
* Use more specific protocol::CursorShapeStub instead of protocol::ClientStub i...alexeypa@chromium.org2012-12-282-10/+10
* Added audio support to the multiprocess host.alexeypa@chromium.org2012-12-2714-11/+288
* Show the disconnect window and monitor the local mouse input when running the...alexeypa@chromium.org2012-12-2725-149/+300
* Make sure that the disconnect window handle is cleared when the window is des...alexeypa@chromium.org2012-12-271-2/+2
* remoting: Make use of ImportantFileWriter in JsonHostConfig::Save() function.tfarina@chromium.org2012-12-271-5/+3
* Fix Debian build script for svn-based checkoutlambroslambrou@chromium.org2012-12-261-2/+2
* Simplify remoting::CaptureDatasergeyu@chromium.org2012-12-226-27/+5
* GTTF: No more FLAKY_ .phajdan.jr@chromium.org2012-12-211-1/+1
* Give DisconnectWindow some TLC.wez@chromium.org2012-12-195-33/+34
* Move screen capturers to remoting/capturer.sergeyu@chromium.org2012-12-1856-5292/+71
* Post StopOnEncodeThread to the correct thread.jamiewalch@chromium.org2012-12-161-1/+1
* Fix chromoting host to shutdown cleanly when config file is missing.sergeyu@chromium.org2012-12-151-1/+1
* Chromoting Host: Initialize clipboard_atom_ before using it.lambroslambrou@chromium.org2012-12-151-5/+5
* Fix crash on disconnect.jamiewalch@chromium.org2012-12-142-9/+14
* Don't run host for managed accounts on OS X.skonig@chromium.org2012-12-131-0/+6
* Close the client session in case if the disconnect window could not be shown ...alexeypa@chromium.org2012-12-137-148/+229
* Ensure Chromoting crash-reporting is opt-inlambroslambrou@chromium.org2012-12-121-9/+6
* Clearing a local reference to the I/O thread's task runner to makre sure the ...alexeypa@chromium.org2012-12-122-52/+40
* Fix AudioPipeReader to calculate stream possition correclty.sergeyu@chromium.org2012-12-122-20/+35
* Remove Linux host setup wizard and libwebkitgtk dependency.sergeyu@chromium.org2012-12-111-308/+0
* Wait for encode thread during VideoScheduler teardown.wez@chromium.org2012-12-112-3/+18
* Launch the host under LocalService account at low integrity level with all pr...alexeypa@chromium.org2012-12-1110-92/+521
* Enable crash-reporting for Mac host, for users who opt in.lambroslambrou@chromium.org2012-12-104-9/+43
* Fix AudioScheduler and VideoScheduler creation.wez@chromium.org2012-12-086-46/+95
* Remove WebSocket server and HostStatusService from remoting host.sergeyu@chromium.org2012-12-088-1435/+0
* Don't relaunch the host process too often.jamiewalch@google.com2012-12-081-8/+45
* Set screen DPI to 96 on screen resize.lambroslambrou@chromium.org2012-12-071-1/+22
* remoting: Remove bogus entry from host DEPS list.tfarina@chromium.org2012-12-071-8/+1
* Fix ClientSession to not access ConnectionToClient stubs after Disconnect().wez@chromium.org2012-12-073-30/+42
* Make sure that DisconnectWindow class does not depend on ChromotingHost so it...alexeypa@chromium.org2012-12-077-63/+56
* Use raw input to detect local mouse events.alexeypa@chromium.org2012-12-075-191/+256
* Remove unused APIs from the AutoThreadTaskRunner interface.wez@chromium.org2012-12-071-12/+8
* Add HostState enum to track host process status.sergeyu@chromium.org2012-12-071-120/+135
* Added support of Secure Attention Sequence in multiprocess mode.alexeypa@chromium.org2012-12-079-19/+117
* disable unittest XServerClipboardTest.CopyPastelambroslambrou@chromium.org2012-12-061-1/+2
* Use AutoThread in ChromotingHostContext & NPAPI plugin.wez@chromium.org2012-12-0511-214/+148
* Clear the usagestats flag created by the host versions that mishandled the flag.alexeypa@chromium.org2012-12-051-0/+20
* Serialize shutdown of the service and main threads to make sure that all loca...alexeypa@chromium.org2012-12-052-55/+70
* (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...kmadhusu@chromium.org2012-12-052-3/+3
* Revert 170360jamiewalch@google.com2012-11-3011-137/+191
* Avoid posting tasks from a constructor of a ref-counted object because doing ...alexeypa@chromium.org2012-11-301-4/+5