| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup list of source files in remoting targets | sergeyu@chromium.org | 2014-07-17 | 1 | -4/+0 |
* | Switch to using URLRequestContextBuilder to create some contexts. | mmenke@chromium.org | 2014-07-08 | 6 | -3/+17 |
* | Move ServiceUrls to remoting/base. | sergeyu@chromium.org | 2014-07-01 | 1 | -1/+1 |
* | Update list of apps in chromoting NM manifests | sergeyu@chromium.org | 2014-06-18 | 1 | -2/+2 |
* | Set allow_new_privs when launching CRD host controller from the NM process. | sergeyu@chromium.org | 2014-05-31 | 1 | -0/+6 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-27 | 1 | -2/+5 |
* | Cleanup: Use base::CommandLine in remoting/ | thestig@chromium.org | 2014-05-23 | 4 | -15/+20 |
* | Removed LOG_GETLASTERROR and LOG_ERRNO macros. | vitalybuka@chromium.org | 2014-05-21 | 3 | -22/+14 |
* | Revert 270872 "Move all callers of GetHomeDir() to PathService::..." | benwells@chromium.org | 2014-05-16 | 1 | -5/+2 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-16 | 1 | -2/+5 |
* | Initialize ICU on remoting_native_messaging_host | dcaiafa@google.com | 2014-05-09 | 1 | -0/+4 |
* | Remove PlatformFile from remoting native messaging. | rvargas@chromium.org | 2014-05-02 | 5 | -47/+53 |
* | Renamed namespaces of url lib. | vitalybuka@chromium.org | 2014-05-01 | 1 | -6/+6 |
* | On Windows, install the chromoting host component via a separate NPAPI call. ... | weitaosu@chromium.org | 2014-04-15 | 9 | -23/+86 |
* | Add breakpad support for me2me and it2me native messaging host on Mac. | weitaosu@chromium.org | 2014-03-28 | 3 | -0/+57 |
* | Revert 259287 "Add breakpad support for me2me and it2me native m..." | ernstm@chromium.org | 2014-03-25 | 3 | -57/+0 |
* | Add breakpad support for me2me and it2me native messaging host on Mac. | weitaosu@chromium.org | 2014-03-25 | 3 | -0/+57 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -1/+1 |
* | Close the STDIN and STDOUT handles in the native messaging hosts on Windows. | weitaosu@chromium.org | 2014-03-12 | 1 | -0/+11 |
* | Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to... | brettw@chromium.org | 2014-03-11 | 1 | -1/+1 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -1/+1 |
* | Set the parent window handle when starting the elevated native messaging host... | weitaosu@chromium.org | 2014-03-04 | 4 | -1/+11 |
* | Shut down the elevated native messaging host process after 5 minutes. | weitaosu@chromium.org | 2014-03-04 | 2 | -0/+19 |
* | Move TrimWhitespace to the base namespace. | brettw@chromium.org | 2014-03-03 | 1 | -2/+2 |
* | Don't show the console window when the elevated me2me native messaging host i... | weitaosu@chromium.org | 2014-02-28 | 1 | -1/+1 |
* | Moving me2me native messaging host implementation to remoting_core on Windows. | weitaosu@chromium.org | 2014-02-25 | 3 | -5/+33 |
* | Fixing a few crashes in the me2me native messaging host. | weitaosu@chromium.org | 2014-02-15 | 2 | -27/+46 |
* | Disable Me2Me host controls on unsupported Linux systems. | sergeyu@chromium.org | 2014-02-15 | 1 | -7/+29 |
* | Enable pairing registry in me2me native messaging host on Windows: | weitaosu@chromium.org | 2014-02-13 | 2 | -7/+53 |
* | Enable pairing registry on Windows by delegating all pairing registry related... | weitaosu@chromium.org | 2014-02-02 | 4 | -81/+392 |
* | Migrate remoting/ to base::RunLoop::RunUntilIdle(); | tfarina@chromium.org | 2014-01-24 | 1 | -1/+1 |
* | Package It2Me Native Messaging host on Linux. | sergeyu@chromium.org | 2014-01-23 | 1 | -2/+2 |
* | Small refactoring: make the Process* routines return void. | weitaosu@chromium.org | 2014-01-02 | 2 | -74/+71 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 3 | -6/+6 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 2 | -4/+4 |
* | Renamed NativeMessagingHost to Me2MeNativeMessagingHost. | weitaosu@chromium.org | 2013-12-17 | 4 | -84/+85 |
* | Small refactoring of the remoting_host_setup_base target. | weitaosu@chromium.org | 2013-12-13 | 9 | -546/+0 |
* | Me2me Native Messaging host on Windows: restructure NativeMessagingHost and N... | weitaosu@chromium.org | 2013-12-13 | 4 | -92/+188 |
* | Replace string16 with base::string16 in gpu, media, and remoting. | brettw@chromium.org | 2013-12-12 | 2 | -3/+5 |
* | Move NativeMessagingHostMain to me2me_native_messaging_host_main.cc | weitaosu@chromium.org | 2013-12-04 | 3 | -82/+88 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 2 | -2/+2 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-28 | 1 | -1/+1 |
* | Implement the It2Me native messaging host. | weitaosu@chromium.org | 2013-11-28 | 3 | -134/+99 |
* | Revert of https://codereview.chromium.org/71013004/ | hashimoto@chromium.org | 2013-11-27 | 1 | -1/+1 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-27 | 1 | -1/+1 |
* | It2Me native messaging: GYP and source refactoring | weitaosu@chromium.org | 2013-11-02 | 13 | -893/+9 |
* | Revert 232331 "It2Me native messaging: GYP and source refactoring" | robertphillips@google.com | 2013-11-01 | 13 | -9/+893 |
* | It2Me native messaging: GYP and source refactoring | weitaosu@chromium.org | 2013-11-01 | 13 | -893/+9 |
* | Moved all channel-handling logic into separate NativeMessagingChannel class. | sergeyu@chromium.org | 2013-10-17 | 5 | -256/+472 |