summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_session.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-161-5/+6
* Move channel initialization logic to JingleChannel class.sergeyu@chromium.org2011-07-151-247/+151
* Revert 92641 because it doesn't compile - Move channel initialization logic t...sadrul@chromium.org2011-07-151-151/+247
* Move channel initialization logic to JingleChannel class.sergeyu@chromium.org2011-07-151-247/+151
* Remove SocketWrapper, which should no longer be needed since we're explicitly...wez@chromium.org2011-07-081-44/+20
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-071-2/+6
* Fix Valgrind errors in remoting_unittests.sergeyu@chromium.org2011-07-071-6/+13
* Comment another failing DCHECK.sergeyu@chromium.org2011-07-071-3/+4
* Comment DCHECK that fails on the host side.sergeyu@chromium.org2011-07-061-1/+4
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-27/+40
* PseudoTcp to expose settings of nagling and ACK delayhclam@chromium.org2011-06-301-1/+10
* Cleanup usage of JingleThread in the protocol code.sergeyu@chromium.org2011-06-241-1/+0
* Fix JingleSession to respect net::StreamSocket Read/Write semantics.wez@chromium.org2011-06-241-52/+86
* Added client-side support for the TLS cached inforkn@chromium.org2011-06-221-0/+1
* This change is part of a cleanup of the remoting component's session initiali...wez@chromium.org2011-06-171-1/+1
* Initial key exchange implementation.sergeyu@chromium.org2011-06-011-22/+89
* Fix crash condition if caller deletes PseudoTcpAdaptor from within a callback.wez@chromium.org2011-05-251-0/+2
* Roll new libjingle. Use the new incoming_only flag in chromoting host.sergeyu@chromium.org2011-05-101-18/+51
* 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-35/+57
* Remove StreamSocketAdapter.sergeyu@chromium.org2011-04-231-1/+0
* Use PseudoTcpAdapter in Chromotingsergeyu@chromium.org2011-04-221-68/+37
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-4/+4
* Revert r61181.agl@chromium.org2011-04-121-1/+0
* Moved socket adapters from remoting/jingle_glue to jingle/glue.sergeyu@chromium.org2011-03-311-7/+7
* Code cleanup related to allowed_bad_certs.wtc@chromium.org2011-03-141-1/+2
* Configure Nagle's & Delayed ACK settings for Chromoting channels.wez@chromium.org2011-03-071-0/+13
* SocketWrapper for interfacing between JingleSession and SSL socketshclam@chromium.org2011-03-021-8/+9
* [chromoting] Fix crash in JingleSession.sergeyu@chromium.org2011-02-091-2/+3
* Fix and enable JingleSessionTest.*. Disable these tests under TSan.sergeyu@chromium.org2011-02-081-48/+47
* Enable session resumption in SSLServerSocketNSS and unit testshclam@chromium.org2011-01-211-1/+0
* Send certificate in content description in jingle for Chromotinghclam@chromium.org2010-12-231-3/+9
* Add an extra SSL layer in JingleSession for Chromotinghclam@chromium.org2010-12-231-59/+209
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-241-0/+16
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-081-5/+5
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-0/+343