summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Merge 120449 - Fix crash on disconnectsergeyu@chromium.org2012-02-066-27/+89
* 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
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-2413-40/+347
* Revert 118790 - Compile error due to missing operator== on SkRegionrsleevi@chromium.org2012-01-2413-130/+142
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-2413-142/+130
* Chromoting: Change the "Your session has ended" OK button to redirect home aftergarykac@chromium.org2012-01-231-1/+8
* Update the window.location back when returning to the main menu.wez@chromium.org2012-01-211-1/+1
* The chromoting hosts log an "IT2Me or Me2Me" field to the server.simonmorris@chromium.org2012-01-219-7/+79
* Provided a way to update auth info for XmppSignalStrategy.sanjeevr@chromium.org2012-01-212-1/+32
* Run the GDM Xsession script instead of /etc/X11/Xsession.lambroslambrou@google.com2012-01-201-1/+3
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-2041-249/+257
* The chromoting client logs an "IT2Me or Me2Me" field to the server.simonmorris@chromium.org2012-01-194-22/+82
* Remove an unused field from ClientSession.simonmorris@chromium.org2012-01-191-10/+0
* Enforce minimum time between launching Virtual Me2Me sessions.lambroslambrou@google.com2012-01-191-1/+14
* Refactor system event logging into platform-specific classes.lambroslambrou@chromium.org2012-01-196-4/+87
* Enable scale-to-fit by default if the plugin supports high-quality scaling.wez@chromium.org2012-01-183-17/+45
* Fix some style nits in the MouseInputFilter unit-tests.wez@chromium.org2012-01-181-11/+12
* Add simple unit-tests for KeyEventTracker.wez@chromium.org2012-01-182-0/+85
* Log client jid for rejected clients.sergeyu@chromium.org2012-01-1810-12/+12
* Remove unneeded GUI source files from remoting_me2me_host compilation.lambroslambrou@chromium.org2012-01-181-5/+0
* Remove set_it2me() from ChromotingHost.sergeyu@chromium.org2012-01-185-39/+37
* Add ChromotingHost::RemoveStatusObserver().sergeyu@chromium.org2012-01-1712-45/+63
* This change updates the libjingle logging so that it writes to chromiums VLOG...hellner@google.com2012-01-171-2/+1