summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Conenct Chromoting plugin debug log to JS UI.garykac@chromium.org2011-07-071-14/+25
* Chromoting: Move host input and window mgmt into DesktopEnvironmentgarykac@chromium.org2011-07-071-97/+8
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-071-1/+1
* Shutdown JingleSessionManager and SingalStartegy and send OnSignallingDisconn...sergeyu@chromium.org2011-07-071-18/+28
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-28/+18
* Fix test for disabling curtain mode (and hiding DisconnectWindow, etc).wez@chromium.org2011-06-301-2/+2
* Remove JingleClient.sergeyu@chromium.org2011-06-291-39/+27
* The design docs say 10 minutes before continue window. So fixed to match desi...dmaclach@chromium.org2011-06-271-1/+1
* Fix the problem of linux host mouse not movinghclam@chromium.org2011-06-241-2/+2
* Cleanup client shutdown sequence.sergeyu@chromium.org2011-06-241-2/+2
* Cleanup usage of JingleThread in the protocol code.sergeyu@chromium.org2011-06-241-2/+2
* Use the correct Chrome UI thread when creating the chromoting continue window.garykac@google.com2011-06-221-3/+3
* Fix crash in ChromotingHost::Shutdown().sergeyu@chromium.org2011-06-221-1/+1
* Move SignalStrategy and its implementations to separate files.sergeyu@chromium.org2011-06-211-0/+1
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-211-5/+23
* Limit number of failed connection attempts.sergeyu@chromium.org2011-06-201-0/+6
* Cleanups in the host shutdown logic and some minor fixes.sergeyu@chromium.org2011-06-201-67/+117
* Completed basic implementation.jamiewalch@google.com2011-06-201-0/+61
* Interface and stubs for continuation window.jamiewalch@chromium.org2011-06-161-1/+4
* Revert 89370 - Notify calling web-app when Host plugin becomes connected to a...creis@chromium.org2011-06-161-23/+13
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-161-13/+23
* Retrying submission of http://codereview.chromium.org/7144010/lambroslambrou@google.com2011-06-161-2/+2
* Revert 89227 - Run DisconnectWindow::Show/Hide on correct thread.lambroslambrou@google.com2011-06-151-2/+2
* Run DisconnectWindow::Show/Hide on correct thread.lambroslambrou@chromium.org2011-06-151-2/+2
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-131-2/+36
* Stop accepting connections once there is one active, if running Me2Mom.wez@chromium.org2011-06-131-1/+9
* Revert 88878 - Block remote mouse inputs for a short time when local input is...asargent@chromium.org2011-06-131-36/+2
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-131-2/+36
* Call the DisconnectWindow interface methods on the UI thread.lambroslambrou@chromium.org2011-06-091-2/+19
* Initial disconnect window framework and mac implementation.jamiewalch@google.com2011-06-071-2/+15
* Initial curtain mode implementation.jamiewalch@google.com2011-05-311-3/+4
* Wire in OAuth2 support into non-sandboxed connections in libjingle.ajwong@chromium.org2011-05-251-2/+4
* Remove local login prompt for me2mom.jamiewalch@chromium.org2011-05-191-3/+22
* Host access code verification for Me2Mom scenario.sergeyu@chromium.org2011-05-111-10/+13
* Roll new libjingle. Use the new incoming_only flag in chromoting host.sergeyu@chromium.org2011-05-101-2/+1
* Chromoting to report roundtrip latencyhclam@chromium.org2011-05-061-0/+15
* Add HostObserverInterface and decouple HeartbeatSender and ChromotingHost.sergeyu@chromium.org2011-05-031-30/+34
* Cleanups in ChromotingHost.sergeyu@chromium.org2011-05-031-49/+34
* Clean up remoting projectdmaclach@chromium.org2011-04-041-8/+5
* The authenticated_ fields are moved out of stubs and intosimonmorris@chromium.org2011-03-311-15/+22
* Curtain mode interface, hooks and unit tests.jamiewalch@chromium.org2011-03-301-2/+26
* Capturer is now pure virtual. The implementation it used tosimonmorris@chromium.org2011-03-291-1/+1
* ChromotingHost can have multiple connections, but only onesimonmorris@chromium.org2011-03-231-42/+74
* Replace libjingle's HttpPortAllocatorSession with Pepper's http clienthclam@google.com2011-03-081-0/+1
* Block event processing on host/client until the client has authenticated.garykac@chromium.org2011-03-041-0/+1
* Let the host change resolution.simonmorris@chromium.org2011-03-041-2/+3
* Revert 76747 - Let the host change resolution.simonmorris@chromium.org2011-03-031-3/+2
* Let the host change resolution.simonmorris@chromium.org2011-03-031-2/+3
* Refactor JingleClient to support thunking the xmpp signaling into Javascript.ajwong@chromium.org2011-03-031-6/+13
* SocketWrapper for interfacing between JingleSession and SSL socketshclam@chromium.org2011-03-021-2/+5