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
/
remoting_me2me_host.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor TokenValidatorImpl into a base class + implementation.
rmsousa@chromium.org
2014-02-26
1
-2
/
+3
*
Add gnubby authentication to remoting host
psj@chromium.org
2014-02-20
1
-0
/
+36
*
Separate access token caching logic from signaling connector.
rmsousa@chromium.org
2014-02-11
1
-4
/
+10
*
Enabled pairing registry in the me2me host on Windows.
weitaosu@chromium.org
2014-02-11
1
-2
/
+48
*
Revert 249772 "Enabled pairing registry in the me2me host on Win..."
sorin@chromium.org
2014-02-07
1
-48
/
+2
*
Enabled pairing registry in the me2me host on Windows.
weitaosu@chromium.org
2014-02-07
1
-2
/
+48
*
Support sending client certificates when validating tokens.
rmsousa@chromium.org
2014-01-25
1
-20
/
+33
*
Revert 246456 "Support sending client certificates when validati..."
akalin@chromium.org
2014-01-23
1
-33
/
+20
*
Support sending client certificates when validating tokens.
rmsousa@chromium.org
2014-01-23
1
-20
/
+33
*
Fix JID checking for cases where the user account does not have a Google emai...
rmsousa@chromium.org
2014-01-11
1
-3
/
+3
*
MessageLoop(TYPE_UI) -> MessageLoopForUI
sky@chromium.org
2013-12-19
1
-1
/
+1
*
Fix LibjingleTransportFactory to refresh STUN/Relay.
sergeyu@chromium.org
2013-12-16
1
-1
/
+1
*
Revert 240926 "Fix LibjingleTransportFactory to refresh STUN/Relay."
sergeyu@chromium.org
2013-12-16
1
-1
/
+1
*
Fix LibjingleTransportFactory to refresh STUN/Relay.
sergeyu@chromium.org
2013-12-16
1
-1
/
+1
*
Move remoting::GetUsername() from remoting/base to remoting/host
sergeyu@chromium.org
2013-12-11
1
-1
/
+1
*
Separate ConfigWatcher interface from ConfigFileWatcher implementation.
rmsousa@chromium.org
2013-12-04
1
-5
/
+6
*
Replace all usage of LOG(INFO) in Chromoting host with HOST_LOG to bypass the...
weitaosu@chromium.org
2013-11-26
1
-15
/
+15
*
mac: Prepare most test code for -Wunused-functions too.
thakis@chromium.org
2013-11-08
1
-8
/
+0
*
Clean up remaining unused globals (on mac).
thakis@chromium.org
2013-09-26
1
-0
/
+2
*
Revert 219719 "Make XmppSignalStrategy accept ResolvingClientSoc..."
sergeyu@chromium.org
2013-09-20
1
-6
/
+2
*
Make XmppSignalStrategy accept ResolvingClientSocketFactory from outside.
sergeyu@chromium.org
2013-08-27
1
-2
/
+6
*
Cleanup XmppSignalStrategy initialization
sergeyu@chromium.org
2013-08-22
1
-14
/
+15
*
Support service accounts in the chromoting host.
rmsousa@chromium.org
2013-08-16
1
-6
/
+20
*
Cleanup chromoting host config handling on Linux.
sergeyu@chromium.org
2013-08-03
1
-8
/
+34
*
Added PIN-less auth policy.
jamiewalch@chromium.org
2013-08-02
1
-2
/
+26
*
Refactored PairingRegistry::Delegate such that it can retrieve/modify for a s...
alexeypa@chromium.org
2013-08-02
1
-6
/
+2
*
Localized Chromoting Host on Mac and Linux.
alexeypa@chromium.org
2013-07-31
1
-6
/
+1
*
Don't send offline status before the host has started.
weitaosu@chromium.org
2013-07-31
1
-0
/
+4
*
Ignore client certificate requests by default.
rmsousa@chromium.org
2013-07-31
1
-3
/
+5
*
Revert 214379 "Localized Chromoting Host on Mac and Linux."
alexeypa@google.com
2013-07-30
1
-1
/
+6
*
Localized Chromoting Host on Mac and Linux.
alexeypa@chromium.org
2013-07-30
1
-6
/
+1
*
Revert 213997 "Localized Chromoting Host on Mac and Linux."
alexeypa@google.com
2013-07-26
1
-1
/
+6
*
Localized Chromoting Host on Mac and Linux.
alexeypa@chromium.org
2013-07-26
1
-6
/
+1
*
Paired client revocation UI.
jamiewalch@chromium.org
2013-07-23
1
-3
/
+6
*
Use a direct include of the message_loop header in remoting/.
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Host offline status reporting.
weitaosu@chromium.org
2013-07-11
1
-3
/
+22
*
Revert 210731 "Host offline status reporting."
satorux@chromium.org
2013-07-10
1
-22
/
+3
*
Host offline status reporting.
weitaosu@chromium.org
2013-07-10
1
-3
/
+22
*
Don't create a pairing registry.
jamiewalch@chromium.org
2013-06-26
1
-4
/
+2
*
Linux pairing registry delegate implementation
jamiewalch@chromium.org
2013-06-23
1
-6
/
+4
*
Add static Create method to LibjingleTransportFactory
solb@chromium.org
2013-06-21
1
-1
/
+1
*
Add notification when the host successfully starts.
rmsousa@chromium.org
2013-06-12
1
-1
/
+23
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-3
/
+5
*
Use a direct include of strings headers in remoting/.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
This CL adds the "request pairing" implementation between the web-app and the...
jamiewalch@chromium.org
2013-06-04
1
-4
/
+12
*
Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...
rsleevi@chromium.org
2013-06-01
1
-1
/
+1
*
Initialize CPU-specific features in media when starting the host.
alexeypa@chromium.org
2013-05-30
1
-0
/
+4
*
Removing unused Chromoting host code.
alexeypa@chromium.org
2013-05-23
1
-22
/
+0
*
PairingAuthenticator implementation and plumbing.
jamiewalch@chromium.org
2013-05-22
1
-1
/
+7
[next]