summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Merge 114116 - Refactored HostList to better support bookmarking.jamiewalch@google.com2011-12-137-69/+134
* Merge 113917 - Pass table entry to rename and delete callbacks,jamiewalch@google.com2011-12-122-34/+34
* Merge 113638 - Update the code that gets an OAuth2 access token.simonmorris@chromium.org2011-12-091-1/+3
* Roll libjingle to 98:99. tommi@chromium.org2011-12-061-1/+1
* Implement RSAPrivateKey::Copy()sergeyu@chromium.org2011-12-032-14/+8
* New-style Disconnect window for Linux Chromoting host.lambroslambrou@chromium.org2011-12-031-38/+189
* The chromoting client logs a session-close that wassimonmorris@chromium.org2011-12-021-0/+5
* The webapp uses localStorage to decide whether logging to the serversimonmorris@chromium.org2011-12-023-4/+90
* Fix tool-bar auto-hide behaviour.jamiewalch@chromium.org2011-12-026-23/+147
* Fix race condition disconnecting hosts.jamiewalch@chromium.org2011-12-025-24/+14
* Set empty shared secret for Me2Me hosts.lambroslambrou@chromium.org2011-12-014-4/+43
* Launch Me2Me connections in a new tab. Remove OK button from post-connect scr...jamiewalch@chromium.org2011-12-018-34/+109
* Refactor IT2Me-specific functions into a HostObserver subclass.lambroslambrou@chromium.org2011-12-0111-427/+381
* Clean up some indentation and explicits that got missed in code review.wez@chromium.org2011-11-301-8/+9
* revert remoting part of 112252garykac@chromium.org2011-11-302-40/+11
* Setup JS unittests for Chromotinggarykac@chromium.org2011-11-303-16/+69
* Fix leak in remoting_unittests caused by crrev.com/112127sergeyu@chromium.org2011-11-303-2/+4
* Always generate host secrets of correct length.sergeyu@chromium.org2011-11-301-4/+11
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-3020-503/+425
* Fix token refresh closure.jamiewalch@google.com2011-11-291-1/+5
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-2928-423/+119
* Remove JingleSessionManager::set_allow_local_ips().sergeyu@chromium.org2011-11-294-15/+2
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-294-5/+3
* Don't delete channels in JingleSession::CloseInternal().sergeyu@chromium.org2011-11-292-4/+3
* Don't toggle the debug log when editing text.jamiewalch@chromium.org2011-11-262-1/+6
* Update short URL.jamiewalch@chromium.org2011-11-241-1/+1
* Don't update jabberId when renaming a host.sergeyu@chromium.org2011-11-241-1/+5
* Refactor ContinueWindow::Show() to accept a callback parameter.lambroslambrou@chromium.org2011-11-237-34/+67
* Fixed slowdown due to local input monitoring.jamiewalch@chromium.org2011-11-231-4/+7
* Fix many* python scripts in src/maruel@chromium.org2011-11-236-173/+201
* Add OVERRIDE to remoting/.avi@chromium.org2011-11-231-1/+2
* Add implementation for current IT2Me auth.sergeyu@chromium.org2011-11-235-5/+399
* Center the disconnect window at the bottom of the screen.jamiewalch@chromium.org2011-11-231-0/+7
* Move SSL layer initialization into ChannelAuthenticator implementations.sergeyu@chromium.org2011-11-2321-579/+544
* Fix leaks from a unit test added in r111239.dhollowa@chromium.org2011-11-231-3/+9
* Remove the edit box, even if no change is made to the host name.jamiewalch@chromium.org2011-11-231-2/+1
* The host sends simple log entries to the server.simonmorris@chromium.org2011-11-2210-3/+530
* Add 'set noparent' in remoting/OWNERS.sergeyu@chromium.org2011-11-221-0/+1
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-2234-314/+272
* Clean up client state callback.jamiewalch@google.com2011-11-216-72/+77
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-1/+1
* Implement rename and delete.jamiewalch@google.com2011-11-2111-254/+495
* Disable logging from the chromoting client to the server.simonmorris@chromium.org2011-11-211-0/+4
* Call plugin.onIq() only when onIq is not null.sergeyu@chromium.org2011-11-211-1/+9
* Add OVERRIDE to remoting/.avi@chromium.org2011-11-1922-98/+110
* Remove chromotocol_test_clientsergeyu@chromium.org2011-11-182-382/+0
* Chromoting: Update logIq to handle messages to bots.garykac@chromium.org2011-11-181-75/+221
* Refactor client channel dispatchers.sergeyu@chromium.org2011-11-1813-346/+226
* Cleanup: Remove forward declarations in various directories.thestig@chromium.org2011-11-182-9/+1
* Refactor channel dispatchers on the host side.sergeyu@chromium.org2011-11-1813-278/+240