summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Cleanup AuthenticatorFactory implementations.sergeyu@chromium.org2012-01-1113-111/+27
* Return correct result from XmppSignalStrategy::HandleStanza().sergeyu@chromium.org2012-01-111-1/+1
* Fix executable searching in keygen.pylambroslambrou@google.com2012-01-101-25/+30
* Chromoting: Fix it2me crash on connect due to mismatched frame buffer size.garykac@chromium.org2012-01-101-11/+11
* Fix permissions of log file.lambroslambrou@google.com2012-01-101-2/+6
* Virtual Me2Me: Restart X server and session if either of them crashes.lambroslambrou@google.com2012-01-101-15/+45
* Remove PIN screen.jamiewalch@google.com2012-01-101-1/+3
* Added Me2Me-specific authenticator factory.sergeyu@chromium.org2012-01-106-19/+135
* Disable V2 authenticator temporarily until it is finished.sergeyu@chromium.org2012-01-101-5/+8
* Cleaned up WCS workflow.jamiewalch@google.com2012-01-095-189/+111
* Fix mouse wheel buggarykac@chromium.org2012-01-091-3/+3
* Remove dependency on HostConfig from ChromotingHost and other classes.sergeyu@chromium.org2012-01-0720-197/+169
* Implement SignalingConnector that reconnects XMPP when necessary.sergeyu@chromium.org2012-01-077-25/+176
* Move ChromotingHost initialization to the network thread.sergeyu@chromium.org2012-01-0710-299/+316
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-062-1/+2
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-0616-20/+19
* Ask for PIN when connecting to Me2Me hosts and pass it to the plugin.sergeyu@chromium.org2012-01-0610-34/+83
* Translations for M17jamiewalch@google.com2012-01-0642-42/+42
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-053-79/+28
* Revert 116281 - Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-041-1/+1
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-041-1/+1
* Used MessageLoopProxy instead of MessageLoop in RectangleUpdateDecoder.sanjeevr@chromium.org2012-01-044-20/+23
* Move signaling connection creation out of ChromotingHost.sergeyu@chromium.org2012-01-0419-396/+361
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-3/+1
* Remove the ChromotingView unit-tests, which no longer make sense.wez@chromium.org2012-01-032-562/+1
* base::Bind: Remove ScopedRunnableMethodFactory.jhawkins@chromium.org2012-01-033-10/+7
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-0339-285/+334
* Fix client to always handle error messages properly.sergeyu@chromium.org2012-01-032-2/+39
* Fix error handling in hostdir.pysergeyu@chromium.org2012-01-021-5/+5
* Remove old DCHECK from ~PepperStreamChannel().sergeyu@chromium.org2012-01-021-2/+0
* Remove support for the initial-resolution tag in session descriptions.wez@chromium.org2012-01-017-175/+66
* Called Stop in d'tor of of JingleThread.sanjeevr@chromium.org2011-12-301-1/+8
* Add HybridAuthenticatorFactory.sergeyu@chromium.org2011-12-293-0/+90
* Fix python syntax error in register_host.py introduced by r111427.sergeyu@chromium.org2011-12-281-1/+1
* Re-instate part of PepperViewProxy as FrameConsumerProxy.wez@chromium.org2011-12-245-1/+140
* Add unit tests for MouseInputFilter and fix bugs in its coordinate scaling.wez@chromium.org2011-12-234-11/+189
* EKE-based Authenticator implementation.sergeyu@chromium.org2011-12-224-0/+515
* Set connection type to IT2Me earlier.jamiewalch@google.com2011-12-221-1/+1
* Fix 'no propagation' bug.jamiewalch@google.com2011-12-221-2/+3
* Fix backward compatibility issue introduced in r115519.sergeyu@chromium.org2011-12-221-2/+2
* Replace V1*ChannelAuthenticator with SslHmacChannelAuthenticator.sergeyu@chromium.org2011-12-2214-434/+584
* Refactoring of the client-side input pipeline and scaling dimension management.wez@chromium.org2011-12-2229-792/+430
* Restore plugin focus on blur.jamiewalch@google.com2011-12-221-1/+11
* Use new-style event listeners.jamiewalch@google.com2011-12-227-65/+139
* Coverity: Fix leaks.jhawkins@chromium.org2011-12-211-4/+3
* base::Bind: Finish converting net/socket.jhawkins@chromium.org2011-12-212-8/+6
* base::Bind: Remove includes of base.bind in header files.jhawkins@chromium.org2011-12-212-1/+3
* Use Open Sans instead of Droid Sans.jamiewalch@chromium.org2011-12-212-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+2
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-2/+1