summaryrefslogtreecommitdiffstats
path: root/remoting/host/win
Commit message (Expand)AuthorAgeFilesLines
* Moved remoting::win::MessageWindow to base::win::MessageWindow so that it cou...alexeypa@chromium.org2013-06-215-251/+5
* Change the daemon start type to 'manual' if the host ID has been deleted.alexeypa@chromium.org2013-06-212-7/+7
* Generate a unique terminal ID and use it to associate the RDP connection with...alexeypa@chromium.org2013-06-2012-423/+149
* Configure security of the elevated controller in runtime.alexeypa@chromium.org2013-06-184-69/+135
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-115-7/+7
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-079-10/+10
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-072-6/+7
* Use a weak pointer to post service control events and session change notifica...alexeypa@chromium.org2013-06-072-23/+34
* Disable audio in an RDP session.alexeypa@chromium.org2013-06-061-0/+23
* Emulate pressing Ctrl+Alt+End making the RDP ActiveX control to send Secure A...alexeypa@chromium.org2013-06-048-2/+151
* Revert 201955 "Allow multiple base::MessagePumpForUI instances t..."dbeam@chromium.org2013-05-245-4/+250
* Allow multiple base::MessagePumpForUI instances to be created simultanenously...alexeypa@chromium.org2013-05-245-250/+4
* Make CreateConnectedIpcChannel() a cross-platform API.alexeypa@chromium.org2013-05-245-147/+5
* Removing unused Chromoting host code.alexeypa@chromium.org2013-05-233-263/+2
* Clear |event_handler_| in UnprivilegedProcessDelegate::KillProcess() so that ...alexeypa@chromium.org2013-05-231-0/+1
* [Chromoting] Refactored worker process launching code and speeded up the desk...alexeypa@chromium.org2013-05-188-794/+806
* Read the port number used by RDP from the registry.alexeypa@chromium.org2013-05-161-2/+16
* Write the duration of various session management operations to the log (Windo...alexeypa@chromium.org2013-05-141-0/+1
* Do not show the in-session UI in a curtained session.alexeypa@chromium.org2013-05-082-10/+9
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-306-15/+14
* The continue window is owned by the desktop environment now.alexeypa@chromium.org2013-04-242-3/+5
* Do not use the mandatory label in when generating security descriptors on Win...alexeypa@chromium.org2013-04-201-5/+14
* Do not access memory freed by WTSFreeMemory().alexeypa@chromium.org2013-04-171-1/+2
* Cancel any modal UI shown by the RDP control.alexeypa@chromium.org2013-04-162-6/+106
* Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.dcheng@chromium.org2013-04-082-2/+2
* Refactored the disconnect window such that it can be owned by the desktop env...alexeypa@chromium.org2013-04-052-14/+21
* Close the RDP connection if the authentication warning dialog is about to be ...alexeypa@chromium.org2013-04-022-3/+15
* Moved code implementing message-only windows to a dedicated class (Windows on...alexeypa@chromium.org2013-03-305-58/+272
* Removed task runners from the DesktopEnviroment interface and introduced Scre...alexeypa@chromium.org2013-03-252-19/+46
* Improve logging of interactions with the RDP ActiveX control.alexeypa@chromium.org2013-03-241-20/+36
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-244-42/+42
* Enable 32-bit color, enhanced graphics, font smoothing and desktop compositio...alexeypa@chromium.org2013-03-191-0/+15
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Use separate implementations of DesktopEnvironmentFactory for It2Me and Me2Me.alexeypa@chromium.org2013-03-142-8/+8
* Moved the methods for mapping a session ID to the connected RDP client's addr...alexeypa@chromium.org2013-03-135-165/+216
* Set the size of the remote desktop correctly.alexeypa@chromium.org2013-03-122-7/+15
* The worker process launcher can now ask the worker process to crash.alexeypa@chromium.org2013-03-087-85/+309
* CHECK() errors returned by IRdpDesktopSessionEventHandler.alexeypa@chromium.org2013-03-071-3/+7
* RdpDesktopSession COM class should only use raw interfaces.alexeypa@chromium.org2013-03-063-8/+11
* Revert 186280 because it broke the official build.alexeypa@google.com2013-03-063-11/+8
* RdpDesktopSession COM class should only use raw interfaces.alexeypa@chromium.org2013-03-053-8/+11
* Initialize COM and configure security settings in the daemon.alexeypa@chromium.org2013-03-053-3/+160
* Introducing an out-of-process COM class hosting RdpClient.alexeypa@chromium.org2013-03-019-19/+278
* Refactor the ATL module code to accomodate the coming RDP changes.alexeypa@chromium.org2013-03-015-32/+217
* Make sure .RC file including elevated_controller.tlb is rebuilt every time .T...alexeypa@chromium.org2013-03-011-3/+0
* Added an ability to monitor session notifications for a particular RDP connec...alexeypa@chromium.org2013-02-288-141/+380
* Revert 185132thestig@chromium.org2013-02-281-0/+3
* Make sure .RC file including elevated_controller.tlb is rebuilt every time .T...alexeypa@chromium.org2013-02-281-3/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-245-5/+5
* Introducing RdpConsole class that uses the MS RDP ActiveX control to create a...alexeypa@chromium.org2013-02-235-0/+963