summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_session.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-181-5/+13
* Fix invalid header guards in jingle_session(_manager)?.hsergeyu@chromium.org2012-07-251-3/+3
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-231-0/+2
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-121-8/+3
* Roll libjingle 132:135sergeyu@chromium.org2012-04-261-1/+1
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-3/+3
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-261-10/+14
* Revert 123635 - Implement timeouts for IQ requests.jamesr@chromium.org2012-02-251-14/+10
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-251-10/+14
* Rename PepperSession to JingleSession.sergeyu@chromium.org2012-02-241-0/+154
* Switch host to the new signaling code.sergeyu@chromium.org2012-02-221-166/+0
* Add JingleSession::OnRouteChange(), and pass IP endpoint information to alambroslambrou@chromium.org2012-01-251-0/+6
* Change Authenticator interface to properly handle protocol errors.sergeyu@chromium.org2012-01-241-2/+4
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-7/+8
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+1
* Convert all of remoting/* to base::Bind().ajwong@chromium.org2011-12-201-1/+1
* Multi-step authentication support in JingleSession.sergeyu@chromium.org2011-12-131-4/+7
* Separate Authenticator and Session unittests.sergeyu@chromium.org2011-12-131-0/+7
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-45/+12
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-15/+0
* Add CancelChannelCreation() in protocol::Session interface.sergeyu@chromium.org2011-11-171-1/+4
* Send correct termination reason when session is terminated by the host.sergeyu@chromium.org2011-11-151-2/+4
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-2/+3
* Parse termination reason and propagate the error to the Session interface.sergeyu@chromium.org2011-09-271-0/+3
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-3/+4
* Use plugin main thread for network code on the client sidesergeyu@chromium.org2011-08-221-1/+0
* Parsers and formatters for jingle messages.sergeyu@chromium.org2011-08-191-2/+0
* Remove key exchange code from JingleSession.sergeyu@chromium.org2011-08-111-6/+0
* Simplify channel creation callbacks in remoting::Session interface.sergeyu@chromium.org2011-08-111-3/+2
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-111-4/+0
* Revert 96089 - Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-101-0/+4
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-091-4/+0
* Disable RTP support in remoting protocol code.sergeyu@chromium.org2011-08-031-2/+0
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-291-1/+8
* Revert 94247 - Add an authentication step to stream channel setup in JingleSt...wez@chromium.org2011-07-271-8/+1
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-271-1/+8
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-161-9/+5
* Move channel initialization logic to JingleChannel class.sergeyu@chromium.org2011-07-151-87/+57
* Revert 92641 because it doesn't compile - Move channel initialization logic t...sadrul@chromium.org2011-07-151-57/+87
* Move channel initialization logic to JingleChannel class.sergeyu@chromium.org2011-07-151-87/+57
* Remove SocketWrapper, which should no longer be needed since we're explicitly...wez@chromium.org2011-07-081-4/+0
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-4/+7
* Fix JingleSession to respect net::StreamSocket Read/Write semantics.wez@chromium.org2011-06-241-17/+28
* Initial key exchange implementation.sergeyu@chromium.org2011-06-011-21/+36
* Roll new libjingle. Use the new incoming_only flag in chromoting host.sergeyu@chromium.org2011-05-101-2/+10
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* Log an error and fail to connect on invalid Host response, rather than crashing.wez@chromium.org2011-04-281-0/+9
* Use PseudoTcpAdapter in Chromotingsergeyu@chromium.org2011-04-221-19/+15
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-4/+4
* Moved socket adapters from remoting/jingle_glue to jingle/glue.sergeyu@chromium.org2011-03-311-8/+10