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
/
client_session.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Host extensions
dcaiafa@chromium.org
2014-05-30
1
-1
/
+31
*
Extend VideoControl to allow clients to request lossless modes.
wez@chromium.org
2014-05-30
1
-1
/
+11
*
Revert 273652 "Host extensions"
mattm@chromium.org
2014-05-30
1
-31
/
+1
*
Host extensions
dcaiafa@chromium.org
2014-05-29
1
-1
/
+31
*
Implement VP9/I444 encode support in the Chromoting host.
wez@chromium.org
2014-05-12
1
-1
/
+1
*
Cause:
kelvinp@chromium.org
2014-04-07
1
-0
/
+5
*
Add VP9 encode support to the remoting host.
wez@chromium.org
2014-03-31
1
-0
/
+2
*
Revert 255208 "Add VP9 encode support to the remoting host."
oshima@chromium.org
2014-03-06
1
-2
/
+0
*
Add VP9 encode support to the remoting host.
wez@chromium.org
2014-03-06
1
-0
/
+2
*
Add gnubby authentication to remoting host
psj@chromium.org
2014-02-20
1
-1
/
+16
*
Revert 248045 "Use webrtc::MouseCursorMonitor for cursor shapes"
benwells@chromium.org
2014-01-31
1
-1
/
+0
*
Use webrtc::MouseCursorMonitor for cursor shapes
dcaiafa@chromium.org
2014-01-30
1
-0
/
+1
*
Revert 247689 "Use webrtc::MouseCursorMonitor for cursor shapes"
gavinp@chromium.org
2014-01-29
1
-1
/
+0
*
Use webrtc::MouseCursorMonitor for cursor shapes
dcaiafa@chromium.org
2014-01-29
1
-0
/
+1
*
Remove dependency on skia from remoting
sergeyu@chromium.org
2013-12-16
1
-1
/
+1
*
Replace all usage of LOG(INFO) in Chromoting host with HOST_LOG to bypass the...
weitaosu@chromium.org
2013-11-26
1
-1
/
+2
*
Move VideoDecoderVp8 to VideoDecoderVpx base that will support VP8/9.
wez@chromium.org
2013-10-19
1
-2
/
+2
*
Simplify VideoEncoder interface.
sergeyu@chromium.org
2013-09-13
1
-3
/
+1
*
Remove obsolete audio codecs and channel configurations.
sergeyu@chromium.org
2013-09-12
1
-5
/
+2
*
Implement test-echo extension message and reply.
jamiewalch@chromium.org
2013-09-02
1
-0
/
+10
*
Add missing NULL pointer check for pairing_registry_
lambroslambrou@chromium.org
2013-08-13
1
-1
/
+1
*
Added JsonMessage to the control channel.
jamiewalch@chromium.org
2013-08-13
1
-0
/
+7
*
Changes to PairingRegistry to facilitate per-platform implementions.
jamiewalch@chromium.org
2013-06-18
1
-2
/
+2
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in remoting/.
dcheng@chromium.org
2013-06-14
1
-2
/
+2
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
Remove screen capturers from media/video/capture/screen.
sergeyu@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
-2
/
+17
*
Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...
rsleevi@chromium.org
2013-06-01
1
-8
/
+8
*
Use webrtc::DesktopCapturer for screen capturer implementation.
sergeyu@chromium.org
2013-05-16
1
-5
/
+9
*
Do not show the in-session UI in a curtained session.
alexeypa@chromium.org
2013-05-08
1
-1
/
+7
*
Create the desktop environment before any of the channel were connected.
alexeypa@chromium.org
2013-05-01
1
-40
/
+44
*
remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-27
1
-1
/
+1
*
Set the initial resolution of an RDP session to the client screen resolution ...
alexeypa@chromium.org
2013-04-19
1
-1
/
+64
*
Removed task runners from the DesktopEnviroment interface and introduced Scre...
alexeypa@chromium.org
2013-03-25
1
-25
/
+27
*
Rename EventExecutor to InputInjector.
wez@chromium.org
2013-03-24
1
-8
/
+8
*
Reworked the plumbing required to pass the client resolution to the desktop r...
alexeypa@chromium.org
2013-03-18
1
-14
/
+20
*
Create a desktop environment instance late so that it will see the curtain_re...
alexeypa@chromium.org
2013-03-15
1
-11
/
+12
*
Use separate implementations of DesktopEnvironmentFactory for It2Me and Me2Me.
alexeypa@chromium.org
2013-03-14
1
-3
/
+5
*
Made ClientSession a non ref-counted class.
alexeypa@chromium.org
2013-03-13
1
-23
/
+10
*
ResizingHostObserver is created by the desktop environment together with othe...
alexeypa@chromium.org
2013-03-09
1
-4
/
+11
*
Pass the |curtain_activated| flag to IpcDesktopEnvironmentFactory.
alexeypa@chromium.org
2013-03-05
1
-0
/
+2
*
Do not suppress local echo in RemoteInputFilter on Windows.
alexeypa@chromium.org
2013-02-25
1
-0
/
+6
*
Fix logging of DIPs width & height in host.
wez@chromium.org
2013-02-19
1
-2
/
+2
*
Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields.
wez@chromium.org
2013-02-13
1
-7
/
+15
*
Move screen capturers from remoting/capturer to media/video/capturer/screen
sergeyu@chromium.org
2013-01-28
1
-1
/
+1
*
Making DesktopEnvironment a factory class used by ClientSession to create aud...
alexeypa@chromium.org
2013-01-16
1
-62
/
+42
*
The client's connection video stub is created only after the connection has b...
alexeypa@chromium.org
2013-01-10
1
-1
/
+2
*
Revert 176126 - the reverted change depends on another CL, so reverting it br...
alexeypa@google.com
2013-01-10
1
-8
/
+9
*
Revert 175648 because it causes http://crbug.com/169126.
alexeypa@google.com
2013-01-10
1
-9
/
+8
*
Connect to DesktopEnvironment's stubs only when audio/video schedulers are ab...
alexeypa@chromium.org
2013-01-09
1
-8
/
+9
[next]