summaryrefslogtreecommitdiffstats
path: root/remoting/host/desktop_session_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* Make some Windows code use "if (weak_ptr)" styleakalin@chromium.org2013-06-071-3/+3
* Fix Windows use of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-051-3/+3
* Emulate pressing Ctrl+Alt+End making the RDP ActiveX control to send Secure A...alexeypa@chromium.org2013-06-041-3/+1
* [Chromoting] Refactored worker process launching code and speeded up the desk...alexeypa@chromium.org2013-05-181-7/+23
* Use webrtc::DesktopCapturer for screen capturer implementation.sergeyu@chromium.org2013-05-161-10/+6
* Write the duration of various session management operations to the log (Windo...alexeypa@chromium.org2013-05-141-0/+36
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Change default size for RDP screens to 1280x768.wez@chromium.org2013-04-061-1/+1
* 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-181-0/+20
* Reworked the plumbing required to pass the client resolution to the desktop r...alexeypa@chromium.org2013-03-181-32/+15
* Remote RDP sessions, rather than the console, if curtain-mode is configured.alexeypa@chromium.org2013-03-151-45/+416
* The worker process launcher can now ask the worker process to crash.alexeypa@chromium.org2013-03-081-6/+5
* Pass the initial screen resolution and curtain flag to the daemon.alexeypa@chromium.org2013-03-081-0/+3
* Crash the network or desktop process when an unknown IPC message is received.alexeypa@chromium.org2013-03-051-0/+6
* Initialize COM and configure security settings in the daemon.alexeypa@chromium.org2013-03-051-1/+1
* Added an ability to monitor session notifications for a particular RDP connec...alexeypa@chromium.org2013-02-281-4/+4
* Use a single shared entry point for all Chromoting processes.alexeypa@chromium.org2013-02-231-13/+20
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+2
* Added support of Secure Attention Sequence in multiprocess mode.alexeypa@chromium.org2012-12-071-0/+17
* [Chromoting] The desktop process now creates a pre-connected pipe and passes ...alexeypa@chromium.org2012-10-251-6/+42
* Validate and report peer's PID to WorkerProcessIpcDelegate so it will be able...alexeypa@chromium.org2012-10-181-1/+1
* [Chromoting] Added support of a list of desktop sessions on the daemon side.alexeypa@chromium.org2012-10-171-0/+103