summaryrefslogtreecommitdiffstats
path: root/remoting/host/setup
Commit message (Expand)AuthorAgeFilesLines
* Cleanup list of source files in remoting targetssergeyu@chromium.org2014-07-171-4/+0
* Switch to using URLRequestContextBuilder to create some contexts.mmenke@chromium.org2014-07-086-3/+17
* Move ServiceUrls to remoting/base.sergeyu@chromium.org2014-07-011-1/+1
* Update list of apps in chromoting NM manifestssergeyu@chromium.org2014-06-181-2/+2
* Set allow_new_privs when launching CRD host controller from the NM process.sergeyu@chromium.org2014-05-311-0/+6
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-271-2/+5
* Cleanup: Use base::CommandLine in remoting/thestig@chromium.org2014-05-234-15/+20
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-213-22/+14
* Revert 270872 "Move all callers of GetHomeDir() to PathService::..."benwells@chromium.org2014-05-161-5/+2
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-161-2/+5
* Initialize ICU on remoting_native_messaging_hostdcaiafa@google.com2014-05-091-0/+4
* Remove PlatformFile from remoting native messaging.rvargas@chromium.org2014-05-025-47/+53
* Renamed namespaces of url lib.vitalybuka@chromium.org2014-05-011-6/+6
* On Windows, install the chromoting host component via a separate NPAPI call. ...weitaosu@chromium.org2014-04-159-23/+86
* Add breakpad support for me2me and it2me native messaging host on Mac.weitaosu@chromium.org2014-03-283-0/+57
* Revert 259287 "Add breakpad support for me2me and it2me native m..."ernstm@chromium.org2014-03-253-57/+0
* Add breakpad support for me2me and it2me native messaging host on Mac.weitaosu@chromium.org2014-03-253-0/+57
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+1
* Close the STDIN and STDOUT handles in the native messaging hosts on Windows.weitaosu@chromium.org2014-03-121-0/+11
* Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...brettw@chromium.org2014-03-111-1/+1
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* Set the parent window handle when starting the elevated native messaging host...weitaosu@chromium.org2014-03-044-1/+11
* Shut down the elevated native messaging host process after 5 minutes.weitaosu@chromium.org2014-03-042-0/+19
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-2/+2
* Don't show the console window when the elevated me2me native messaging host i...weitaosu@chromium.org2014-02-281-1/+1
* Moving me2me native messaging host implementation to remoting_core on Windows. weitaosu@chromium.org2014-02-253-5/+33
* Fixing a few crashes in the me2me native messaging host.weitaosu@chromium.org2014-02-152-27/+46
* Disable Me2Me host controls on unsupported Linux systems.sergeyu@chromium.org2014-02-151-7/+29
* Enable pairing registry in me2me native messaging host on Windows:weitaosu@chromium.org2014-02-132-7/+53
* Enable pairing registry on Windows by delegating all pairing registry related...weitaosu@chromium.org2014-02-024-81/+392
* Migrate remoting/ to base::RunLoop::RunUntilIdle();tfarina@chromium.org2014-01-241-1/+1
* Package It2Me Native Messaging host on Linux.sergeyu@chromium.org2014-01-231-2/+2
* Small refactoring: make the Process* routines return void.weitaosu@chromium.org2014-01-022-74/+71
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-253-6/+6
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-232-4/+4
* Renamed NativeMessagingHost to Me2MeNativeMessagingHost.weitaosu@chromium.org2013-12-174-84/+85
* Small refactoring of the remoting_host_setup_base target.weitaosu@chromium.org2013-12-139-546/+0
* Me2me Native Messaging host on Windows: restructure NativeMessagingHost and N...weitaosu@chromium.org2013-12-134-92/+188
* Replace string16 with base::string16 in gpu, media, and remoting.brettw@chromium.org2013-12-122-3/+5
* Move NativeMessagingHostMain to me2me_native_messaging_host_main.ccweitaosu@chromium.org2013-12-043-82/+88
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-022-2/+2
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-281-1/+1
* Implement the It2Me native messaging host.weitaosu@chromium.org2013-11-283-134/+99
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-271-1/+1
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-271-1/+1
* It2Me native messaging: GYP and source refactoringweitaosu@chromium.org2013-11-0213-893/+9
* Revert 232331 "It2Me native messaging: GYP and source refactoring"robertphillips@google.com2013-11-0113-9/+893
* It2Me native messaging: GYP and source refactoringweitaosu@chromium.org2013-11-0113-893/+9
* Moved all channel-handling logic into separate NativeMessagingChannel class.sergeyu@chromium.org2013-10-175-256/+472