Sign in
chromium
/
chromium
/
src
/
d28506ba1497a3f5fa5b9f6702892cb1cb58ea15
/
remoting
/
proto
acec86f
Use int64 more pervasively in storing time s/ms/us values.
by pkasting
· 11 years ago
1c69399
Add some remoting targets to GN build.
by Brett Wilson
· 11 years ago
3fdfd76
Add basic perf tests for chromoting protocol.
by
[email protected]
· 11 years ago
a516f1e
Extend VideoControl to allow clients to request lossless modes.
by
[email protected]
· 11 years ago
529bbd1
Add TextEvent message in the protocol
by
[email protected]
· 11 years ago
b18c47fc
Remove deprecated_flags field from VideoPacket
by
[email protected]
· 11 years ago
87196ce
Add VP9 decode support to the remoting client.
by
[email protected]
· 12 years ago
8b6d3d0
Simplify VideoEncoder interface.
by
[email protected]
· 12 years ago
f5a807ce
Added support of relative mouse motion in Chromoting.
by
[email protected]
· 12 years ago
09eabd65c
Added JsonMessage to the control channel.
by
[email protected]
· 12 years ago
edd04ee
Accumulate wheel ticks client-side and prefer ticks to pixels when scrolling on Linux.
by
[email protected]
· 12 years ago
5e3afcc
Chromoting: fixing caps lock issue with mac host.
by
[email protected]
· 12 years ago
da4daa7f
Added the desktop shape fields to VideoPacket.
by
[email protected]
· 12 years ago
9ffa78a2
Protocol-level changes required to support PIN-less authentication.
by
[email protected]
· 12 years ago
a5d181f
Set the initial resolution of an RDP session to the client screen resolution if it is available.
by
[email protected]
· 12 years ago
48a8ca3
Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields.
by
[email protected]
· 13 years ago
4ef07a0
Remove mousewheel tick handling from client, protocol and host.
by
[email protected]
· 13 years ago
93115b5
Revert "Linux: change protobuf default option to allow building"
by
[email protected]
· 13 years ago
baefae9
Linux: change protobuf default option to allow building
by
[email protected]
· 13 years ago
f458bed
Protocol plumbing for audio toggle.
by
[email protected]
· 13 years ago
4825b4e
Add sub-pixel accuracy deltas in mouse wheel events.
by
[email protected]
· 13 years ago
f5e7c88
Remove support for Windows-style keycodes.
by
[email protected]
· 13 years ago
6459021
Removed Vorbis from the audio codecs and replaced it with Opus.
by
[email protected]
· 13 years ago
77d4fd8
Speex encoding/decoding.
by
[email protected]
· 13 years ago
a88e2db
Changed AudioPacket data to a repeated field.
by
[email protected]
· 13 years ago
dfcc892
Implement ChannelMultiplexer.
by
[email protected]
· 13 years ago
611c315
Add DPI information to video packets.
by
[email protected]
· 13 years ago
10daa7cf
Created a protocol buffer for AudioPacket.
by
[email protected]
· 13 years ago
d65e15bd
[Chromoting] Initial plumbing for cursor shape.
by
[email protected]
· 13 years ago
50d71c7
Add a message to allow clients to control the video channel.
by
[email protected]
· 13 years ago
f2b9cf3
Add ClientDimensions message to control channel.
by
[email protected]
· 13 years ago
6387b4d
This CL removes the unused trace.proto definition and build target, and makes all protobuf fields "optional".
by
[email protected]
· 13 years ago
e265ad7
Add the plumbing that will carry a clipboard item from a chromoting client to a host.
by
[email protected]
· 13 years ago
271a33d
[Chromoting] Rename usb_keycode proto field to be consistent with keycode field.
by
[email protected]
· 13 years ago
f6232dd
Add usb_key_code to Chromotocol key events.
by
[email protected]
· 14 years ago
f24a1ff
Remove BeginSessionDeprecated.
by
[email protected]
· 14 years ago
a0754d6
Revert 121055 - Remove BeginSessionDeprecated.
by
[email protected]
· 14 years ago
ad7efa1
Remove BeginSessionDeprecated.
by
[email protected]
· 14 years ago
a07ef3d
Refactor channel dispatchers on the host side.
by
[email protected]
· 14 years ago
5a5fdc08
Remove old Authentication code that we don't use or need.
by
[email protected]
· 14 years ago
cd009921
client-side wheel mouse support
by
[email protected]
· 14 years ago
b67fb930
Chromoting: Undo any mouse-downs that haven't been mouse-upped.
by
[email protected]
· 14 years ago
6fa9e6f
Unify gyp rules for running protoc.
by
[email protected]
· 14 years ago
8e0373f
Message validation in message dispatchers.
by
[email protected]
· 14 years ago
e79be09
Remove the comments setting emands and vim tab width and expansion variables.
by
[email protected]
· 14 years ago
5a54733
Globally replace <(library) with static_library
by
[email protected]
· 14 years ago
c0f7082
Chromoting to report roundtrip latency
by
[email protected]
· 14 years ago
7f65131b
Report capture and encode time for chromoting
by
[email protected]
· 14 years ago
e1a6c46
Let the host change resolution.
by
[email protected]
· 14 years ago
d8a6ca9
Revert 76747 - Let the host change resolution.
by
[email protected]
· 14 years ago
804443a
Let the host change resolution.
by
[email protected]
· 14 years ago
5068614
Speed up chromoting encoding and decoding path for VP8
by
[email protected]
· 15 years ago
6852d7d
Changed MessageReader so that it doesn't read from the socket if there are
by
[email protected]
· 15 years ago
1f58afe
Protocol buffer definition for local login
by
[email protected]
· 15 years ago
5bc7183
Simplified frame rate control in the chromoting host.
by
[email protected]
· 15 years ago
61e12a2c
Remove ChromotingClientMessage
by
[email protected]
· 15 years ago
2c22968
Move move classes to the remoting::protocol namespace. Minor cleanups.
by
[email protected]
· 15 years ago
65f8687
Hook up client events to new protocol stubs.
by
[email protected]
· 15 years ago
603e52d
Begin adding mutual authentication into the SessionManager::connect() call.
by
[email protected]
· 15 years ago
6fd3d6a1
Implement input stub in the host side for chromoting
by
[email protected]
· 15 years ago
3adf1b2
Add VideoPacket struct for video packets. Refactor Decode interface to use it.
by
[email protected]
· 15 years ago
14fd1a60
Add VideoReader and VideoWriter interfaces.
by
[email protected]
· 15 years ago
5e24067
Stub classes for Chromoting and use them in HostMessageDispatcher.
by
[email protected]
· 15 years ago
04b3614
Cleanups in the video encoding decoding code. Reenable VP8.
by
[email protected]
· 15 years ago
f2333df0
Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.
by
[email protected]
· 15 years ago
4e758b64
Cleanups in the video encoding decoding code. Reenable VP8.
by
[email protected]
· 15 years ago
4d10ede
HostMessageDispatcher to parse control messages
by
[email protected]
· 15 years ago
94b2c17
HostMessageDispatcher to dispatch messages received on a chromoting connection
by
[email protected]
· 15 years ago
e976a171
Move chromotocol.proto to remoting/protocol
by
[email protected]
· 15 years ago