summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/connection_to_host.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-1/+1
* Use plugin main thread for network code on the client sidesergeyu@chromium.org2011-08-221-1/+0
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-13/+15
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-111-8/+43
* Revert 96089 - Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-101-20/+3
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-091-3/+20
* Resolve addresses of STUN/Relay servers in JingleInfoRequest.sergeyu@chromium.org2011-08-091-0/+4
* Respect NAT traversal policy in the Chromoting client plugin.ajwong@chromium.org2011-08-031-3/+3
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-291-0/+3
* Asynchronous initialization in SessionManager.sergeyu@chromium.org2011-07-281-16/+18
* Revert 94247 - Add an authentication step to stream channel setup in JingleSt...wez@chromium.org2011-07-271-3/+0
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-271-0/+3
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-261-4/+7
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-161-1/+1
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-071-12/+6
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-39/+20
* Close all writers before JingleSession is destroyed.sergeyu@chromium.org2011-06-301-4/+17
* Remove JingleClient.sergeyu@chromium.org2011-06-291-37/+28
* Cleanup client shutdown sequence.sergeyu@chromium.org2011-06-241-10/+30