summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Dump Xmpp connection error code to the log to facilitate debugging.alexeypa@chromium.org2012-02-181-0/+6
* Remove erroneous DCHECK from KeyEventTrackerdcaiafa@chromium.org2012-02-181-2/+1
* Revert 119390 - Log out input event modifiers and pressed keys every time ESC...wez@chromium.org2012-02-174-38/+1
* Fix PepperSession to send message replies in correct order.sergeyu@chromium.org2012-02-175-43/+54
* Ensure that the ClientSession and plugin element are torn down before retrying.wez@chromium.org2012-02-171-0/+4
* Implement support for messaging interface in the client plugin.sergeyu@chromium.org2012-02-177-236/+447
* Copy $LANG to virtual Me2Me sessionlambroslambrou@chromium.org2012-02-171-0/+1
* Fix VK -> XK mapping for VK_LSHIFT -> XK_Shift_L (and _R versions).garykac@chromium.org2012-02-171-5/+5
* Fix PepperSessionManager to reply to session-accept.sergeyu@chromium.org2012-02-161-0/+2
* Renamed choice.{css,html} to main.{css,html}jamiewalch@google.com2012-02-169-422/+417
* Respect NAT traversal policy in the Me2Me host.sergeyu@chromium.org2012-02-168-31/+98
* Remove old client dependencies that we don't need anymore.sergeyu@chromium.org2012-02-151-7/+1
* Messaging-based interface support in the webapp.sergeyu@chromium.org2012-02-155-2/+290
* Make remoting.ClientPlugin an abstract interface.sergeyu@chromium.org2012-02-1510-236/+376
* Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfacesakalin@chromium.org2012-02-152-21/+2
* Don't build remoting host on ChromeOS.jamiewalch@google.com2012-02-141-17/+23
* Revert 121840 - Make scoped dc objects smartercpu@chromium.org2012-02-141-2/+2
* Make scoped dc objects smartercpu@chromium.org2012-02-141-2/+2
* Added support for stop/start and set PIN.jamiewalch@google.com2012-02-1312-23/+354
* Don't re-prompt for PIN on reconnect.jamiewalch@chromium.org2012-02-131-2/+14
* Chromoting: Remove old client test server and test files that we no longergarykac@chromium.org2012-02-133-194/+0
* Fix Windows debug trybots / shared builds when building remoting_service.rsleevi@chromium.org2012-02-111-0/+1
* Add an environment variable to Virtual Me2Me session.lambroslambrou@google.com2012-02-111-1/+3
* Add remoting.ClientPlugin class that wraps the client plugin.sergeyu@chromium.org2012-02-116-136/+317
* The Chromoting service can now be started and stopped, running an empty messa...alexeypa@chromium.org2012-02-102-17/+197
* 1. Implemented installation and uninstallation code for the Chromoting service.alexeypa@chromium.org2012-02-107-50/+457
* Fix dependencies for remoting_service so that it doesn't break shared builds.grt@chromium.org2012-02-091-1/+1
* Revert 121055 - Remove BeginSessionDeprecated.sergeyu@chromium.org2012-02-094-5/+31
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-096-125/+396
* Implement support for incoming sessions in PepperSessionManager.sergeyu@chromium.org2012-02-094-84/+195
* Don't display the PID of a currently-running Virtual Me2Me daemon.lambroslambrou@chromium.org2012-02-091-9/+4
* Add abstract interfaces for the transport layer.sergeyu@chromium.org2012-02-0910-80/+347
* Revert 121094 - Add abstract interfaces for the transport layer.sergeyu@chromium.org2012-02-0910-345/+80
* Restart host process to allow updating PIN with -p option.lambroslambrou@google.com2012-02-091-2/+30
* Add abstract interfaces for the transport layer.sergeyu@chromium.org2012-02-0810-80/+345
* Add script to build Me2Me tarballlambroslambrou@google.com2012-02-081-0/+50
* Remove BeginSessionDeprecated.sergeyu@chromium.org2012-02-084-31/+5
* Chromoting: Fix JS compile warning in client_screen.js.garykac@chromium.org2012-02-081-1/+1
* Chromoting: Fix newly-added JS compile warning.garykac@chromium.org2012-02-081-1/+1
* Make Me2Me host and client auth behaviour match user expectations.sergeyu@chromium.org2012-02-083-6/+28
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-082-1/+3
* Use a different exit-code to signal Me2Me Host not registered.lambroslambrou@chromium.org2012-02-082-2/+6
* The chromoting host uses heartbeat sequence IDs.simonmorris@chromium.org2012-02-083-53/+227
* Switch Chromoting client to use new mime type.garykac@chromium.org2012-02-083-7/+2
* Skeleton of the Chromoting service for Windows.alexeypa@chromium.org2012-02-082-0/+161
* Reverting 120739 that caused valgrind breaks.alexeypa@chromium.org2012-02-076-396/+125
* The Chromium and Google Chrome builds of the chromoting webapp use differentsimonmorris@chromium.org2012-02-073-6/+22
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-076-125/+396
* Added daemon process NPAPI.jamiewalch@chromium.org2012-02-078-32/+347
* Show error if plugin doesn't support PIN auth.sergeyu@chromium.org2012-02-071-1/+20