summaryrefslogtreecommitdiffstats
path: root/remoting/host/win/host_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-171-1/+1
* Switched base::win:MessageWindow to use a callback instead of a delegate inte...alexeypa@chromium.org2013-06-251-2/+4
* Moved remoting::win::MessageWindow to base::win::MessageWindow so that it cou...alexeypa@chromium.org2013-06-211-2/+2
* Generate a unique terminal ID and use it to associate the RDP connection with...alexeypa@chromium.org2013-06-201-11/+11
* Configure security of the elevated controller in runtime.alexeypa@chromium.org2013-06-181-68/+7
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* Use a weak pointer to post service control events and session change notifica...alexeypa@chromium.org2013-06-071-18/+22
* Revert 201955 "Allow multiple base::MessagePumpForUI instances t..."dbeam@chromium.org2013-05-241-1/+1
* Allow multiple base::MessagePumpForUI instances to be created simultanenously...alexeypa@chromium.org2013-05-241-1/+1
* Removing unused Chromoting host code.alexeypa@chromium.org2013-05-231-23/+2
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-4/+4
* Do not use the mandatory label in when generating security descriptors on Win...alexeypa@chromium.org2013-04-201-5/+14
* Moved code implementing message-only windows to a dedicated class (Windows on...alexeypa@chromium.org2013-03-301-52/+16
* Moved the methods for mapping a session ID to the connected RDP client's addr...alexeypa@chromium.org2013-03-131-136/+0
* Initialize COM and configure security settings in the daemon.alexeypa@chromium.org2013-03-051-3/+93
* Added an ability to monitor session notifications for a particular RDP connec...alexeypa@chromium.org2013-02-281-72/+268
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Use a single shared entry point for all Chromoting processes.alexeypa@chromium.org2013-02-231-45/+9
* Relanding r180433, now without build/some.gyp:alexeypa@chromium.org2013-02-041-62/+1
* Revert 180433 because build\some.gyp was added to the CL by mistake.alexeypa@google.com2013-02-041-1/+62
* Merged all Chromoting Host code into remoting_core.dll (Windows).alexeypa@chromium.org2013-02-041-62/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+2
* Revert 179373. This makes the try jobs started by the commit queue fail.marja@chromium.org2013-01-311-1/+62
* Merged all Chromoting Host code into remoting_core.dll (Windows).alexeypa@chromium.org2013-01-291-62/+1
* Revert 179226kinuko@chromium.org2013-01-291-1/+62
* Revert 179294, MAC linking is fixed by 179304vitalybuka@chromium.org2013-01-291-62/+1
* Revert "Merged all Chromoting Host code into remoting_core.dll (Windows)."mattm@chromium.org2013-01-291-1/+62
* Merged all Chromoting Host code into remoting_core.dll (Windows).alexeypa@chromium.org2013-01-291-62/+1
* Clearing a local reference to the I/O thread's task runner to makre sure the ...alexeypa@chromium.org2012-12-121-45/+34
* Remove unused APIs from the AutoThreadTaskRunner interface.wez@chromium.org2012-12-071-12/+8
* Serialize shutdown of the service and main threads to make sure that all loca...alexeypa@chromium.org2012-12-051-55/+65
* [Chromoting] The desktop process now creates a pre-connected pipe and passes ...alexeypa@chromium.org2012-10-251-2/+1
* [Chromoting] The desktop process now connects back to the daemon process.alexeypa@chromium.org2012-10-181-9/+5
* Redirect Chromoting Host debug logs to Windows event tracing (ETW) instead of...alexeypa@chromium.org2012-10-181-9/+2
* [Chromoting] Added support of a list of desktop sessions on the daemon side.alexeypa@chromium.org2012-10-171-0/+4
* [Chromoting] Reimplement the worker process launcher to address issues with j...alexeypa@chromium.org2012-10-101-4/+4
* [Chromoting] The daemon process now starts the networking process and passes ...alexeypa@chromium.org2012-09-051-2/+1
* [Chromoting] Introducing refcount-based life time management of the message l...alexeypa@chromium.org2012-09-041-20/+40
* [Chromoting] Moving the I/O thread out of DaemonProcess (so it can be shared ...alexeypa@chromium.org2012-08-191-9/+10
* [Chromoting] Launch the host process elevated via ShellExecuteEx().alexeypa@chromium.org2012-08-161-31/+70
* Cleaned up usage of std::wstring in src/remoting. Added presubmit warning sup...alexeypa@chromium.org2012-08-071-3/+2
* Introducing the DaemonProcess class that will implements core of the daemon p...alexeypa@chromium.org2012-08-011-9/+29
* Removing --host-binary parameter in preparation to the coming me2me host refa...alexeypa@chromium.org2012-07-311-15/+1
* Introducing remoting::Stoppable helper base class implementing asynchronous s...alexeypa@chromium.org2012-07-311-34/+31
* Moving Windows-only files: remoting/host -> remoting/host/win.alexeypa@google.com2012-07-301-0/+447