summaryrefslogtreecommitdiffstats
path: root/remoting/host/win
Commit message (Expand)AuthorAgeFilesLines
* Add support for Attachment Brokering of IPC::Channels on multiple threads.erikchen2016-03-212-2/+2
* Revert of Move //remoting/remoting_host_win.gypi:* to GN (patchset #7 id:1200...alexmos2016-03-101-5/+0
* Move //remoting/remoting_host_win.gypi:* to GNzijiehe2016-03-101-0/+5
* Improve handling of invalid command line in Me2Me host.sergeyu2016-02-251-1/+1
* Use IpcVideoFrameCapturer on network thread instead of capture thread.sergeyu2016-02-152-7/+12
* Refactor gmock_mutant.htzik2016-02-101-3/+6
* Creating remote_security_key target and initial exe shelljoedow2016-02-051-0/+4
* remoting: Add AttachmentBroker for daemon and desktop processessergeyu2016-01-272-6/+23
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-238-98/+70
* Switch to standard integer types in remoting/host/.avi2015-12-2226-47/+69
* Cleanup: Convert const char* kFoo to const char kFoo[].thestig2015-12-172-2/+2
* Use the Local Machine Cert store in the token validator.weitaosu2015-11-071-8/+29
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-2/+4
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-4/+2
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-2/+4
* Use standard DOM code definitions instead of custom.jamiewalch2015-10-121-10/+11
* Don't use base::MessageLoop::{Quit,QuitClosure} in remoting/ki.stfu2015-10-121-1/+1
* Extend base::win::ObjectWatcher to watch an event multiple times.jam2015-09-291-1/+1
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-3/+3
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-242-5/+3
* Move Singleton and related structs to namespace baseolli.raula2015-09-102-2/+2
* Move process switch names to switches.{h,cc}dcaiafa2015-08-032-1/+2
* Don't use attachment brokers with remoting processes.erikchen2015-08-032-3/+5
* Revert "Preliminary support for Windows manifests in the GN build."Nico Weber2015-07-211-0/+8
* Preliminary support for Windows manifests in the GN build.brettw2015-07-211-8/+0
* Sandbox: Make CreateRestrictedToken return a ScopedHandle.rvargas2015-07-201-4/+2
* win: Remove a few instances of the "goto error" pattern.thakis2015-07-142-34/+33
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-2/+2
* remoting: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-124-5/+5
* Touch Events capability negotiationrkuroiwa2015-06-052-4/+8
* Share duplicated USB key-code definitions.jamiewalch2015-05-281-6/+1
* win: Add an "override" I forgot in https://codereview.chromium.org/1126643002/.thakis2015-05-051-1/+1
* win: Give RdpDesktopSession an explicit out-of-line destructor.thakis2015-05-042-0/+4
* Apply automated fixits for Chrome clang plugin to remoting.dcheng2015-04-293-7/+9
* Update {virtual,override} to follow C++11 style in remoting.nick2015-04-2313-63/+63
* Windows Host Touch Injectionrkuroiwa2015-03-251-1/+8
* Add remoting and PPAPI tests to GN buildbrettw2015-03-041-0/+29
* Add touch events to the protocol, the stub layer, and to the client plugin.rkuroiwa2015-02-262-7/+17
* Remove ElevatedController and the associated registration and installation code.weitaosu2015-02-104-705/+0
* Revert "Enable positional parameters for base::vsnprintf and base::vswprintf ...thakis2015-02-061-2/+3
* replace NULL->nullptr in src/remoting.sergeyu2015-01-0920-120/+123
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-232-5/+5
* Remove implicit conversions from scoped_refptr to T* in remoting/dcheng2014-11-212-5/+5
* Use uint16 for port numbers more pervasively.pkasting2014-11-201-2/+4
* Remove implicit conversions from scoped_refptr to T* in remoting/dcheng2014-11-131-1/+1
* Remove BOM from com_imported_mstscax.tlhshinyak2014-11-071-1/+1
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-0813-43/+43
* Save the client base JID for authentication in case it differs from the email...rmsousa2014-09-291-11/+13
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-292-3/+3