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
/
chromoting_host.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete Session and SessionManager object synchronously.
sergeyu@chromium.org
2012-02-24
1
-9
/
+0
*
Log IP/port of host as well as client in Me2Me host
lambroslambrou@chromium.org
2012-02-02
1
-3
/
+5
*
More plumbing for logging connection IP addresses
lambroslambrou@google.com
2012-01-25
1
-0
/
+3
*
Remove set_it2me() from ChromotingHost.
sergeyu@chromium.org
2012-01-18
1
-9
/
+9
*
Add ChromotingHost::RemoveStatusObserver().
sergeyu@chromium.org
2012-01-17
1
-7
/
+6
*
Make sure that ScreenRecorder is never reused for multiple connections.
sergeyu@chromium.org
2012-01-14
1
-0
/
+1
*
Restrict Me2Me host to the 12400-12409 port range.
sergeyu@chromium.org
2012-01-13
1
-2
/
+2
*
Remove dependency on HostConfig from ChromotingHost and other classes.
sergeyu@chromium.org
2012-01-07
1
-8
/
+9
*
Move ChromotingHost initialization to the network thread.
sergeyu@chromium.org
2012-01-07
1
-3
/
+3
*
Move signaling connection creation out of ChromotingHost.
sergeyu@chromium.org
2012-01-04
1
-22
/
+9
*
Refactor SignalStrategy so that it can be reused for multiple connections.
sergeyu@chromium.org
2012-01-03
1
-6
/
+5
*
Set empty shared secret for Me2Me hosts.
lambroslambrou@chromium.org
2011-12-01
1
-0
/
+9
*
Refactor IT2Me-specific functions into a HostObserver subclass.
lambroslambrou@chromium.org
2011-12-01
1
-3
/
+0
*
Use Authenticator interface in Session and SessionManager.
sergeyu@chromium.org
2011-11-30
1
-3
/
+7
*
Remove AccessVerifier interface.
sergeyu@chromium.org
2011-11-29
1
-10
/
+5
*
Cleanup: Remove unneeded forward declarations from remoting.
thestig@chromium.org
2011-11-11
1
-5
/
+3
*
Make ConnectionToClient and ClientSession not ref-counted.
sergeyu@chromium.org
2011-11-11
1
-1
/
+1
*
Access ChromotingHost::clients_ only on network thread.
sergeyu@chromium.org
2011-11-11
1
-23
/
+14
*
Move ConnectionToClient::EventHandler from ChromotingHost to ClientSession
sergeyu@chromium.org
2011-11-10
1
-22
/
+9
*
Move code in src/remoting to the new callbacks.
sergeyu@chromium.org
2011-11-10
1
-3
/
+3
*
Remove old Authentication code that we don't use or need.
sergeyu@chromium.org
2011-11-05
1
-3
/
+2
*
Move us fully from gfx:: over to skia types for consistency.
dmaclach@chromium.org
2011-09-30
1
-1
/
+1
*
Revert 103523 - Move us fully from gfx:: over to skia types for consistency.
dmaclach@chromium.org
2011-09-30
1
-1
/
+1
*
Move us fully from gfx:: over to skia types for consistency.
dmaclach@chromium.org
2011-09-30
1
-1
/
+1
*
Access Session::config() and Session::jid() on the correct thread only.
sergeyu@chromium.org
2011-09-13
1
-0
/
+5
*
Revert 100589 - Access Session::config() on the correct thread.
sergeyu@chromium.org
2011-09-12
1
-5
/
+0
*
Access Session::config() on the correct thread.
sergeyu@chromium.org
2011-09-10
1
-0
/
+5
*
Pass SessionConfig by reference instead of pointer.
sergeyu@chromium.org
2011-09-10
1
-1
/
+1
*
Make ChromotingHost::ui_strings() immutable. Use string16 for localized strings.
sergeyu@chromium.org
2011-08-18
1
-1
/
+4
*
Host process i18n and Linux implementation.
jamiewalch@google.com
2011-08-16
1
-0
/
+5
*
Properly handle screen recorder shutdown in ChromotingHost.
sergeyu@chromium.org
2011-08-12
1
-0
/
+9
*
Modify Chromoting logging to hook into base logging.
garykac@chromium.org
2011-08-04
1
-7
/
+1
*
Fix crashes when shutting down DesktopEnvironment
sergeyu@chromium.org
2011-07-29
1
-5
/
+6
*
Add an authentication step to stream channel setup in JingleStreamConnector.
wez@chromium.org
2011-07-29
1
-0
/
+5
*
Asynchronous initialization in SessionManager.
sergeyu@chromium.org
2011-07-28
1
-4
/
+6
*
Revert 94247 - Add an authentication step to stream channel setup in JingleSt...
wez@chromium.org
2011-07-27
1
-5
/
+0
*
Add an authentication step to stream channel setup in JingleStreamConnector.
wez@chromium.org
2011-07-27
1
-0
/
+5
*
Expose nat_traversal flag to host and client plugins.
sergeyu@chromium.org
2011-07-26
1
-27
/
+20
*
Purge references to JingleClient.
wez@chromium.org
2011-07-20
1
-1
/
+1
*
Conenct Chromoting plugin debug log to JS UI.
garykac@chromium.org
2011-07-07
1
-3
/
+12
*
Chromoting: Move host input and window mgmt into DesktopEnvironment
garykac@chromium.org
2011-07-07
1
-20
/
+0
*
Shutdown JingleSessionManager and SingalStartegy and send OnSignallingDisconn...
sergeyu@chromium.org
2011-07-07
1
-0
/
+1
*
Make Session and SessionManager not thread-safe and not ref-counted.
sergeyu@chromium.org
2011-07-06
1
-2
/
+1
*
Remove JingleClient.
sergeyu@chromium.org
2011-06-29
1
-11
/
+10
*
Notify calling web-app when Host plugin becomes connected to a client.
wez@chromium.org
2011-06-21
1
-1
/
+1
*
Cleanups in the host shutdown logic and some minor fixes.
sergeyu@chromium.org
2011-06-20
1
-19
/
+25
*
Completed basic implementation.
jamiewalch@google.com
2011-06-20
1
-0
/
+17
*
Revert 89370 - Notify calling web-app when Host plugin becomes connected to a...
creis@chromium.org
2011-06-16
1
-1
/
+2
*
Notify calling web-app when Host plugin becomes connected to a client.
wez@chromium.org
2011-06-16
1
-2
/
+1
*
Block remote mouse inputs for a short time when local input is received.
jamiewalch@google.com
2011-06-13
1
-1
/
+7
[next]