summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_session.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* SocketWrapper for interfacing between JingleSession and SSL socketshclam@chromium.org2011-03-021-7/+9
* Fix and enable JingleSessionTest.*. Disable these tests under TSan.sergeyu@chromium.org2011-02-081-1/+5
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+0
* Send certificate in content description in jingle for Chromotinghclam@chromium.org2010-12-231-3/+2
* Add an extra SSL layer in JingleSession for Chromotinghclam@chromium.org2010-12-231-4/+60
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-241-3/+14
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-081-6/+6
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-0/+117