| Commit message (Expand) | Author | Age | Files | Lines |
* | replace OVERRIDE and FINAL with override and final in remoting/ | mostynb | 2014-10-08 | 1 | -9/+9 |
* | Cleanup usage of scoped_ptr<> in remoting for C++11 | sergeyu | 2014-09-29 | 1 | -5/+4 |
* | Remove implicit HANDLE conversions from remoting. | rvargas | 2014-09-25 | 1 | -1/+1 |
* | Add missing Pass() calls for passing scoped_ptrs on Windows. | thakis@chromium.org | 2014-07-04 | 1 | -1/+2 |
* | Copy --enable-vp9 flag to host process. | wez@chromium.org | 2014-06-16 | 1 | -1/+1 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -2/+3 |
* | Use a direct include of time headers in ppapi/, printing/, remoting/. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Change the daemon start type to 'manual' if the host ID has been deleted. | alexeypa@chromium.org | 2013-06-21 | 1 | -9/+15 |
* | Generate a unique terminal ID and use it to associate the RDP connection with... | alexeypa@chromium.org | 2013-06-20 | 1 | -23/+18 |
* | Use a direct include of strings headers in remoting/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Make some Windows code use "if (weak_ptr)" style | akalin@chromium.org | 2013-06-07 | 1 | -3/+3 |
* | Fix Windows use of WeakPtr<T>'s operator T* conversion | akalin@chromium.org | 2013-06-05 | 1 | -3/+3 |
* | Emulate pressing Ctrl+Alt+End making the RDP ActiveX control to send Secure A... | alexeypa@chromium.org | 2013-06-04 | 1 | -3/+1 |
* | [Chromoting] Refactored worker process launching code and speeded up the desk... | alexeypa@chromium.org | 2013-05-18 | 1 | -7/+23 |
* | Use webrtc::DesktopCapturer for screen capturer implementation. | sergeyu@chromium.org | 2013-05-16 | 1 | -10/+6 |
* | Write the duration of various session management operations to the log (Windo... | alexeypa@chromium.org | 2013-05-14 | 1 | -0/+36 |
* | remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-27 | 1 | -1/+1 |
* | Change default size for RDP screens to 1280x768. | wez@chromium.org | 2013-04-06 | 1 | -1/+1 |
* | Fixing a typo/bad merge in the code setting the default screen resolution for... | alexeypa@chromium.org | 2013-03-18 | 1 | -1/+1 |
* | Cosmetic changes split out from r188673: | alexeypa@chromium.org | 2013-03-18 | 1 | -0/+4 |
* | Set the default screen resolution of an RDP session to 1024x768. | alexeypa@chromium.org | 2013-03-18 | 1 | -1/+15 |
* | Pass the client resolutin updates to the daemon and desktop processes and cre... | alexeypa@chromium.org | 2013-03-18 | 1 | -0/+20 |
* | Reworked the plumbing required to pass the client resolution to the desktop r... | alexeypa@chromium.org | 2013-03-18 | 1 | -32/+15 |
* | Remote RDP sessions, rather than the console, if curtain-mode is configured. | alexeypa@chromium.org | 2013-03-15 | 1 | -45/+416 |
* | The worker process launcher can now ask the worker process to crash. | alexeypa@chromium.org | 2013-03-08 | 1 | -6/+5 |
* | Pass the initial screen resolution and curtain flag to the daemon. | alexeypa@chromium.org | 2013-03-08 | 1 | -0/+3 |
* | Crash the network or desktop process when an unknown IPC message is received. | alexeypa@chromium.org | 2013-03-05 | 1 | -0/+6 |
* | Initialize COM and configure security settings in the daemon. | alexeypa@chromium.org | 2013-03-05 | 1 | -1/+1 |
* | Added an ability to monitor session notifications for a particular RDP connec... | alexeypa@chromium.org | 2013-02-28 | 1 | -4/+4 |
* | Use a single shared entry point for all Chromoting processes. | alexeypa@chromium.org | 2013-02-23 | 1 | -13/+20 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -2/+2 |
* | Added support of Secure Attention Sequence in multiprocess mode. | alexeypa@chromium.org | 2012-12-07 | 1 | -0/+17 |
* | [Chromoting] The desktop process now creates a pre-connected pipe and passes ... | alexeypa@chromium.org | 2012-10-25 | 1 | -6/+42 |
* | Validate and report peer's PID to WorkerProcessIpcDelegate so it will be able... | alexeypa@chromium.org | 2012-10-18 | 1 | -1/+1 |
* | [Chromoting] Added support of a list of desktop sessions on the daemon side. | alexeypa@chromium.org | 2012-10-17 | 1 | -0/+103 |