summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-1914-48/+208
* Restart the Chromoting daemon after one minute when it crashes.alexeypa@chromium.org2013-04-191-1/+12
* Do not access memory freed by WTSFreeMemory().alexeypa@chromium.org2013-04-171-1/+2
* Enable RDP integration by default when the curtain mode is enabled by the pol...alexeypa@chromium.org2013-04-161-8/+20
* Cancel any modal UI shown by the RDP control.alexeypa@chromium.org2013-04-162-6/+106
* Remove unnecessary #include.pkasting@chromium.org2013-04-151-2/+0
* Remove base::DictionaryValue::HasNext.pneubeck@chromium.org2013-04-123-4/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-0913-55/+72
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-0913-72/+55
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-0913-55/+72
* Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.dcheng@chromium.org2013-04-087-8/+8
* Change default size for RDP screens to 1280x768.wez@chromium.org2013-04-061-1/+1
* Host-side third party token validationrmsousa@chromium.org2013-04-066-5/+308
* Refactored the disconnect window such that it can be owned by the desktop env...alexeypa@chromium.org2013-04-0527-358/+577
* Close the RDP connection if the authentication warning dialog is about to be ...alexeypa@chromium.org2013-04-022-3/+15
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-2/+0
* Don't use $USER for Local Login checklambroslambrou@chromium.org2013-03-302-35/+7
* Moved code implementing message-only windows to a dedicated class (Windows on...alexeypa@chromium.org2013-03-307-236/+375
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-305-5/+5
* Set SHELL environment in Chromoting session.lambroslambrou@chromium.org2013-03-291-1/+2
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-292-14/+2
* Set environment variables in chromoting sessionlambroslambrou@chromium.org2013-03-281-1/+2
* Destroy NetworkChangeNotifier on the thread on which it is createdsergeyu@chromium.org2013-03-261-3/+4
* DesktopEnvironment is now responsible for creation of the local input monitor.alexeypa@chromium.org2013-03-2519-357/+185
* Removed task runners from the DesktopEnviroment interface and introduced Scre...alexeypa@chromium.org2013-03-2532-477/+620
* Improve logging of interactions with the RDP ActiveX control.alexeypa@chromium.org2013-03-241-20/+36
* Add unit tests for sub-components of CaptureScheduler.wez@chromium.org2013-03-243-2/+90
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-2432-323/+321
* Fix undefined variable for hosts service url in release builds.wez@chromium.org2013-03-221-1/+2
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-212-1/+2
* Don't run login scripts in foreground when running per-user daemon.lambroslambrou@chromium.org2013-03-201-13/+9
* Enable 32-bit color, enhanced graphics, font smoothing and desktop compositio...alexeypa@chromium.org2013-03-191-0/+15
* Add cevans as an IPC OWNER for all areas.palmer@chromium.org2013-03-181-0/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-183-11/+11
* Fixing a typo/bad merge in the code setting the default screen resolution for...alexeypa@chromium.org2013-03-181-1/+1
* Cosmetic changes split out from r188673:alexeypa@chromium.org2013-03-181-0/+4
* Set the default screen resolution of an RDP session to 1024x768.alexeypa@chromium.org2013-03-181-1/+15
* Pass the client resolutin updates to the daemon and desktop processes and cre...alexeypa@chromium.org2013-03-1816-21/+181
* Reworked the plumbing required to pass the client resolution to the desktop r...alexeypa@chromium.org2013-03-1826-149/+277
* Avoid reporting the same error multiple times when repeatedly capturing audio...alexeypa@chromium.org2013-03-162-14/+24
* Add postrm to remove Unix group for chromoting.lambroslambrou@chromium.org2013-03-151-0/+13
* Chromium style checker cleanuprsleevi@chromium.org2013-03-151-1/+1
* Remote RDP sessions, rather than the console, if curtain-mode is configured.alexeypa@chromium.org2013-03-154-78/+484
* Create a desktop environment instance late so that it will see the curtain_re...alexeypa@chromium.org2013-03-153-53/+94
* Disable key-auto-repeat globally, instead of for individual keys.lambroslambrou@chromium.org2013-03-141-21/+39
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-142-2/+3
* Use separate implementations of DesktopEnvironmentFactory for It2Me and Me2Me.alexeypa@chromium.org2013-03-1410-45/+138
* Refactored LocalInputMonitor so that it can be used on any thread while runni...alexeypa@chromium.org2013-03-149-392/+636
* OSStatus is an SInt32; use the correct formatting.avi@chromium.org2013-03-142-4/+7
* Made ClientSession a non ref-counted class.alexeypa@chromium.org2013-03-136-76/+46