summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/session.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-271-0/+4
* Move channel initialization logic to JingleChannel class.sergeyu@chromium.org2011-07-151-10/+20
* Revert 92641 because it doesn't compile - Move channel initialization logic t...sadrul@chromium.org2011-07-151-20/+10
* Move channel initialization logic to JingleChannel class.sergeyu@chromium.org2011-07-151-10/+20
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-14/+8
* Fix and enable JingleSessionTest.*. Disable these tests under TSan.sergeyu@chromium.org2011-02-081-2/+3
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-241-0/+6
* Implemented RtcpWriter for sending RTCP Receiver Reports.sergeyu@chromium.org2010-11-241-0/+1
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-081-6/+4
* Move protocol classes to the remoting::protocol namespacesergeyu@chromium.org2010-11-041-2/+1
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-0/+98