summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/session.h
Commit message (Expand)AuthorAgeFilesLines
* Remove QUIC support from remoting host and client.sergeyu2015-12-031-4/+0
* Add remoting::Session::State value for connected transport.sergeyu2015-11-271-1/+4
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-4/+4
* Rename TransportSession->Transportsergeyu2015-10-311-3/+3
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-4/+4
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-4/+4
* Add TransportSession interface to prepare for WebRTC-based transport.sergeyu2015-10-281-9/+6
* Revert of Add TransportSession interface to prepare for WebRTC-based transpor...georgesak2015-10-281-6/+9
* Add TransportSession interface to prepare for WebRTC-based transport.sergeyu2015-10-281-9/+6
* Enable QUIC support in chromotingsergeyu2015-08-141-1/+1
* Move session configuration logic to the protocol levelsergeyu2015-07-271-10/+0
* Use standard ICE in Chromoting.sergeyu2015-04-231-1/+1
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...sergeyu2015-04-231-1/+1
* Use standard ICE in Chromoting.sergeyu2015-04-231-1/+1
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...horo2015-04-231-1/+1
* Use standard ICE in Chromoting.sergeyu2015-04-231-1/+1
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-121-3/+3
* Revert of Move PseudoTCP and channel auth out of LibjingleTransportFactory. (...nasko2014-09-111-3/+3
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-111-3/+3
* Smart reconnect part II - plugin and hostkelvinp@chromium.org2014-05-011-6/+0
* Cause:kelvinp@chromium.org2014-04-071-2/+5
* Refactor of Authenticator to allow it to ProcessMessage asynchronously and th...rmsousa@chromium.org2013-03-011-3/+4
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-181-2/+8
* Implement ChannelMultiplexer.sergeyu@chromium.org2012-08-081-29/+2
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-231-0/+6
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-121-24/+21
* Log connection type to syslogs and to the server.sergeyu@chromium.org2012-03-201-2/+3
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-12/+2
* Use scoped_ptr<> for channel creation callbacks.sergeyu@chromium.org2012-02-051-6/+7
* Log IP/port of host as well as client in Me2Me hostlambroslambrou@chromium.org2012-02-021-1/+2
* Add JingleSession::OnRouteChange(), and pass IP endpoint information to alambroslambrou@chromium.org2012-01-251-2/+13
* Separate Authenticator and Session unittests.sergeyu@chromium.org2011-12-131-0/+1
* Add AUTHENTICATED session state.sergeyu@chromium.org2011-12-061-4/+11
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-10/+0
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-291-1/+2
* Don't delete channels in JingleSession::CloseInternal().sergeyu@chromium.org2011-11-291-1/+2
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-9/+0
* Add CancelChannelCreation() in protocol::Session interface.sergeyu@chromium.org2011-11-171-0/+5
* Cleanup: Remove unneeded forward declarations from remoting.thestig@chromium.org2011-11-111-2/+0
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-111-0/+5
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-2/+2
* Expose connection error code to the web app.sergeyu@chromium.org2011-10-011-0/+4
* Parse termination reason and propagate the error to the Session interface.sergeyu@chromium.org2011-09-271-0/+11
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-6/+5
* Simplify channel creation callbacks in remoting::Session interface.sergeyu@chromium.org2011-08-111-4/+2
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-111-3/+14
* Revert 96089 - Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-101-0/+3
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-091-3/+0
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-291-0/+4
* Revert 94247 - Add an authentication step to stream channel setup in JingleSt...wez@chromium.org2011-07-271-4/+0