summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/connection_to_host.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup usage of JingleThread in the protocol code.sergeyu@chromium.org2011-06-241-15/+10
* Remove support for non-sandboxed connections.sergeyu@chromium.org2011-06-241-31/+2
* Move SignalStrategy and its implementations to separate files.sergeyu@chromium.org2011-06-211-0/+2
* Initial key exchange implementation.sergeyu@chromium.org2011-06-011-1/+5
* Wire in OAuth2 support into non-sandboxed connections in libjingle.ajwong@chromium.org2011-05-251-2/+2
* Host access code verification for Me2Mom scenario.sergeyu@chromium.org2011-05-111-19/+10
* Added nonce to client interface.jamiewalch@chromium.org2011-05-091-0/+6
* The authenticated_ fields are moved out of stubs and intosimonmorris@chromium.org2011-03-311-7/+0
* Fix a few uninitialized members in remoting classes.finnur@chromium.org2011-03-281-2/+4
* Inject custom NetworkManager to JingelClienthclam@google.com2011-03-091-0/+2
* Replace libjingle's HttpPortAllocatorSession with Pepper's http clienthclam@google.com2011-03-081-3/+10
* Chromoting client don't submit login info if not connectedhclam@chromium.org2011-03-071-2/+11
* Wire up the codepath from Javascript into Jingle for IQ packets.ajwong@chromium.org2011-03-071-10/+25
* Block event processing on host/client until the client has authenticated.garykac@chromium.org2011-03-041-2/+16
* Integrate P2P Sockets IPC with chromoting plugin.sergeyu@chromium.org2011-03-041-4/+10
* Refactor JingleClient to support thunking the xmpp signaling into Javascript.ajwong@chromium.org2011-03-031-3/+10
* Fold jingle_connection_to_host into connection_to_host.garykac@chromium.org2011-02-281-1/+159
* Hook up client events to new protocol stubs.sergeyu@chromium.org2010-11-291-0/+35