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
*
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
*
Use NegotiatingAuthenticator instead of V2Authenticator.
sergeyu@chromium.org
2012-01-31
1
-5
/
+11
*
Implement V2 authentication support in the client plugin.
sergeyu@chromium.org
2012-01-24
1
-1
/
+10
*
Revert 118805 - Implement V2 authentication support in the client plugin.
sergeyu@chromium.org
2012-01-24
1
-10
/
+1
*
Implement V2 authentication support in the client plugin.
sergeyu@chromium.org
2012-01-24
1
-1
/
+10
*
Ask for PIN when connecting to Me2Me hosts and pass it to the plugin.
sergeyu@chromium.org
2012-01-06
1
-2
/
+2
*
Refactoring of the client-side input pipeline and scaling dimension management.
wez@chromium.org
2011-12-22
1
-6
/
+0
*
Add AUTHENTICATED session state.
sergeyu@chromium.org
2011-12-06
1
-2
/
+1
*
Move code in src/remoting to the new callbacks.
sergeyu@chromium.org
2011-11-10
1
-4
/
+5
*
Fix intermittent CHECK in remoting client when shutting down.
sergeyu@chromium.org
2011-11-10
1
-0
/
+6
*
Remove old Authentication code that we don't use or need.
sergeyu@chromium.org
2011-11-05
1
-24
/
+2
*
Show framerate in chromoting debug log
hclam@chromium.org
2011-10-25
1
-3
/
+4
*
Switch remoting/protocol to new callbacks
sergeyu@chromium.org
2011-10-07
1
-8
/
+13
*
Expose connection error code to the web app.
sergeyu@chromium.org
2011-10-01
1
-64
/
+21
*
Replace LOG(INFO) with VLOG(1) to avoid excessive logging.
sergeyu@chromium.org
2011-09-29
1
-1
/
+1
*
Remove all the experimental Traced Task code from remoting.
ajwong@chromium.org
2011-09-12
1
-11
/
+4
*
Pass SessionConfig by reference instead of pointer.
sergeyu@chromium.org
2011-09-10
1
-3
/
+1
*
Use plugin message loop for main loop in the client plugin.
sergeyu@chromium.org
2011-08-21
1
-2
/
+0
*
Use MessageLoopProxy for network message loop.
sergeyu@chromium.org
2011-08-12
1
-11
/
+10
*
Don't use JingleThread in the client plugin.
sergeyu@chromium.org
2011-08-04
1
-1
/
+4
*
Modify Chromoting logging to hook into base logging.
garykac@chromium.org
2011-08-04
1
-7
/
+4
*
Call Pepper's Flush command properly
hclam@chromium.org
2011-08-03
1
-0
/
+8
*
2. Implement scale-to-fit and clipping in DecoderVp8
hclam@chromium.org
2011-07-26
1
-22
/
+0
*
Message validation in message dispatchers.
sergeyu@chromium.org
2011-07-21
1
-8
/
+0
[next]