| Commit message (Expand) | Author | Age | Files | Lines |
* | Chromoting: fixing caps lock issue with mac host. | weitaosu@chromium.org | 2013-06-26 | 1 | -0/+10 |
* | Added the desktop shape fields to VideoPacket. | alexeypa@chromium.org | 2013-06-21 | 1 | -0/+5 |
* | Protocol-level changes required to support PIN-less authentication. | jamiewalch@chromium.org | 2013-05-10 | 2 | -0/+15 |
* | Set the initial resolution of an RDP session to the client screen resolution ... | alexeypa@chromium.org | 2013-04-19 | 2 | -0/+7 |
* | Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields. | wez@chromium.org | 2013-02-13 | 2 | -5/+14 |
* | Remove mousewheel tick handling from client, protocol and host. | wez@chromium.org | 2013-01-03 | 2 | -8/+0 |
* | Revert "Linux: change protobuf default option to allow building" | nyquist@chromium.org | 2012-11-12 | 6 | -0/+12 |
* | Linux: change protobuf default option to allow building | phajdan.jr@chromium.org | 2012-11-07 | 6 | -12/+0 |
* | Protocol plumbing for audio toggle. | rmsousa@chromium.org | 2012-10-18 | 2 | -0/+6 |
* | Add sub-pixel accuracy deltas in mouse wheel events. | wez@chromium.org | 2012-10-13 | 1 | -2/+8 |
* | Remove support for Windows-style keycodes. | wez@chromium.org | 2012-09-11 | 1 | -1/+1 |
* | Removed Vorbis from the audio codecs and replaced it with Opus. | kxing@chromium.org | 2012-08-23 | 1 | -1/+1 |
* | Speex encoding/decoding. | kxing@chromium.org | 2012-08-21 | 1 | -1/+2 |
* | Changed AudioPacket data to a repeated field. | kxing@chromium.org | 2012-08-16 | 1 | -2/+5 |
* | Implement ChannelMultiplexer. | sergeyu@chromium.org | 2012-08-08 | 2 | -0/+28 |
* | Add DPI information to video packets. | jamiewalch@chromium.org | 2012-07-14 | 1 | -0/+5 |
* | Created a protocol buffer for AudioPacket. | kxing@chromium.org | 2012-06-05 | 2 | -1/+53 |
* | [Chromoting] Initial plumbing for cursor shape. | garykac@chromium.org | 2012-06-02 | 2 | -0/+14 |
* | Add a message to allow clients to control the video channel. | wez@chromium.org | 2012-05-03 | 2 | -0/+6 |
* | Add ClientDimensions message to control channel. | wez@chromium.org | 2012-04-27 | 2 | -1/+7 |
* | This CL removes the unused trace.proto definition and build target, and makes... | wez@chromium.org | 2012-04-11 | 5 | -64/+4 |
* | Add the plumbing that will carry a clipboard item from a chromoting client to... | simonmorris@chromium.org | 2012-03-16 | 2 | -3/+14 |
* | [Chromoting] Rename usb_keycode proto field to be consistent with keycode field. | garykac@chromium.org | 2012-03-08 | 1 | -1/+1 |
* | Add usb_key_code to Chromotocol key events. | garykac@chromium.org | 2012-02-28 | 1 | -2/+7 |
* | Remove BeginSessionDeprecated. | sergeyu@chromium.org | 2012-02-21 | 2 | -12/+0 |
* | Revert 121055 - Remove BeginSessionDeprecated. | sergeyu@chromium.org | 2012-02-09 | 2 | -2/+14 |
* | Remove BeginSessionDeprecated. | sergeyu@chromium.org | 2012-02-08 | 2 | -14/+2 |
* | Refactor channel dispatchers on the host side. | sergeyu@chromium.org | 2011-11-18 | 1 | -2/+1 |
* | Remove old Authentication code that we don't use or need. | sergeyu@chromium.org | 2011-11-05 | 4 | -69/+14 |
* | client-side wheel mouse support | garykac@chromium.org | 2011-10-17 | 1 | -1/+3 |
* | Chromoting: Undo any mouse-downs that haven't been mouse-upped. | garykac@chromium.org | 2011-09-26 | 1 | -1/+2 |
* | Unify gyp rules for running protoc. | evan@chromium.org | 2011-08-18 | 2 | -119/+10 |
* | Message validation in message dispatchers. | sergeyu@chromium.org | 2011-07-21 | 2 | -13/+2 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 2 | -12/+0 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 2 | -2/+2 |
* | Chromoting to report roundtrip latency | hclam@chromium.org | 2011-05-06 | 2 | -3/+7 |
* | Report capture and encode time for chromoting | hclam@google.com | 2011-04-05 | 1 | -0/+6 |
* | Let the host change resolution. | simonmorris@chromium.org | 2011-03-04 | 1 | -0/+4 |
* | Revert 76747 - Let the host change resolution. | simonmorris@chromium.org | 2011-03-03 | 1 | -4/+0 |
* | Let the host change resolution. | simonmorris@chromium.org | 2011-03-03 | 1 | -0/+4 |
* | Speed up chromoting encoding and decoding path for VP8 | hclam@chromium.org | 2011-02-04 | 1 | -0/+14 |
* | Changed MessageReader so that it doesn't read from the socket if there are | sergeyu@chromium.org | 2011-01-22 | 2 | -14/+9 |
* | Protocol buffer definition for local login | hclam@chromium.org | 2010-12-23 | 3 | -2/+47 |
* | Simplified frame rate control in the chromoting host. | sergeyu@chromium.org | 2010-12-09 | 1 | -5/+9 |
* | Remove ChromotingClientMessage | garykac@chromium.org | 2010-12-08 | 2 | -7/+1 |
* | Move move classes to the remoting::protocol namespace. Minor cleanups. | sergeyu@chromium.org | 2010-12-02 | 4 | -25/+16 |
* | Hook up client events to new protocol stubs. | sergeyu@chromium.org | 2010-11-29 | 2 | -55/+9 |
* | Begin adding mutual authentication into the SessionManager::connect() call. | ajwong@chromium.org | 2010-11-24 | 3 | -2/+26 |
* | Implement input stub in the host side for chromoting | hclam@chromium.org | 2010-11-16 | 1 | -7/+7 |
* | Add VideoPacket struct for video packets. Refactor Decode interface to use it. | sergeyu@chromium.org | 2010-11-09 | 2 | -28/+1 |