summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_session.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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