summaryrefslogtreecommitdiffstats
path: root/remoting/host/simple_host_process.cc
Commit message (Expand)AuthorAgeFilesLines
* Get the timeout period from the cloud instead of hard-coding it (b/5049410).jamiewalch@chromium.org2011-07-231-1/+2
* Conenct Chromoting plugin debug log to JS UI.garykac@chromium.org2011-07-071-2/+6
* Chromoting: Move host input and window mgmt into DesktopEnvironmentgarykac@chromium.org2011-07-071-1/+1
* Use the correct Chrome UI thread when creating the chromoting continue window.garykac@google.com2011-06-221-1/+2
* Reduced host secret to five digits. Removed hyphen from access code and displ...jamiewalch@google.com2011-06-211-1/+1
* Cleanups in the host shutdown logic and some minor fixes.sergeyu@chromium.org2011-06-201-27/+23
* Interface and stubs for continuation window.jamiewalch@chromium.org2011-06-161-1/+5
* Retrying submission of http://codereview.chromium.org/7144010/lambroslambrou@google.com2011-06-161-0/+6
* Revert 89227 - Run DisconnectWindow::Show/Hide on correct thread.lambroslambrou@google.com2011-06-151-6/+0
* Run DisconnectWindow::Show/Hide on correct thread.lambroslambrou@chromium.org2011-06-151-0/+6
* Initial Disconnect window implementation for Chromoting (Windows).garykac@google.com2011-06-141-0/+6
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-131-1/+4
* Revert 88878 - Block remote mouse inputs for a short time when local input is...asargent@chromium.org2011-06-131-4/+1
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-131-1/+4
* Add fix suggestion for me2mom failure case.jamiewalch@chromium.org2011-06-081-1/+4
* Initial disconnect window framework and mac implementation.jamiewalch@google.com2011-06-071-1/+5
* Initial curtain mode implementation.jamiewalch@google.com2011-05-311-1/+1
* Wire in OAuth2 support into non-sandboxed connections in libjingle.ajwong@chromium.org2011-05-251-0/+10
* fix up mac simple hostdmaclach@chromium.org2011-05-201-1/+2
* Remove local login prompt for me2mom.jamiewalch@chromium.org2011-05-191-6/+7
* Make the UI-integration thread a non-UI thread in the Chrome sense.wez@chromium.org2011-05-181-2/+4
* Cleaned up access-code printing.jamiewalch@chromium.org2011-05-171-14/+23
* Store (and check) support id in SupportAccessVerifier.jamiewalch@chromium.org2011-05-161-11/+9
* Fix web-app nomenclature.jamiewalch@chromium.org2011-05-141-3/+3
* Host access code verification for Me2Mom scenario.sergeyu@chromium.org2011-05-111-2/+24
* Me2Mom support in simple_host.sergeyu@chromium.org2011-05-101-70/+131
* 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
* Add HostObserverInterface and decouple HeartbeatSender and ChromotingHost.sergeyu@chromium.org2011-05-031-0/+8
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-2/+2
* Clean up remoting projectdmaclach@chromium.org2011-04-041-3/+3
* Curtain mode interface, hooks and unit tests.jamiewalch@chromium.org2011-03-301-1/+4
* Capturer is now pure virtual. The implementation it used tosimonmorris@chromium.org2011-03-291-1/+1
* Fix up mac test client and simple host for remoting.dmaclach@chromium.org2011-03-021-0/+5
* Add DesktopEnvironment class and refactor.lambroslambrou@chromium.org2011-02-231-2/+4
* Run event executor on the ui thread to remove the need to explicitly XFlush()...ajwong@chromium.org2011-02-191-4/+11
* Resubmit "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-281-2/+6
* Revert "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-261-6/+2
* Fix crashes in ChromotingHosthclam@chromium.org2011-01-251-2/+6
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-231-9/+50
* Remove capture thread in Chromoting hosthclam@chromium.org2010-11-181-1/+1
* Move creation of capturer, input stub into ChromotingHosthclam@chromium.org2010-11-171-43/+10
* Inject MessageLoop into Capturerhclam@chromium.org2010-11-171-4/+7
* Implement input stub in the host side for chromotinghclam@chromium.org2010-11-161-10/+13
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-031-24/+1
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-021-5/+24
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-24/+5
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-5/+24
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2