summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/connection_to_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor of Authenticator to allow it to ProcessMessage asynchronously and th...rmsousa@chromium.org2013-03-011-0/+1
* Always enabled audio in remoting host, disable it for It2Me, minor cleanups.sergeyu@chromium.org2012-09-131-1/+0
* Enable Audio support on Chromoting client.sergeyu@chromium.org2012-08-221-0/+1
* Enable channel multiplexing for control, event and audio channels.sergeyu@chromium.org2012-08-221-12/+18
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-181-1/+2
* Clean-up inline members of nested classes (remoting/)hans@chromium.org2012-08-091-0/+5
* Fix incorrect ready state events.sergeyu@chromium.org2012-07-241-1/+1
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-231-0/+11
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-231-1/+3
* Revert 147595 - Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-201-3/+1
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-201-1/+3
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-121-7/+10
* Added piping for sending audio packets from host to client.kxing@chromium.org2012-06-251-9/+29
* Cleaned up the reader and writer create methods to return scoped_ptr.kxing@chromium.org2012-06-151-1/+1
* Remove Pepper Transport API transport.sergeyu@chromium.org2012-05-261-1/+1
* Don't depend on MessageLoopProxy in remoting protocol code.sergeyu@chromium.org2012-05-241-17/+8
* Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-161-5/+2
* Revert 136692 - Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-141-2/+5
* Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-111-5/+2
* Add notifyClientDimensions API to the Chromoting Client plugin.wez@chromium.org2012-05-011-0/+5
* Move PortAllocator creation out of LibjingleTransportFactory.sergeyu@chromium.org2012-04-301-3/+3
* [Chromoting] Let the client plugin pass clipboard items to the host.simonmorris@chromium.org2012-04-041-1/+7
* [Chromoting] Add plumbing to carry clipboard events from the host to the client.simonmorris@chromium.org2012-03-311-0/+5
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-22/+18
* Rename PepperSession to JingleSession.sergeyu@chromium.org2012-02-241-2/+2
* Add abstract interfaces for the transport layer.sergeyu@chromium.org2012-02-091-2/+4
* Revert 121094 - Add abstract interfaces for the transport layer.sergeyu@chromium.org2012-02-091-4/+2
* Add abstract interfaces for the transport layer.sergeyu@chromium.org2012-02-081-2/+4
* Fix crash on disconnectdcaiafa@chromium.org2012-02-041-9/+4
* Return NULL form ConnectionToHost::input_stub() until connection is connected.sergeyu@chromium.org2012-01-271-0/+4
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-8/+6
* Revert 118805 - Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-6/+8
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-8/+6
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-6/+6
* Restrict Me2Me host to the 12400-12409 port range.sergeyu@chromium.org2012-01-131-2/+3
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-23/+15
* Separate Authenticator and Session unittests.sergeyu@chromium.org2011-12-131-0/+1
* Add AUTHENTICATED session state.sergeyu@chromium.org2011-12-061-26/+27
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-7/+5
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-291-0/+1
* Move SSL layer initialization into ChannelAuthenticator implementations.sergeyu@chromium.org2011-11-231-1/+1
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-23/+16
* Refactor client channel dispatchers.sergeyu@chromium.org2011-11-181-17/+11
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-051-10/+3
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-1/+2
* Expose connection error code to the web app.sergeyu@chromium.org2011-10-011-23/+51
* Remove old sandboxing-related code.sergeyu@chromium.org2011-09-231-2/+0
* Cleanup ConnectionToHost of non-P2P-API code.sergeyu@chromium.org2011-09-221-26/+1
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Add flag to use P2P Transport API.sergeyu@chromium.org2011-09-131-9/+17