summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial check-in of Linux virtual Me2Me.lambroslambrou@chromium.org2011-11-173-0/+533
* Add CancelChannelCreation() in protocol::Session interface.sergeyu@chromium.org2011-11-1720-42/+116
* Create HostList class to facilitate future work.jamiewalch@google.com2011-11-176-112/+152
* Fixed warning generated by verify_webapp.pyjamiewalch@google.com2011-11-151-2/+2
* Stop heartbeat timer when signalling is disconnected.sergeyu@chromium.org2011-11-151-0/+1
* Move home-screen functionality into separate file.jamiewalch@google.com2011-11-155-168/+216
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-154-4/+4
* Refactor ChannelAuthenticator so that it can be used with Authenticator.sergeyu@chromium.org2011-11-156-53/+51
* Send correct termination reason when session is terminated by the host.sergeyu@chromium.org2011-11-154-11/+33
* Initial Authenticator interface.sergeyu@chromium.org2011-11-152-0/+93
* Fixed css to make host list prettier.jamiewalch@google.com2011-11-146-17/+86
* Report correct error when connection cannot be established.sergeyu@chromium.org2011-11-121-0/+9
* Initialize clip_rect_ member to be empty until explicitly set.wez@chromium.org2011-11-111-0/+1
* The chromoting client sends simple logging to the server.simonmorris@chromium.org2011-11-115-1/+349
* Cleanup: Remove unneeded forward declarations from remoting.thestig@chromium.org2011-11-1137-135/+41
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-1114-119/+157