summaryrefslogtreecommitdiffstats
path: root/remoting/host/win/unprivileged_process_delegate.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for Attachment Brokering of IPC::Channels on multiple threads.erikchen2016-03-211-1/+1
* remoting: Add AttachmentBroker for daemon and desktop processessergeyu2016-01-271-2/+11
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-24/+15
* Switch to standard integer types in remoting/host/.avi2015-12-221-1/+1
* Use the Local Machine Cert store in the token validator.weitaosu2015-11-071-8/+29
* Move process switch names to switches.{h,cc}dcaiafa2015-08-031-1/+1
* Sandbox: Make CreateRestrictedToken return a ScopedHandle.rvargas2015-07-201-4/+2
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-2/+2
* Revert "Enable positional parameters for base::vsnprintf and base::vswprintf ...thakis2015-02-061-2/+3
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-9/+10
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* Remove implicit HANDLE conversions from remoting.rvargas2014-09-251-6/+6
* Remove PlatformFile from remotingrvargas@chromium.org2014-06-041-5/+4
* Cleanup: Use base::CommandLine in remoting/thestig@chromium.org2014-05-231-2/+2
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-13/+11
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-1/+1
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-281-8/+15
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-271-15/+8
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-271-8/+15
* Update include paths in remoting for base/process changes.rsesek@chromium.org2013-07-231-1/+0
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* Make CreateConnectedIpcChannel() a cross-platform API.alexeypa@chromium.org2013-05-241-11/+3
* 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-181-74/+111
* The worker process launcher can now ask the worker process to crash.alexeypa@chromium.org2013-03-081-0/+6
* Use a single shared entry point for all Chromoting processes.alexeypa@chromium.org2013-02-231-15/+4
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+1
* Launch the host under LocalService account at low integrity level with all pr...alexeypa@chromium.org2012-12-111-38/+270
* Rename ipc_consts.h to ipc_constants.hwez@chromium.org2012-11-201-1/+1
* [Chromoting] The desktop process now creates a pre-connected pipe and passes ...alexeypa@chromium.org2012-10-251-60/+5
* Validate and report peer's PID to WorkerProcessIpcDelegate so it will be able...alexeypa@chromium.org2012-10-181-44/+73
* Pass the client end handle of the network-to-daemon IPC channel via handle in...alexeypa@chromium.org2012-10-121-5/+74
* [Chromoting] Reimplement the worker process launcher to address issues with j...alexeypa@chromium.org2012-10-101-0/+117