summaryrefslogtreecommitdiffstats
path: root/remoting/host/simple_host_process.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable NAT traversal in remoting_simple_host.sergeyu@chromium.org2012-01-261-2/+2
* Enable V2 authentication for Me2Me host.sergeyu@chromium.org2012-01-241-4/+13
* The chromoting hosts log an "IT2Me or Me2Me" field to the server.simonmorris@chromium.org2012-01-211-1/+3
* Remove set_it2me() from ChromotingHost.sergeyu@chromium.org2012-01-181-1/+0
* Add ChromotingHost::RemoveStatusObserver().sergeyu@chromium.org2012-01-171-3/+1
* Restrict Me2Me host to the 12400-12409 port range.sergeyu@chromium.org2012-01-131-1/+38
* Cleanup AuthenticatorFactory implementations.sergeyu@chromium.org2012-01-111-2/+2
* Added Me2Me-specific authenticator factory.sergeyu@chromium.org2012-01-101-6/+8
* Remove dependency on HostConfig from ChromotingHost and other classes.sergeyu@chromium.org2012-01-071-23/+39
* Implement SignalingConnector that reconnects XMPP when necessary.sergeyu@chromium.org2012-01-071-2/+7
* Move ChromotingHost initialization to the network thread.sergeyu@chromium.org2012-01-071-135/+123
* Move signaling connection creation out of ChromotingHost.sergeyu@chromium.org2012-01-041-41/+50
* [Mac] Remove content/ CrApplication.shess@chromium.org2011-12-061-2/+0
* Set empty shared secret for Me2Me hosts.lambroslambrou@chromium.org2011-12-011-0/+10
* Refactor IT2Me-specific functions into a HostObserver subclass.lambroslambrou@chromium.org2011-12-011-14/+11
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-1/+1
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-291-20/+7
* The host sends simple log entries to the server.simonmorris@chromium.org2011-11-221-0/+5
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-9/+7
* Remove all the experimental Traced Task code from remoting.ajwong@chromium.org2011-09-121-1/+0
* Roll ffmpeg/libvpx deps to switch to ffvp8.scherkus@chromium.org2011-08-191-6/+0
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-7/+2
* Revert 97050 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-2/+7
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-7/+2
* Revert 96981 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-2/+7
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-7/+2
* Modify Chromoting logging to hook into base logging.garykac@chromium.org2011-08-041-6/+1
* Fix remoting_simple_host to use Access Code as session shared-secret for auth.wez@chromium.org2011-08-031-24/+32
* Fix memory leaks in remoting_unittests.sergeyu@chromium.org2011-07-301-1/+2
* Fix crashes when shutting down DesktopEnvironmentsergeyu@chromium.org2011-07-291-8/+8
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-261-6/+8
* 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