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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move session configuration logic to the protocol level
sergeyu
2015-07-27
1
-26
/
+0
*
Remove unnecessary message_loop_proxy.h includes
skyostil
2015-06-17
1
-1
/
+0
*
Use standard ICE in Chromoting.
sergeyu
2015-04-23
1
-3
/
+5
*
Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...
sergeyu
2015-04-23
1
-5
/
+3
*
Use standard ICE in Chromoting.
sergeyu
2015-04-23
1
-3
/
+5
*
Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...
horo
2015-04-23
1
-5
/
+3
*
Use standard ICE in Chromoting.
sergeyu
2015-04-23
1
-3
/
+5
*
Save the client base JID for authentication in case it differs from the email...
rmsousa
2014-09-29
1
-2
/
+3
*
Add video frame recording capability to Chromoting hosts.
wez@chromium.org
2014-08-02
1
-0
/
+1
*
Add HostExtensionSessionManager to help ClientSession handle extensions.
wez@chromium.org
2014-07-31
1
-20
/
+2
*
Remove ClientSession::EventHandler::OnSessionSequenceNumber()
sergeyu@chromium.org
2014-07-12
1
-5
/
+0
*
Add enable_vp9 option to host config.
wez@chromium.org
2014-06-17
1
-7
/
+0
*
Host extensions
dcaiafa@chromium.org
2014-05-30
1
-0
/
+24
*
Revert 273652 "Host extensions"
mattm@chromium.org
2014-05-30
1
-24
/
+0
*
Host extensions
dcaiafa@chromium.org
2014-05-29
1
-0
/
+24
*
Switch CandidateSession to use lists rather than vectors.
wez@chromium.org
2014-05-22
1
-6
/
+4
*
Add a command-line option to enable VP9 encoding.
wez@chromium.org
2014-05-22
1
-3
/
+8
*
Initialize Talk thread pointer during ChromotingHost initialization.
wez@chromium.org
2014-05-22
1
-0
/
+3
*
Cause:
kelvinp@chromium.org
2014-04-07
1
-6
/
+16
*
Replace all usage of LOG(INFO) in Chromoting host with HOST_LOG to bypass the...
weitaosu@chromium.org
2013-11-26
1
-3
/
+3
*
Add VP9 decode support to the remoting client.
wez@chromium.org
2013-10-22
1
-0
/
+4
*
Support service accounts in the chromoting host.
rmsousa@chromium.org
2013-08-16
1
-2
/
+2
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
This CL adds the "request pairing" implementation between the web-app and the...
jamiewalch@chromium.org
2013-06-04
1
-1
/
+2
*
Do not show the in-session UI in a curtained session.
alexeypa@chromium.org
2013-05-08
1
-0
/
+19
*
Create the desktop environment before any of the channel were connected.
alexeypa@chromium.org
2013-05-01
1
-4
/
+2
*
Made the ChromotingHost class not ref-counted.
alexeypa@chromium.org
2013-04-30
1
-106
/
+35
*
remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-27
1
-1
/
+1
*
Revert 196343 "Made the ChromotingHost class not ref-counted."
alexeypa@chromium.org
2013-04-25
1
-31
/
+104
*
Made the ChromotingHost class not ref-counted.
alexeypa@chromium.org
2013-04-25
1
-104
/
+31
*
The continue window is owned by the desktop environment now.
alexeypa@chromium.org
2013-04-24
1
-13
/
+0
*
DesktopEnvironment is now responsible for creation of the local input monitor.
alexeypa@chromium.org
2013-03-25
1
-14
/
+0
*
Removed task runners from the DesktopEnviroment interface and introduced Scre...
alexeypa@chromium.org
2013-03-25
1
-5
/
+5
*
Rename EventExecutor to InputInjector.
wez@chromium.org
2013-03-24
1
-1
/
+1
*
Made ClientSession a non ref-counted class.
alexeypa@chromium.org
2013-03-13
1
-18
/
+14
*
ResizingHostObserver is created by the desktop environment together with othe...
alexeypa@chromium.org
2013-03-09
1
-9
/
+0
*
Moving host status events monitoring to a separate interface (HostStatusMonit...
alexeypa@chromium.org
2013-03-02
1
-1
/
+4
*
Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields.
wez@chromium.org
2013-02-13
1
-3
/
+5
*
Moved the localized strings from ChromotinHost to HostUserInterface, closer t...
alexeypa@chromium.org
2013-01-16
1
-7
/
+0
*
Making DesktopEnvironment a factory class used by ClientSession to create aud...
alexeypa@chromium.org
2013-01-16
1
-14
/
+13
*
Show the disconnect window and monitor the local mouse input when running the...
alexeypa@chromium.org
2012-12-27
1
-11
/
+0
*
Rename capture and encode threads to make it clear that they are for video.
sergeyu@chromium.org
2012-11-14
1
-6
/
+6
*
Use correct thread for audio capturing and encoding.
sergeyu@chromium.org
2012-11-01
1
-0
/
+3
*
[Chromoting] Request the daemon to open a terminal once a connection has been...
alexeypa@chromium.org
2012-10-18
1
-6
/
+12
*
Fix ChromotingHost and DesktopEnvironmentFactory references to TaskRunners.
wez@chromium.org
2012-10-02
1
-37
/
+45
*
Cross-platform plumbing for resize-to-client and Linux implementation.
jamiewalch@chromium.org
2012-09-26
1
-0
/
+7
*
Always enabled audio in remoting host, disable it for It2Me, minor cleanups.
sergeyu@chromium.org
2012-09-13
1
-8
/
+5
*
[Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...
alexeypa@chromium.org
2012-09-12
1
-141
/
+37
*
Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...
peter@chromium.org
2012-09-12
1
-37
/
+141
*
[Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...
alexeypa@chromium.org
2012-09-12
1
-141
/
+37
[next]