summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-202-0/+3
* Cleanup JingleInfoRequest on JingleSessionManager::Closeamit@chromium.org2011-12-201-0/+1
* Cleaned up NAT traversal warning.jamiewalch@google.com2011-12-202-13/+26
* Remoting client rectangle decoder and VP8 decoder fixes.wez@chromium.org2011-12-205-80/+80
* Convert all of remoting/* to base::Bind().ajwong@chromium.org2011-12-2024-62/+48
* Daemonize the Virtual Me2Me script, and implement simple PID-file checking.lambroslambrou@google.com2011-12-191-23/+200
* Open Me2Me hosts in the same tab.jamiewalch@google.com2011-12-171-2/+2
* Stop using macros with space in them.maruel@chromium.org2011-12-164-7/+32
* The chromoting client logs the session duration to the server.simonmorris@chromium.org2011-12-162-7/+57
* Show an appropriate message if the chromoting service returns a 503 error.simonmorris@chromium.org2011-12-164-1/+10