summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_config.h
Commit message (Expand)AuthorAgeFilesLines
* Enable crash-reporting for Mac host, for users who opt in.lambroslambrou@chromium.org2012-12-101-0/+2
* Always use google_apis to get the client ID.alexeypa@chromium.org2012-10-101-2/+0
* Fix DaemonControllerLinux::SetConfigAndStart() to reload config automatically.sergeyu@chromium.org2012-08-161-0/+9
* Remoting daemon process to support unofficial client IDhclam@chromium.org2012-04-241-0/+2
* Cleanup and simplify HostConfig and JsonHostConfig.sergeyu@chromium.org2012-04-071-6/+8
* Implemented OAuth2 support for remoting_me2me_host.jamiewalch@chromium.org2012-03-201-0/+2
* Enable V2 authentication for Me2Me host.sergeyu@chromium.org2012-01-241-1/+3
* Cleanup: Remove unneeded forward declarations from remoting.thestig@chromium.org2011-11-111-5/+3
* Wire in OAuth2 support into non-sandboxed connections in libjingle.ajwong@chromium.org2011-05-251-1/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* HostConfig interface updates.sergeyu@chromium.org2010-12-161-9/+9
* Basic user access check for chromoting host.sergeyu@chromium.org2010-09-021-0/+2
* Replaced char* with to char[].sergeyu@chromium.org2010-08-131-5/+5
* Convert src/remoting to std::string/char* away from wstring/wchar_t*.viettrungluu@chromium.org2010-07-311-12/+7
* Replaced static wstring with wchar_t*.sergeyu@chromium.org2010-07-281-5/+5
* Added RSA key generator for register_host.pysergeyu@chromium.org2010-07-141-4/+2
* JSON based host config storage implemented. Python script for host registration.sergeyu@chromium.org2010-06-171-54/+43
* Added HostConfig class. Changed SimpleHost to use it.sergeyu@chromium.org2010-06-151-0/+79