summaryrefslogtreecommitdiffstats
path: root/remoting/host/desktop_session_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-11/+8
* Switch to standard integer types in remoting/host/.avi2015-12-221-3/+4
* Update {virtual,override} to follow C++11 style in remoting.nick2015-04-231-6/+6
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-1/+1
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-4/+3
* Remove implicit conversions from scoped_refptr to T* in remoting/dcheng2014-11-131-4/+2
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-9/+9
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-5/+4
* Remove implicit HANDLE conversions from remoting.rvargas2014-09-251-1/+1
* Add missing Pass() calls for passing scoped_ptrs on Windows.thakis@chromium.org2014-07-041-1/+2
* Copy --enable-vp9 flag to host process.wez@chromium.org2014-06-161-1/+1
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-2/+3
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-1/+1
* Change the daemon start type to 'manual' if the host ID has been deleted.alexeypa@chromium.org2013-06-211-9/+15
* Generate a unique terminal ID and use it to associate the RDP connection with...alexeypa@chromium.org2013-06-201-23/+18
* 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