summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_session_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Mark failing channel tests flaky, for investigation ASAP.wez@chromium.org2011-07-081-3/+6
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-071-2/+2
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-122/+118
* Remove SessionManagerPair.sergeyu@chromium.org2011-07-011-1/+1
* Don't use HttpPortAllocator when it is not neccessary.sergeyu@chromium.org2011-06-301-7/+7
* PseudoTcp to expose settings of nagling and ACK delayhclam@chromium.org2011-06-301-15/+91
* Disable tests.sergeyu@chromium.org2011-06-291-7/+7
* Remove JingleClient.sergeyu@chromium.org2011-06-291-34/+53
* Tweak the TCPChannelTester to be easier to read.wez@chromium.org2011-06-291-9/+4
* Cleanup usage of JingleThread in the protocol code.sergeyu@chromium.org2011-06-241-2/+2
* Initial key exchange implementation.sergeyu@chromium.org2011-06-011-2/+10
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-3/+3
* Fix and enable JingleSessionTest.*. Disable these tests under TSan.sergeyu@chromium.org2011-02-081-6/+3
* Disable JingleSessionTest.TestEventChannel, flakily triggersphajdan.jr@chromium.org2011-02-071-1/+2
* Remove auto generation of certificate when chromoting client connectshclam@chromium.org2011-02-041-21/+22
* Disable JingleSessionTest.Connect, JingleSessionTest.TestControlChannelphajdan.jr@chromium.org2011-02-021-2/+4
* Enable JingleSessionTest on windowshclam@chromium.org2011-01-191-23/+1
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Disable JingleSessionTests on Windowshclam@chromium.org2010-12-231-1/+2
* Use certificate and key files instead of generating them each time for unit t...hclam@chromium.org2010-12-231-0/+28
* Send certificate in content description in jingle for Chromotinghclam@chromium.org2010-12-231-29/+6
* Add an extra SSL layer in JingleSession for Chromotinghclam@chromium.org2010-12-231-1/+54
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-241-0/+3
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-081-5/+3
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-0/+619