summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_session.cc
Commit message (Expand)AuthorAgeFilesLines
* Pass TransportConfig to TransportFactory instead of Transport.sergeyu@chromium.org2012-04-301-4/+2
* Roll libjingle 132:135sergeyu@chromium.org2012-04-261-5/+6
* Address remaining nits for r129104.sergeyu@chromium.org2012-03-281-2/+2
* Implement exponential backoff for failed Me2Me authentication attemptssergeyu@chromium.org2012-03-271-0/+6
* Log connection type to syslogs and to the server.sergeyu@chromium.org2012-03-201-4/+2
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-21/+13
* Fix JingleSession to properly set initiator field in session.sergeyu@chromium.org2012-02-291-0/+1
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-261-60/+94
* Revert 123635 - Implement timeouts for IQ requests.jamesr@chromium.org2012-02-251-93/+60
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-251-60/+93
* Rename PepperSession to JingleSession.sergeyu@chromium.org2012-02-241-0/+559
* Switch host to the new signaling code.sergeyu@chromium.org2012-02-221-588/+0
* Implement support for route change notifications in the Transport interface.sergeyu@chromium.org2012-02-211-1/+2
* Log IP/port of host as well as client in Me2Me hostlambroslambrou@chromium.org2012-02-021-3/+15
* Add JingleSession::OnRouteChange(), and pass IP endpoint information to alambroslambrou@chromium.org2012-01-251-0/+25
* Change Authenticator interface to properly handle protocol errors.sergeyu@chromium.org2012-01-241-3/+18
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-23/+27
* Convert all of remoting/* to base::Bind().ajwong@chromium.org2011-12-201-5/+8
* Multi-step authentication support in JingleSession.sergeyu@chromium.org2011-12-131-12/+47
* Separate Authenticator and Session unittests.sergeyu@chromium.org2011-12-131-1/+17
* Add AUTHENTICATED session state.sergeyu@chromium.org2011-12-061-0/+3
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-95/+96
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-291-0/+5
* Don't delete channels in JingleSession::CloseInternal().sergeyu@chromium.org2011-11-291-3/+1
* Move SSL layer initialization into ChannelAuthenticator implementations.sergeyu@chromium.org2011-11-231-2/+11
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-41/+0
* Add CancelChannelCreation() in protocol::Session interface.sergeyu@chromium.org2011-11-171-1/+9
* Send correct termination reason when session is terminated by the host.sergeyu@chromium.org2011-11-151-9/+27
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-6/+7
* Parse termination reason and propagate the error to the Session interface.sergeyu@chromium.org2011-09-271-0/+6
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Access Session::config() and Session::jid() on the correct thread only.sergeyu@chromium.org2011-09-131-8/+2
* Chromoting protocol implementation based on P2P Transport API.sergeyu@chromium.org2011-09-121-7/+0
* Revert 100589 - Access Session::config() on the correct thread.sergeyu@chromium.org2011-09-121-2/+8
* Access Session::config() on the correct thread.sergeyu@chromium.org2011-09-101-8/+2
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-12/+12
* Use plugin main thread for network code on the client sidesergeyu@chromium.org2011-08-221-13/+11
* Parsers and formatters for jingle messages.sergeyu@chromium.org2011-08-191-4/+0
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-3/+3
* Remove key exchange code from JingleSession.sergeyu@chromium.org2011-08-111-61/+0
* Simplify channel creation callbacks in remoting::Session interface.sergeyu@chromium.org2011-08-111-23/+16
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-111-31/+6
* Revert 96089 - Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-101-1/+24
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-091-24/+1
* Disable RTP support in remoting protocol code.sergeyu@chromium.org2011-08-031-19/+6
* Add WARN_UNUSED_RESULT to crypto/hmac.hrsleevi@chromium.org2011-07-301-2/+5
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-291-1/+11
* Revert 94247 - Add an authentication step to stream channel setup in JingleSt...wez@chromium.org2011-07-271-11/+1
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-271-1/+11
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-261-0/+8