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
/
client
/
chromoting_client.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding the base ChromotingInstance implementation and unittests. This class ...
joedow
2015-03-11
1
-19
/
+23
*
Decompose VideoRenderer from VideoStub.
wez
2015-02-14
1
-1
/
+1
*
Move existing renderer from PepperView to PepperVideoRenderer2D.
sergeyu
2014-12-19
1
-1
/
+1
*
Remove legacy version of the control channel protocol.
sergeyu
2014-09-13
1
-14
/
+4
*
Add basic perf tests for chromoting protocol.
sergeyu@chromium.org
2014-07-25
1
-1
/
+5
*
Cleanups in ChromotingClient
sergeyu@chromium.org
2014-07-12
1
-40
/
+24
*
Move ConnectionToHost parameters out from Connect() call.
wez@chromium.org
2014-05-22
1
-7
/
+8
*
Add VideoProcessor interface.
sergeyu@chromium.org
2014-01-23
1
-17
/
+5
*
Show connection type in web-app.
jamiewalch@chromium.org
2014-01-09
1
-0
/
+7
*
Added JsonMessage to the control channel.
jamiewalch@chromium.org
2013-08-13
1
-0
/
+7
*
Make AudioPlayer optional in ChromotingClient
solb@chromium.org
2013-07-10
1
-4
/
+6
*
Remove XmppProxy and JavascriptSignalStrategy.
sergeyu@chromium.org
2013-06-13
1
-14
/
+2
*
This CL adds the "request pairing" implementation between the web-app and the...
jamiewalch@chromium.org
2013-06-04
1
-5
/
+11
*
Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...
rsleevi@chromium.org
2013-06-01
1
-5
/
+11
*
PairingAuthenticator implementation and plumbing.
jamiewalch@chromium.org
2013-05-22
1
-0
/
+4
*
remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-27
1
-1
/
+1
*
Do not use host_stub() before it was created.
alexeypa@chromium.org
2013-04-26
1
-8
/
+20
*
Set the initial resolution of an RDP session to the client screen resolution ...
alexeypa@chromium.org
2013-04-19
1
-0
/
+42
*
Call ChromotingClient::Initialize() before any packets can arrive.
alexeypa@chromium.org
2013-04-13
1
-1
/
+1
*
Client plugin changes to support third party authentication.
rmsousa@chromium.org
2013-04-06
1
-0
/
+1
*
Separate Client and Host side of NegotiatingAuthenticator, and make the proto...
rmsousa@chromium.org
2013-04-03
1
-2
/
+2
*
Protocol / client plugin changes to support interactively asking for a PIN.
rmsousa@chromium.org
2013-03-23
1
-2
/
+2
*
Stop reusing RectangleUpdateDecoder for multiple sessions.
sergeyu@chromium.org
2013-02-05
1
-2
/
+9
*
Cleanup RectangleUpdateDecoder and VideoStub
sergeyu@chromium.org
2012-08-30
1
-3
/
+0
*
Moved video stub implementation to RectangleUpdateDecoder.
kxing@chromium.org
2012-08-24
1
-106
/
+4
*
Piping for audio decoding.
kxing@chromium.org
2012-08-04
1
-11
/
+12
*
Support for both 44.1 kHz and 48 kHz on the client.
kxing@chromium.org
2012-07-24
1
-2
/
+0
*
Show connection state in the Chromoting client UI.
sergeyu@chromium.org
2012-07-23
1
-0
/
+5
*
Rename ChromotingView to ClientUserInterface. Clean it up.
sergeyu@chromium.org
2012-07-23
1
-10
/
+6
*
Revert 147595 - Rename ChromotingView to ClientUserInterface. Clean it up.
sergeyu@chromium.org
2012-07-20
1
-6
/
+10
*
Rename ChromotingView to ClientUserInterface. Clean it up.
sergeyu@chromium.org
2012-07-20
1
-10
/
+6
*
Client code for playing back audio
kxing@chromium.org
2012-07-02
1
-2
/
+8
*
Renamed VideoStub::GetPendingPackets() to VideoStub::GetPendingVideoPackets()
kxing@chromium.org
2012-06-26
1
-1
/
+1
*
Added piping for sending audio packets from host to client.
kxing@chromium.org
2012-06-25
1
-1
/
+8
*
MessageLoopProxy cleanups in remoting client.
sergeyu@chromium.org
2012-06-12
1
-39
/
+19
*
Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.
wez@chromium.org
2012-06-07
1
-6
/
+9
*
[Chromoting] Initial plumbing for cursor shape.
garykac@chromium.org
2012-06-02
1
-0
/
+5
*
Disable V1 auth support in remoting client and Me2Me host.
sergeyu@chromium.org
2012-05-31
1
-10
/
+4
*
Revert 139623 - Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.
wez@chromium.org
2012-05-30
1
-9
/
+6
*
Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.
wez@chromium.org
2012-05-30
1
-6
/
+9
*
Revert 139424 - Remove V1 authenticators.
sergeyu@chromium.org
2012-05-30
1
-3
/
+9
*
Remove V1 authenticators.
sergeyu@chromium.org
2012-05-29
1
-9
/
+3
*
Switch client to Pepper UDP API instead of Transport API.
sergeyu@chromium.org
2012-05-16
1
-3
/
+6
*
Revert 136692 - Switch client to Pepper UDP API instead of Transport API.
sergeyu@chromium.org
2012-05-14
1
-6
/
+3
*
Switch client to Pepper UDP API instead of Transport API.
sergeyu@chromium.org
2012-05-11
1
-3
/
+6
*
[Chromoting] The client plugin can pass clipboard items to the webapp.
simonmorris@chromium.org
2012-04-03
1
-2
/
+1
*
[Chromoting] Add plumbing to carry clipboard events from the host to the client.
simonmorris@chromium.org
2012-03-31
1
-1
/
+7
*
Refactor VideoStub interface to accept ownership of video packets.
sergeyu@chromium.org
2012-03-28
1
-7
/
+10
*
Cleanup error handling in the client plugin.
sergeyu@chromium.org
2012-03-02
1
-1
/
+1
*
This CL makes several the following improvements to the Chromoting decoder pi...
alexeypa@chromium.org
2012-02-24
1
-5
/
+0
[next]