index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remoting
/
host
/
setup
Commit message (
Expand
)
Author
Age
Files
Lines
*
remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-27
3
-9
/
+8
*
Remove unnecessary #include.
pkasting@chromium.org
2013-04-15
1
-2
/
+0
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
3
-8
/
+8
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
3
-8
/
+8
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
3
-8
/
+8
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-4
/
+4
*
Move HostKeyPair into protocol::KeyPair.
rmsousa@chromium.org
2013-03-07
2
-5
/
+5
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
1
-1
/
+1
*
Introducing an out-of-process COM class hosting RdpClient.
alexeypa@chromium.org
2013-03-01
1
-1
/
+1
*
Refactor the ATL module code to accomodate the coming RDP changes.
alexeypa@chromium.org
2013-03-01
1
-3
/
+2
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
3
-3
/
+3
*
Add command line switch to ignore certificate requests to our host apps.
rmsousa@chromium.org
2013-02-23
1
-0
/
+5
*
Improve gksudo prompt when enabling chromoting host.
sergeyu@chromium.org
2013-02-09
1
-13
/
+15
*
Make host/url references configurable.
rmsousa@chromium.org
2013-02-05
4
-5
/
+20
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
2
-12
/
+12
*
Ensure Chromoting crash-reporting is opt-in
lambroslambrou@chromium.org
2012-12-12
1
-9
/
+6
*
Remove Linux host setup wizard and libwebkitgtk dependency.
sergeyu@chromium.org
2012-12-11
1
-308
/
+0
*
Enable crash-reporting for Mac host, for users who opt in.
lambroslambrou@chromium.org
2012-12-10
1
-5
/
+22
*
Native remoting host configurer for linux.
sergeyu@chromium.org
2012-11-17
1
-0
/
+308
*
Revert 167794 - Native remoting host configurer for linux.
ilevy@chromium.org
2012-11-15
1
-308
/
+0
*
Native remoting host configurer for linux.
sergeyu@chromium.org
2012-11-15
1
-0
/
+308
*
[Chromoting] Stop the Windows host configurer trying to use an empty auth code.
simonmorris@chromium.org
2012-10-31
1
-0
/
+3
*
[Chromoting] Make the AuthCodeGetter component of the Windows host configurer
simonmorris@chromium.org
2012-10-30
2
-8
/
+4
*
[Chromoting] Make the HostStarter unregister a new host if it couldn't start it.
simonmorris@chromium.org
2012-10-27
2
-1
/
+16
*
Remove GaiaOauthClient and GaiaUserEmailFetcher from remoting.
sergeyu@chromium.org
2012-10-27
2
-16
/
+6
*
Cleanups in remoting::HostStarter.
sergeyu@chromium.org
2012-10-24
3
-41
/
+31
*
Add methods to base::Thread to allow Windows consumers to ask for COM to be i...
pkasting@chromium.org
2012-10-23
1
-40
/
+2
*
[Chromoting] Use base::GenerateGUID to generate host IDs.
simonmorris@chromium.org
2012-10-19
1
-42
/
+2
*
[Chromoting] Let the Linux start-host app take a redirect-URL parameter.
simonmorris@chromium.org
2012-10-18
8
-51
/
+76
*
[Chromoting] Add a simple Windows app that registers and starts a host.
simonmorris@chromium.org
2012-10-18
13
-15
/
+599
*
[Chromoting] Add a Linux command-line app that can register and start a host.
simonmorris@chromium.org
2012-10-17
1
-0
/
+174
*
build fix for gcc 4.6.3, default version of ubuntu 12.04
toyoshim@chromium.org
2012-10-13
1
-12
/
+12
*
[Chromoting] Add a routine to validate a PIN.
simonmorris@chromium.org
2012-10-13
3
-0
/
+74
*
Always use google_apis to get the client ID.
alexeypa@chromium.org
2012-10-10
1
-1
/
+0
*
[Chromoting] Move a Windows-only class to its correct location.
simonmorris@chromium.org
2012-10-10
2
-4
/
+5
*
[Chromoting] Add a class that gets an OAuth authorization code, on Windows.
simonmorris@chromium.org
2012-10-09
6
-3
/
+331
*
Add DirectoryExists/CreateDirectory before WriteFile for Json config
rmsousa@chromium.org
2012-10-06
1
-0
/
+9
*
Treat errors and cancelled host setup differently to avoid showing an error w...
alexeypa@chromium.org
2012-10-05
1
-3
/
+9
*
[Chromoting] Add a helper class that registers and starts a host.
simonmorris@chromium.org
2012-10-05
2
-0
/
+270
*
Use ScopedCOMInitializer in more places. While this doesn't always simplify ...
pkasting@chromium.org
2012-10-03
1
-3
/
+6
*
Call Stop() from all destructors of base::Thread subclasses (except for a cou...
pkasting@chromium.org
2012-10-03
1
-0
/
+5
*
[Chromoting] Move DaemonInstallerWin to remoting/host/setup.
simonmorris@chromium.org
2012-10-02
4
-1
/
+465
*
Move DaemonController to remoting/host/setup
sergeyu@chromium.org
2012-10-01
4
-0
/
+1560
*
Revert 159402 - Move DaemonController to remoting/host/setup
dharani@google.com
2012-09-29
4
-1560
/
+0
*
Move DaemonController to remoting/host/setup
sergeyu@chromium.org
2012-09-29
4
-0
/
+1560
*
Revert 159354 - Move DaemonController to remoting/host/setup
michaeln@google.com
2012-09-29
4
-1560
/
+0
*
Move DaemonController to remoting/host/setup
sergeyu@chromium.org
2012-09-28
4
-0
/
+1560