summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_session_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-6/+5
* Implement multi-step auth support in PepperSession.sergeyu@chromium.org2011-12-141-20/+20
* Multi-step authentication support in JingleSession.sergeyu@chromium.org2011-12-131-7/+34
* Separate Authenticator and Session unittests.sergeyu@chromium.org2011-12-131-680/+181
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-16/+12
* Removing MessageLoop::QuitTask() from remoting/dcheng@chromium.org2011-12-091-1/+1
* Add AUTHENTICATED session state.sergeyu@chromium.org2011-12-061-0/+6
* Fix leak in remoting_unittests caused by crrev.com/112127sergeyu@chromium.org2011-11-301-1/+1
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-28/+164
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-291-3/+5
* Remove JingleSessionManager::set_allow_local_ips().sergeyu@chromium.org2011-11-291-2/+0
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-43/+26
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-1/+1
* Refactor ChannelAuthenticator so that it can be used with Authenticator.sergeyu@chromium.org2011-11-151-1/+1
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-111-2/+2
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-2/+2
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-6/+6
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Marked JingleSessionTest.TestSpeed as flakyrickcam@chromium.org2011-09-281-1/+1
* Revert 103178 - Marked JingleSessionTest.TestSpeed flakyrickcam@chromium.org2011-09-281-1/+1
* Marked JingleSessionTest.TestSpeed flakyrickcam@chromium.org2011-09-281-1/+1
* Remove old sandboxing-related code.sergeyu@chromium.org2011-09-231-2/+2
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-1/+1
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-2/+2
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-2/+5
* Simplify channel creation callbacks in remoting::Session interface.sergeyu@chromium.org2011-08-111-5/+2
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-111-85/+102
* Revert 96089 - Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-101-90/+82
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-091-82/+90
* Disable RTP support in remoting protocol code.sergeyu@chromium.org2011-08-031-1/+2
* Fix a flake in ConnectBadChannelAuth.wez@chromium.org2011-07-291-6/+12
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-291-44/+75
* Reenable JingleSessionTest.TestSpeed.sergeyu@chromium.org2011-07-281-1/+1
* Asynchronous initialization in SessionManager.sergeyu@chromium.org2011-07-281-13/+13
* Revert 94247 - Add an authentication step to stream channel setup in JingleSt...wez@chromium.org2011-07-271-75/+44
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-271-44/+75
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-261-2/+2
* Fix instability in SSL client/server socketssergeyu@chromium.org2011-07-211-6/+3
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-161-12/+2
* 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