summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_session_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace LOG(INFO) with VLOG(1) to avoid excessive logging.sergeyu@chromium.org2011-09-291-4/+4
* Parse termination reason and propagate the error to the Session interface.sergeyu@chromium.org2011-09-271-5/+6
* Remove old sandboxing-related code.sergeyu@chromium.org2011-09-231-36/+6
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-1/+0
* Parsers and formatters for jingle messages.sergeyu@chromium.org2011-08-191-2/+2
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-5/+9
* Remove key exchange code from JingleSession.sergeyu@chromium.org2011-08-111-6/+4
* Resolve addresses of STUN/Relay servers in JingleInfoRequest.sergeyu@chromium.org2011-08-091-2/+8
* Use HMAC SHA-256, since SHA-1 won't work inside the Windows sandbox.wez@chromium.org2011-08-091-1/+1
* Asynchronous initialization in SessionManager.sergeyu@chromium.org2011-07-281-10/+16
* Cleanups and bugfixes for JingleInfoRequest.sergeyu@chromium.org2011-07-261-17/+13
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-261-6/+8
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-161-4/+4
* Disable TCP connections for chromotinghclam@chromium.org2011-07-131-2/+8
* Roll new libjingle with asynchronous NetworkManager.sergeyu@chromium.org2011-07-131-1/+1
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-071-17/+18
* Fix Valgrind errors in remoting_unittests.sergeyu@chromium.org2011-07-071-10/+6
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-60/+60
* Don't use HttpPortAllocator when it is not neccessary.sergeyu@chromium.org2011-06-301-12/+14
* Remove JingleClient.sergeyu@chromium.org2011-06-291-10/+87
* Move ContentDescription class to a separate file.sergeyu@chromium.org2011-06-271-353/+5
* Cleanup usage of JingleThread in the protocol code.sergeyu@chromium.org2011-06-241-19/+13
* Initial key exchange implementation.sergeyu@chromium.org2011-06-011-17/+60
* Host access code verification for Me2Mom scenario.sergeyu@chromium.org2011-05-111-30/+52
* Log an error and fail to connect on invalid Host response, rather than crashing.wez@chromium.org2011-04-281-4/+8
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-1/+1
* Fix handling of invalid certificates in JingleSessionManager.sergeyu@chromium.org2011-03-081-1/+4
* Remove auto generation of certificate when chromoting client connectshclam@chromium.org2011-02-041-22/+10
* Use a random number to generate a self-signed certiciate for chromotinghclam@chromium.org2011-01-271-1/+5
* Fix memory leak in JingleSessionTest.Connect and friendshclam@chromium.org2011-01-211-1/+1
* Use certificate and key files instead of generating them each time for unit t...hclam@chromium.org2010-12-231-9/+18
* Send certificate in content description in jingle for Chromotinghclam@chromium.org2010-12-231-12/+69
* Add an extra SSL layer in JingleSession for Chromotinghclam@chromium.org2010-12-231-2/+5
* Properly parse multiple channel configs.sergeyu@chromium.org2010-11-301-3/+3
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-241-19/+28
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-231-4/+4
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-081-12/+10
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-0/+478