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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use base::OneShotTimer on plugin main thread.
sergeyu@chromium.org
2011-07-29
5
-34
/
+58
*
Fix crashes when shutting down DesktopEnvironment
sergeyu@chromium.org
2011-07-29
8
-60
/
+146
*
Add an authentication step to stream channel setup in JingleStreamConnector.
wez@chromium.org
2011-07-29
3
-0
/
+11
*
Asynchronous initialization in SessionManager.
sergeyu@chromium.org
2011-07-28
2
-9
/
+18
*
Revert 94247 - Add an authentication step to stream channel setup in JingleSt...
wez@chromium.org
2011-07-27
3
-11
/
+0
*
Add an authentication step to stream channel setup in JingleStreamConnector.
wez@chromium.org
2011-07-27
3
-0
/
+11
*
Expose nat_traversal flag to host and client plugins.
sergeyu@chromium.org
2011-07-26
5
-50
/
+44
*
Get the timeout period from the cloud instead of hard-coding it (b/5049410).
jamiewalch@chromium.org
2011-07-23
6
-17
/
+68
*
Message validation in message dispatchers.
sergeyu@chromium.org
2011-07-21
2
-13
/
+0
*
Implement Ctrl+ESC to disconnect (Linux).
jamiewalch@google.com
2011-07-20
3
-35
/
+72
*
Purge references to JingleClient.
wez@chromium.org
2011-07-20
2
-3
/
+3
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Make Chromoting plugin name consistent - change Windows to match other platfo...
garykac@google.com
2011-07-19
1
-3
/
+3
*
Don't use X509Certificate in chromoting code.
sergeyu@chromium.org
2011-07-16
2
-10
/
+10
*
Workaround for bad driver issue with NVIDIA GeForce 7300 GT on Mac 10.5.
dmaclach@chromium.org
2011-07-15
1
-0
/
+10
*
Fixup threading for Chromoting's logging code.
garykac@chromium.org
2011-07-13
3
-64
/
+4
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
2
-3
/
+5
*
Don't hide host plugin. Temporary fix for host plugin logging crash.
jamiewalch@google.com
2011-07-08
1
-0
/
+2
*
Conenct Chromoting plugin debug log to JS UI.
garykac@chromium.org
2011-07-07
8
-37
/
+178
*
Chromoting: Move host input and window mgmt into DesktopEnvironment
garykac@chromium.org
2011-07-07
6
-129
/
+175
*
Minor cleanups in JingleSession and JingleSessionManager.
sergeyu@chromium.org
2011-07-07
1
-1
/
+1
*
Remove DCHECK from HeartbeatSender::OnSignallingDisconnected()
lambroslambrou@chromium.org
2011-07-07
1
-1
/
+0
*
Shutdown JingleSessionManager and SingalStartegy and send OnSignallingDisconn...
sergeyu@chromium.org
2011-07-07
2
-18
/
+29
*
Cleanup Chromoting's Continue window:
garykac@google.com
2011-07-06
3
-7
/
+38
*
Improvements to Linux Disconnect/Continue windows.
lambroslambrou@chromium.org
2011-07-06
2
-63
/
+64
*
Make Session and SessionManager not thread-safe and not ref-counted.
sergeyu@chromium.org
2011-07-06
3
-36
/
+25
*
Fix test for disabling curtain mode (and hiding DisconnectWindow, etc).
wez@chromium.org
2011-06-30
1
-2
/
+2
*
Initial continue window implementation on mac.
dmaclach@chromium.org
2011-06-30
4
-13
/
+121
*
Remove JingleClient.
sergeyu@chromium.org
2011-06-29
6
-54
/
+39
*
Chromoting: Release all currently pressed keys when disconnecting.
garykac@chromium.org
2011-06-29
3
-10
/
+64
*
Use shared UI strings for Chromoting's Disconnect window (in Windows).
garykac@google.com
2011-06-29
2
-3
/
+17
*
Move UI strings from Chromoting's Disconnect window into base class.
garykac@chromium.org
2011-06-28
3
-15
/
+29
*
Fix buglet calling out to JS from plugin.
wez@chromium.org
2011-06-27
2
-19
/
+12
*
The design docs say 10 minutes before continue window. So fixed to match desi...
dmaclach@chromium.org
2011-06-27
1
-1
/
+1
*
Fix the problem of linux host mouse not moving
hclam@chromium.org
2011-06-24
2
-3
/
+3
*
Cleanup client shutdown sequence.
sergeyu@chromium.org
2011-06-24
1
-2
/
+2
*
Cleanup usage of JingleThread in the protocol code.
sergeyu@chromium.org
2011-06-24
1
-2
/
+2
*
Chromoting's ContinueWindow implementation for Windows.
garykac@google.com
2011-06-22
4
-41
/
+158
*
Use the correct Chrome UI thread when creating the chromoting continue window.
garykac@google.com
2011-06-22
4
-12
/
+13
*
Fix crash in ChromotingHost::Shutdown().
sergeyu@chromium.org
2011-06-22
1
-1
/
+1
*
Chromoting's ContinueWindow implementation for Linux.
lambroslambrou@chromium.org
2011-06-22
1
-4
/
+74
*
Move SignalStrategy and its implementations to separate files.
sergeyu@chromium.org
2011-06-21
1
-0
/
+1
*
Reduced host secret to five digits. Removed hyphen from access code and displ...
jamiewalch@google.com
2011-06-21
3
-7
/
+7
*
Move the Remoting Host plugin into its own sub-directory.
wez@chromium.org
2011-06-21
10
-11
/
+13
*
Don't tell the webapp that someone is connected in OnSignallingConnected.
jamiewalch@google.com
2011-06-21
1
-1
/
+0
*
Notify calling web-app when Host plugin becomes connected to a client.
wez@chromium.org
2011-06-21
9
-7
/
+40
*
Split host plugin into multiple files.
sergeyu@chromium.org
2011-06-21
6
-639
/
+756
*
Improve error/debug messaging for Chromoting host plugin:
garykac@google.com
2011-06-20
1
-4
/
+55
*
Limit number of failed connection attempts.
sergeyu@chromium.org
2011-06-20
7
-4
/
+32
*
Cleanups in the host shutdown logic and some minor fixes.
sergeyu@chromium.org
2011-06-20
13
-297
/
+383
[next]