summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove V1 authenticator support from Me2Me host.sergeyu@chromium.org2012-02-071-10/+3
* Use scoped_ptr<> for channel creation callbacks.sergeyu@chromium.org2012-02-0528-208/+197
* Fix crash on disconnectdcaiafa@chromium.org2012-02-046-27/+89
* Require PIN for Me2Me host.sergeyu@chromium.org2012-02-032-17/+27
* Delete host.json and exit if Host ID deleted from serverlambroslambrou@google.com2012-02-031-0/+6
* Refresh auth tokens if host registration fails with authentication error.lambroslambrou@google.com2012-02-031-18/+58
* Allow verbatim codec to be negotiated for a Chromoting session since having a...alexeypa@chromium.org2012-02-031-1/+6
* Log IP/port of host as well as client in Me2Me hostlambroslambrou@chromium.org2012-02-0213-44/+84
* Change tool-bar behaviour to click-to-show. This is based on user feedback th...jamiewalch@google.com2012-02-015-79/+111
* Virtual Me2Me Host: Exit process if Host ID is invalid.lambroslambrou@chromium.org2012-02-011-0/+15
* Send position with mouse up/down events. dcaiafa@chromium.org2012-01-311-0/+2
* Enable PIN prompt for Me2Me client.sergeyu@chromium.org2012-01-311-4/+3
* Enable NegotiatingAuthentication in It2Me host.sergeyu@chromium.org2012-01-311-8/+6
* Use NegotiatingAuthenticator instead of V2Authenticator.sergeyu@chromium.org2012-01-319-118/+66
* Implement NegotiatingAuthenticator.sergeyu@chromium.org2012-01-3010-42/+522
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-2913-142/+130
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-282-4/+4
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-271-3/+3
* Don't delete memory passed to openlog/syslog.lambroslambrou@chromium.org2012-01-271-2/+11
* Actually enable NAT traversal in Chromoting client.sergeyu@chromium.org2012-01-272-5/+2
* Log out input event modifiers and pressed keys every time ESC key is released.alexeypa@chromium.org2012-01-274-1/+38
* Remove platform code from HostEventLoggerlambroslambrou@chromium.org2012-01-271-22/+0
* Use CSS property 'display: block' to layout the plug-in correctly.dcaiafa@chromium.org2012-01-271-1/+1
* Return NULL form ConnectionToHost::input_stub() until connection is connected.sergeyu@chromium.org2012-01-271-0/+4
* Log client IP addresses to syslog in Me2Me host.lambroslambrou@chromium.org2012-01-274-6/+27
* Return correct error code when Me2Me client has invalid JID.sergeyu@chromium.org2012-01-271-10/+49
* Enable NAT traversal in remoting_simple_host.sergeyu@chromium.org2012-01-261-2/+2
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-264-13/+7
* Enable NAT traversal for chromoting client.sergeyu@chromium.org2012-01-251-0/+1
* More plumbing for logging connection IP addresseslambroslambrou@google.com2012-01-2510-10/+69
* Fix typos in me2me_virtual_host.py and register_host.py.sergeyu@chromium.org2012-01-252-2/+2
* Move common authenticators code to a separate file.sergeyu@chromium.org2012-01-255-235/+199
* Chromoting: Fix jscompiler warninggarykac@chromium.org2012-01-251-1/+1
* Add scoped_ptr<>::PassAs<>().sergeyu@chromium.org2012-01-253-4/+4
* Add JingleSession::OnRouteChange(), and pass IP endpoint information to alambroslambrou@chromium.org2012-01-258-6/+65
* Change Authenticator interface to properly handle protocol errors.sergeyu@chromium.org2012-01-2410-14/+88
* Enable V2 authentication for Me2Me host.sergeyu@chromium.org2012-01-248-65/+161
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-2413-40/+350
* Revert 118805 - Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-2413-347/+40