summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Fix null pointer error.jamiewalch@google.com2011-12-093-12/+13
* The chromoting client logs connection statistics to the server.simonmorris@chromium.org2011-12-098-104/+365
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-0921-272/+92
* Removing MessageLoop::QuitTask() from remoting/dcheng@chromium.org2011-12-095-5/+5
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-096-91/+15
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-086-15/+91
* Handle SIGHUP in me2me_virtual_host.pylambroslambrou@google.com2011-12-081-1/+1
* Update the code that gets an OAuth2 access token.simonmorris@chromium.org2011-12-081-1/+3
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-076-21/+128
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-066-14/+57
* [Mac] Remove content/ CrApplication.shess@chromium.org2011-12-062-4/+0
* Add AUTHENTICATED session state.sergeyu@chromium.org2011-12-0611-56/+76
* 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