summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_session.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow transport candidates to arrive before the authentication accepted message.rmsousa@chromium.org2013-07-131-4/+22
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-1/+1
* Remove XML FROM element in JingleSession::StartConnectionsolb@chromium.org2013-06-211-1/+1
* Add timeout for when P2P connection failures.sergeyu@chromium.org2013-06-211-0/+4
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-1/+1
* Don't try to log a null stanza...jamiewalch@chromium.org2013-04-261-2/+1
* Fix DCHECK when asynchronous auth finishes after the connection fails.rmsousa@chromium.org2013-04-181-1/+7
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+3
* Refactor of Authenticator to allow it to ProcessMessage asynchronously and th...rmsousa@chromium.org2013-03-011-15/+20
* Fix remoting::JingleSession to properly handle IQ responses.sergeyu@chromium.org2013-02-201-15/+66
* Remove timeout for transport-info messages.sergeyu@chromium.org2013-02-091-41/+13
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-181-28/+45
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-231-0/+5
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-121-17/+9
* 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