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
/
protocol
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...
peter@chromium.org
2012-09-12
2
-2
/
+5
*
[Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...
alexeypa@chromium.org
2012-09-12
2
-5
/
+2
*
Remove support for Windows-style keycodes.
wez@chromium.org
2012-09-11
6
-78
/
+17
*
Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen...
alexeypa@chromium.org
2012-09-09
2
-2
/
+5
*
[Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...
alexeypa@chromium.org
2012-09-08
2
-5
/
+2
*
Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...
alexeypa@google.com
2012-09-06
2
-2
/
+5
*
[Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...
alexeypa@chromium.org
2012-09-06
2
-5
/
+2
*
Enable channel multiplexing in chromoting.
sergeyu@chromium.org
2012-09-05
1
-21
/
+16
*
Remove CHECK() from MessageReader destructor.
sergeyu@chromium.org
2012-09-01
1
-1
/
+0
*
Cleanup RectangleUpdateDecoder and VideoStub
sergeyu@chromium.org
2012-08-30
4
-15
/
+2
*
Make MessageReader class not ref-counted.
sergeyu@chromium.org
2012-08-23
3
-69
/
+33
*
Fix chromoting client compatibility with M22 builds.
sergeyu@chromium.org
2012-08-23
1
-9
/
+22
*
Removed Vorbis from the audio codecs and replaced it with Opus.
kxing@chromium.org
2012-08-23
2
-3
/
+3
*
Disable chromoting channel multiplexing
sergeyu@chromium.org
2012-08-23
1
-16
/
+21
*
Moved the video encoders/decoders to the codec directory.
kxing@chromium.org
2012-08-23
2
-2
/
+3
*
Enable Audio support on Chromoting client.
sergeyu@chromium.org
2012-08-22
3
-7
/
+24
*
Improve handling of NONE transport in channel configuration.
sergeyu@chromium.org
2012-08-22
4
-29
/
+77
*
Enable channel multiplexing for control, event and audio channels.
sergeyu@chromium.org
2012-08-22
5
-20
/
+71
*
Speex encoding/decoding.
kxing@chromium.org
2012-08-21
3
-0
/
+6
*
Add MouseClampingFilter and update ClientSession to use it.
wez@chromium.org
2012-08-21
1
-2
/
+0
*
Allow input & clipboard filters to be disabled without NULLing target stub.
wez@chromium.org
2012-08-20
7
-13
/
+175
*
Use ClipboardFilter in ClientSession to implement auth & disable-input blocking.
wez@chromium.org
2012-08-19
2
-8
/
+22
*
Add support for multiplexed channels in remoting::protocol::Session interface.
sergeyu@chromium.org
2012-08-18
20
-221
/
+230
*
Tidy up ChromotingInstance members a little.
wez@chromium.org
2012-08-15
2
-0
/
+4
*
Add mux-stream transport support in session description
sergeyu@chromium.org
2012-08-15
4
-111
/
+72
*
Update JingleThreadWrapper to allow it to be created using task runner.
sergeyu@chromium.org
2012-08-14
1
-2
/
+2
*
Remove the HostEventStub aggregate interface.
wez@chromium.org
2012-08-10
3
-47
/
+0
*
Clean-up inline members of nested classes (remoting/)
hans@chromium.org
2012-08-09
2
-0
/
+7
*
Implement ChannelMultiplexer.
sergeyu@chromium.org
2012-08-08
7
-30
/
+967
*
Remove V1 chromoting authenticators
sergeyu@chromium.org
2012-08-07
8
-380
/
+20
*
Add unittests for BufferedSocketWriter and fix some bugs in that code.
sergeyu@chromium.org
2012-08-01
5
-63
/
+325
*
Always use chromium threads for IO in remoting host
sergeyu@chromium.org
2012-07-27
3
-8
/
+8
*
Skip unknown channel configurations when parsing session config.
sergeyu@chromium.org
2012-07-27
4
-35
/
+91
*
Disable TCP ports in the default LibjingleTransportFactory() constructor.
sergeyu@chromium.org
2012-07-26
1
-0
/
+5
*
Revert 148418 - Always use chromium threads for IO in remoting host
sergeyu@chromium.org
2012-07-26
3
-8
/
+8
*
Always use chromium threads for IO in remoting host
sergeyu@chromium.org
2012-07-25
3
-8
/
+8
*
Fix invalid header guards in jingle_session(_manager)?.h
sergeyu@chromium.org
2012-07-25
2
-6
/
+6
*
Created define to switch on/off audio.
kxing@chromium.org
2012-07-24
1
-6
/
+4
*
Fix incorrect ready state events.
sergeyu@chromium.org
2012-07-24
2
-2
/
+2
*
[Chromoting] Fix unit test warnings introduced in r146455.
simonmorris@chromium.org
2012-07-24
1
-0
/
+12
*
Show connection state in the Chromoting client UI.
sergeyu@chromium.org
2012-07-23
7
-0
/
+52
*
Rename ChromotingView to ClientUserInterface. Clean it up.
sergeyu@chromium.org
2012-07-23
2
-1
/
+4
*
Revert 147595 - Rename ChromotingView to ClientUserInterface. Clean it up.
sergeyu@chromium.org
2012-07-20
2
-4
/
+1
*
Rename ChromotingView to ClientUserInterface. Clean it up.
sergeyu@chromium.org
2012-07-20
2
-1
/
+4
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
2
-0
/
+10
*
[Chromoting] Add cross-platform unit tests for the capturers.
simonmorris@chromium.org
2012-07-17
1
-0
/
+12
*
Fix MessageReader to handle errors properly.
sergeyu@chromium.org
2012-07-14
4
-9
/
+34
*
Rolling libjingle to 159.
ronghuawu@chromium.org
2012-07-14
1
-1
/
+1
*
Piping for host-side audio capture
kxing@chromium.org
2012-07-13
1
-1
/
+1
*
Use callback interface for state notifications in Session interface.
sergeyu@chromium.org
2012-07-12
15
-161
/
+109
[next]