summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Move the core state machine of SSLClientSocketNSS into a thread-safe Corersleevi@chromium.org2012-06-063-26/+72
* Removed the dead function OnVideoPacket().kxing@chromium.org2012-06-051-3/+0
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-029-8/+62
* [Chromoting] Let the Windows IT2Me host send clipboard events to the client.simonmorris@chromium.org2012-05-313-2/+94
* Disable V1 auth support in remoting client and Me2Me host.sergeyu@chromium.org2012-05-311-10/+0
* Revert 139424 - Remove V1 authenticators.sergeyu@chromium.org2012-05-305-3/+354
* Remove V1 authenticators.sergeyu@chromium.org2012-05-295-354/+3
* Remove Pepper Transport API transport.sergeyu@chromium.org2012-05-265-743/+1
* Don't depend on MessageLoopProxy in remoting protocol code.sergeyu@chromium.org2012-05-2412-74/+42
* Simplify BufferedSocketWriter by making it non-thread-safe.sergeyu@chromium.org2012-05-2410-113/+75
* [Chromoting] Tighten up unit tests.simonmorris@chromium.org2012-05-242-4/+7
* Remove RTP support from chromoting.sergeyu@chromium.org2012-05-2321-2051/+10
* [Chromoting] Add a filter that will stop the host sending unnecessary clipboa...simonmorris@chromium.org2012-05-226-6/+272
* Changes needed to roll libjingle r141 to chrome.sergeyu@chromium.org2012-05-222-3/+11
* Reland 137824 - was reverted by mistakesergeyu@chromium.org2012-05-228-7/+17
* This broke M20 build.dharani@chromium.org2012-05-228-17/+7
* Properly handle accounts that don't have GMail account.sergeyu@chromium.org2012-05-188-7/+17
* Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-162-7/+4
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-163-10/+6
* Revert 136692 - Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-142-4/+7
* Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-112-7/+4
* [Chromoting] Move SharedSecretHash from Me2MeHostAuthenticatorFactory to Auth...simonmorris@chromium.org2012-05-054-32/+33
* Remove some unused includes.wez@chromium.org2012-05-051-2/+0
* Add a message to allow clients to control the video channel.wez@chromium.org2012-05-035-0/+16
* Add notifyClientDimensions API to the Chromoting Client plugin.wez@chromium.org2012-05-012-0/+6
* Implement HostPortAllocator.sergeyu@chromium.org2012-05-012-7/+5
* Pass TransportConfig to TransportFactory instead of Transport.sergeyu@chromium.org2012-04-308-28/+65
* Move PortAllocator creation out of LibjingleTransportFactory.sergeyu@chromium.org2012-04-3010-156/+99
* Clamp events before they are sent to EventExecutors.wez@chromium.org2012-04-303-0/+263
* Add ClientDimensions message to control channel.wez@chromium.org2012-04-275-3/+22
* Roll libjingle 132:135sergeyu@chromium.org2012-04-265-37/+59
* Refcounted types should not have public destructors, remoting/ editionrsleevi@chromium.org2012-04-244-17/+26
* Move PepperNetworkManager to client/pluginsergeyu@chromium.org2012-04-172-165/+0
* This CL removes the unused trace.proto definition and build target, and makes...wez@chromium.org2012-04-112-3/+7
* Add IsKeyPressed() and PressedKeyCount() methods to InputEventTracker.wez@chromium.org2012-04-093-62/+89
* Add APIs to the client plugin to re-map and trap key events.wez@chromium.org2012-04-092-0/+4
* Implement write-waits-for-send mode for PseudoTCP and enable it on the host s...sergeyu@chromium.org2012-04-061-1/+7
* Specify session type when creating relay sessions for chromoting.sergeyu@chromium.org2012-04-061-0/+6
* [Chromoting] Let the client plugin pass clipboard items to the host.simonmorris@chromium.org2012-04-044-1/+74
* Fix InputEventTracker to track key events based on both VK- and USB-keycodes.wez@chromium.org2012-04-043-49/+182
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-034-1/+13
* Implement PepperNetworkManager.sergeyu@chromium.org2012-04-032-0/+165
* This CL moves much of the input tracking logic out of ClientSession, which me...wez@chromium.org2012-04-036-174/+259
* [Chromoting] Add plumbing to carry clipboard events from the host to the client.simonmorris@chromium.org2012-03-316-15/+44
* Make all the things use cert_test_util.h.mattm@chromium.org2012-03-312-12/+4
* [Coverity] fixed uninit ctorgroby@chromium.org2012-03-291-1/+1
* Address remaining nits for r129104.sergeyu@chromium.org2012-03-284-6/+6
* Refactor VideoStub interface to accept ownership of video packets.sergeyu@chromium.org2012-03-2821-128/+114
* Implement exponential backoff for failed Me2Me authentication attemptssergeyu@chromium.org2012-03-276-2/+23
* Cleanups in the host authentication state handling.sergeyu@chromium.org2012-03-275-21/+41